GPS-IMU Sensor Fusion for Reliable Autonomous Vehicle Position Estimation

Read original: arXiv:2405.08119 - Published 5/15/2024 by Simegnew Yihunie Alaba
Total Score

0

GPS-IMU Sensor Fusion for Reliable Autonomous Vehicle Position Estimation

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This research paper explores the use of sensor fusion techniques involving a Global Positioning System (GPS) and an Inertial Measurement Unit (IMU) to improve the reliability and accuracy of position estimation for autonomous vehicles.
  • The paper proposes a sensor fusion approach using an Unscented Kalman Filter (UKF) to combine GPS and IMU data, leveraging the strengths of each sensor to overcome their individual limitations.
  • The goal is to provide a robust and reliable position estimation solution for autonomous vehicles, which is a critical component for safe and efficient autonomous driving.

Plain English Explanation

Autonomous vehicles, like self-driving cars, rely on various sensors to understand their position and surroundings. Two common sensors used are the Global Positioning System (GPS) and the Inertial Measurement Unit (IMU). GPS can provide accurate location information, but it can be unreliable in certain environments, such as urban areas with tall buildings. IMUs, on the other hand, can track motion and orientation changes, but they tend to accumulate errors over time.

To address these issues, the researchers in this paper combined the information from both GPS and IMU sensors using a technique called sensor fusion. Specifically, they used an Unscented Kalman Filter (UKF), a mathematical algorithm that can effectively blend the data from these two sensors to provide a more reliable and accurate estimate of the vehicle's position.

The key idea is that the strengths of one sensor (e.g., the high accuracy of GPS) can be used to compensate for the weaknesses of the other sensor (e.g., the drift in IMU measurements). By constantly updating the position estimate based on the combined GPS and IMU data, the system can maintain a reliable and accurate understanding of the vehicle's location, even in challenging environments where GPS alone might be unreliable.

This sensor fusion approach is crucial for the development of safe and reliable autonomous vehicles, as a precise and consistent understanding of the vehicle's position is essential for navigation, obstacle avoidance, and other critical driving functions.

Technical Explanation

The researchers in this paper propose a sensor fusion approach using an Unscented Kalman Filter (UKF) to combine GPS and IMU data for reliable autonomous vehicle position estimation. The UKF is a mathematical algorithm that can effectively integrate measurements from multiple sensors, taking into account their respective uncertainties and characteristics.

The system model used in the UKF consists of the vehicle's position, velocity, and orientation, as well as the biases and errors associated with the GPS and IMU sensors. The UKF iteratively updates the state estimate based on the incoming GPS and IMU measurements, providing a fused and optimized estimate of the vehicle's position.

To evaluate the performance of the proposed sensor fusion approach, the researchers conducted experiments in both simulation and real-world environments. The simulation tests involved generating synthetic GPS and IMU data with known ground truth, allowing for a quantitative assessment of the position estimation accuracy. The real-world experiments used a custom-built autonomous vehicle equipped with GPS and IMU sensors, as well as other reference sensors for validation.

The results of the experiments showed that the sensor fusion approach using the UKF significantly outperformed the use of GPS or IMU alone in terms of position estimation accuracy and reliability. The fused solution was able to maintain a consistent and accurate position estimate, even in scenarios where GPS measurements were degraded or unavailable.

The researchers also compared the performance of the UKF-based sensor fusion approach to other filtering techniques, such as the Error-State Kalman Filter (ESKF) and the Lidar-Inertial Odometry (LIO) method. The results demonstrated the advantages of the UKF in handling nonlinear sensor models and providing a more robust and precise position estimation.

Critical Analysis

The research presented in this paper addresses an important challenge in autonomous vehicle development – the need for reliable and accurate position estimation. The proposed sensor fusion approach using an Unscented Kalman Filter is a well-designed and thorough solution, with extensive experimental validation in both simulation and real-world settings.

One potential limitation of the research is the reliance on a single autonomous vehicle platform for the real-world experiments. While the results are promising, it would be valuable to validate the performance of the sensor fusion approach on a wider range of vehicle platforms and in more diverse environmental conditions.

Additionally, the paper does not discuss the computational complexity and resource requirements of the UKF-based sensor fusion algorithm. As autonomous vehicles often have limited onboard computing power, the efficiency and scalability of the algorithm would be an important consideration for real-world deployment.

Further research could also explore the integration of additional sensor modalities, such as lidar or camera data, to enhance the robustness and accuracy of the position estimation even further. The combination of sensor fusion techniques with simultaneous localization and mapping (SLAM) approaches, as explored in this paper, could also be a promising direction for future work.

Conclusion

This research paper presents a compelling sensor fusion approach that combines GPS and IMU data using an Unscented Kalman Filter to improve the reliability and accuracy of position estimation for autonomous vehicles. The experimental results demonstrate the effectiveness of this technique in overcoming the individual limitations of GPS and IMU sensors, providing a robust and consistent position estimate even in challenging environments.

The proposed solution is a valuable contribution to the field of autonomous vehicle development, as precise and reliable position estimation is a critical component for safe and efficient autonomous driving. The insights and techniques described in this paper may also be applicable to other robotic and navigation systems that rely on the fusion of multiple sensor modalities.

Overall, this research represents a significant step forward in addressing the challenges of autonomous vehicle localization and paves the way for further advancements in the development of reliable and advanced autonomous driving systems.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

GPS-IMU Sensor Fusion for Reliable Autonomous Vehicle Position Estimation
Total Score

0

GPS-IMU Sensor Fusion for Reliable Autonomous Vehicle Position Estimation

Simegnew Yihunie Alaba

Global Positioning System (GPS) navigation provides accurate positioning with global coverage, making it a reliable option in open areas with unobstructed sky views. However, signal degradation may occur in indoor spaces and urban canyons. In contrast, Inertial Measurement Units (IMUs) consist of gyroscopes and accelerometers that offer relative motion information such as acceleration and rotational changes. Unlike GPS, IMUs do not rely on external signals, making them useful in GPS-denied environments. Nonetheless, IMUs suffer from drift over time due to the accumulation of errors while integrating acceleration to determine velocity and position. Therefore, fusing the GPS and IMU is crucial for enhancing the reliability and precision of navigation systems in autonomous vehicles, especially in environments where GPS signals are compromised. To ensure smooth navigation and overcome the limitations of each sensor, the proposed method fuses GPS and IMU data. This sensor fusion uses the Unscented Kalman Filter (UKF) Bayesian filtering technique. The proposed navigation system is designed to be robust, delivering continuous and accurate positioning critical for the safe operation of autonomous vehicles, particularly in GPS-denied environments. This project uses KITTI GNSS and IMU datasets for experimental validation, showing that the GNSS-IMU fusion technique reduces GNSS-only data's RMSE. The RMSE decreased from 13.214, 13.284, and 13.363 to 4.271, 5.275, and 0.224 for the x-axis, y-axis, and z-axis, respectively. The experimental result using UKF shows promising direction in improving autonomous vehicle navigation using GPS and IMU sensor fusion using the best of two sensors in GPS-denied environments.

Read more

5/15/2024

👁️

Total Score

0

Learning Position From Vehicle Vibration Using an Inertial Measurement Unit

Barak Or, Nimrod Segol, Areej Eweida, Maxim Freydin

This paper presents a novel approach to vehicle positioning that operates without reliance on the global navigation satellite system (GNSS). Traditional GNSS approaches are vulnerable to interference in certain environments, rendering them unreliable in situations such as urban canyons, under flyovers, or in low reception areas. This study proposes a vehicle positioning method based on learning the road signature from accelerometer and gyroscope measurements obtained by an inertial measurement unit (IMU) sensor. In our approach, the route is divided into segments, each with a distinct signature that the IMU can detect through the vibrations of a vehicle in response to subtle changes in the road surface. The study presents two different data-driven methods for learning the road segment from IMU measurements. One method is based on convolutional neural networks and the other on ensemble random forest applied to handcrafted features. Additionally, the authors present an algorithm to deduce the position of a vehicle in real-time using the learned road segment. The approach was applied in two positioning tasks: (i) a car along a 6[km] route in a dense urban area; (ii) an e-scooter on a 1[km] route that combined road and pavement surfaces. The mean error between the proposed method's position and the ground truth was approximately 50[m] for the car and 30[m] for the e-scooter. Compared to a solution based on time integration of the IMU measurements, the proposed approach has a mean error of more than 5 times better for e-scooters and 20 times better for cars.

Read more

7/2/2024

Kalman Filtering for Precise Indoor Position and Orientation Estimation Using IMU and Acoustics on Riemannian Manifolds
Total Score

0

Kalman Filtering for Precise Indoor Position and Orientation Estimation Using IMU and Acoustics on Riemannian Manifolds

Mohammed H. AlSharif, Mohanad Ahmed, Mohamed Siala, Tareq Y. Al-Naffouri

Indoor tracking and pose estimation, i.e., determining the position and orientation of a moving target, are increasingly important due to their numerous applications. While Inertial Navigation Systems (INS) provide high update rates, their positioning errors can accumulate rapidly over time. To mitigate this, it is common to integrate INS with complementary systems to correct drift and improve accuracy. This paper presents a novel approach that combines INS with an acoustic Riemannian-based localization system to enhance indoor positioning and orientation tracking. The proposed method employs both the Extended Kalman Filter (EKF) and the Unscented Kalman Filter (UKF) for fusing data from the two systems. The Riemannian-based localization system delivers high-accuracy estimates of the target's position and orientation, which are then used to correct the INS data. A new projection algorithm is introduced to map the EKF or UKF output onto the Riemannian manifold, further improving estimation accuracy. Our results show that the proposed methods significantly outperform benchmark algorithms in both position and orientation estimation. The effectiveness of the proposed methods was evaluated through extensive numerical simulations and testing using our in-house experimental setup. These evaluations confirm the superior performance of our approach in practical scenarios.

Read more

9/4/2024

Deep Learning Assisted Inertial Dead Reckoning and Fusion
Total Score

0

Deep Learning Assisted Inertial Dead Reckoning and Fusion

Dror Hurwitz, Nadav Cohen, Itzik Klein

The interest in mobile platforms across a variety of applications has increased significantly in recent years. One of the reasons is the ability to achieve accurate navigation by using low-cost sensors. To this end, inertial sensors are fused with global navigation satellite systems (GNSS) signals. GNSS outages during platform operation can result in pure inertial navigation, causing the navigation solution to drift. In such situations, periodic trajectories with dedicated algorithms were suggested to mitigate the drift. With periodic dynamics, inertial deep learning approaches can capture the motion more accurately and provide accurate dead-reckoning for drones and mobile robots. In this paper, we propose approaches to extend deep learning-assisted inertial sensing and fusion capabilities during periodic motion. We begin by demonstrating that fusion between GNSS and inertial sensors in periodic trajectories achieves better accuracy compared to straight-line trajectories. Next, we propose an empowered network architecture to accurately regress the change in distance of the platform. Utilizing this network, we drive a hybrid approach for a neural-inertial fusion filter. Finally, we utilize this approach for situations when GNSS is available and show its benefits. A dataset of 337 minutes of data collected from inertial sensors mounted on a mobile robot and a quadrotor is used to evaluate our approaches.

Read more

7/24/2024