ROMLApr 12, 2019

AI-IMU Dead-Reckoning

arXiv:1904.06064v1284 citationsHas Code
Originality Incremental advance
AI Analysis

This provides robust and accurate dead-reckoning for intelligent vehicles, useful for sensor correlation, navigation through obstructions, or emergency stops in case of sensor failure.

The paper tackles the problem of dead-reckoning for wheeled vehicles using only an IMU, achieving an average translational error of 1.10% on the KITTI dataset and competing with methods that use LiDAR or stereo vision.

In this paper we propose a novel accurate method for dead-reckoning of wheeled vehicles based only on an Inertial Measurement Unit (IMU). In the context of intelligent vehicles, robust and accurate dead-reckoning based on the IMU may prove useful to correlate feeds from imaging sensors, to safely navigate through obstructions, or for safe emergency stops in the extreme case of exteroceptive sensors failure. The key components of the method are the Kalman filter and the use of deep neural networks to dynamically adapt the noise parameters of the filter. The method is tested on the KITTI odometry dataset, and our dead-reckoning inertial method based only on the IMU accurately estimates 3D position, velocity, orientation of the vehicle and self-calibrates the IMU biases. We achieve on average a 1.10% translational error and the algorithm competes with top-ranked methods which, by contrast, use LiDAR or stereo vision. We make our implementation open-source at: https://github.com/mbrossar/ai-imu-dr

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes