← Latest papers
🤖 machine learning

Uncertainty-Aware Velocity Correction for Proprioceptive Vehicle Localization using Evidential Mamba

This paper proposes Evidential Velocity Correction using Mamba (EVC-Mamba), a real-time learning-based architecture that leverages onboard sensors and evidential deep learning to generate uncertainty-aware virtual velocity estimates for correcting IMU drift in GNSS-denied environments, achieving localization accuracy comparable to dedicated external sensors.

Original authors: Abinav Kalyanasundaram, Karthikeyan Chandra Sekaran, Wolfgang Utschick, Michael Botsch

Published 2026-07-08
📖 4 min read☕ Coffee break read

Original authors: Abinav Kalyanasundaram, Karthikeyan Chandra Sekaran, Wolfgang Utschick, Michael Botsch

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are driving a car in a long, dark tunnel with no GPS signal. Your car's navigation system relies on a "dead reckoning" method: it uses an accelerometer (like a very sensitive scale) and a gyroscope (like a spinning top) to guess where you are based on how the car moves.

The problem? These sensors are imperfect. They have tiny errors, like a watch that gains one second every hour. Over time, in a tunnel, these tiny errors pile up. After 10 minutes, your car might think it's in the next town over, even though it's still in the tunnel. This is called "drift."

Usually, to fix this, cars need expensive external sensors (like a special radar wheel) or a GPS signal. But what if you could fix the drift using only the sensors the car already has?

That is exactly what this paper, EVC-Mamba, proposes.

The Core Idea: A "Virtual" Speedometer

The researchers built a smart computer program that acts like a virtual speedometer. Instead of buying a new, expensive sensor, the program looks at the data the car is already collecting:

  • How fast the wheels are spinning.
  • How much the steering wheel is turned.
  • How hard the brakes are being pressed.
  • The car's own internal motion sensors.

The program uses these clues to guess the car's true speed and direction, effectively creating a "ghost" sensor that corrects the drifting internal navigation system.

How It Works: The "Mamba" and the "Uncertainty"

The paper uses two main tricks to make this guess incredibly accurate and reliable:

1. The Mamba (The Memory Keeper)
Think of the car's movement as a story. To understand the story, you need to remember what happened a few seconds ago, not just what is happening right now.

  • Old computer models (like Transformers) try to read the whole story at once, which is slow and heavy, like trying to carry a library in your backpack.
  • Mamba is a new type of AI that is like a super-efficient librarian. It remembers the important parts of the story (the car's motion patterns) but forgets the noise. It can process the car's movement history very quickly, making it perfect for real-time driving.

2. Evidential Learning (The "Confidence Meter")
This is the most clever part. Most AI models just give you an answer: "The car is going 50 km/h." But they don't tell you if they are sure.

  • EVC-Mamba is like a cautious driver who says: "I think the car is going 50 km/h, but I'm only 90% sure because the road is slippery."
  • It uses a special math trick (Normal-Inverse-Gamma distribution) to output two numbers: the estimated speed and a "confidence score" (uncertainty).
  • If the AI is unsure (high uncertainty), the car's navigation system trusts it less. If the AI is very sure (low uncertainty), the system trusts it more. This prevents the car from making wild guesses when the data is messy.

The Result: Staying on Track

The researchers tested this on real cars driving in a test track. They turned off the GPS to simulate a tunnel or underground garage.

  • Without help: The car's navigation drifted wildly, ending up over 140 meters off course after 10 minutes.
  • With EVC-Mamba: The car stayed incredibly close to its true path. After 10 minutes, it was only about 6 meters off course.

The Big Win: Their "virtual" sensor performed almost as well as a dedicated, expensive hardware sensor (called a Correvit) that costs a lot of money to install. They achieved 90% of the accuracy of the expensive hardware without buying any new equipment.

Why It Matters

This system runs fast enough to be used in real cars right now (40 times a second). It means that in the future, your car could navigate safely through tunnels, parking garages, or cities with tall buildings blocking the sky, using only the sensors it already has, without needing expensive add-ons or losing its way.

In short: They taught the car to "feel" its own speed and direction more accurately by combining its existing sensors with a smart, memory-efficient AI that knows when to be confident and when to be careful.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →