Deep Learning Assisted Inertial Dead Reckoning and Fusion

Read original: arXiv:2407.16387 - Published 7/24/2024 by Dror Hurwitz, Nadav Cohen, Itzik Klein
Total Score

0

Deep Learning Assisted Inertial Dead Reckoning and Fusion

Sign in to get full access

or

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

Overview

  • The paper presents a deep learning-assisted inertial dead reckoning and fusion approach for improved localization and navigation.
  • It combines inertial measurement units (IMUs) with other sensor data, like GNSS, to enhance positioning accuracy and robustness.
  • The proposed method leverages deep neural networks to model the complex relationships between sensor data and position/orientation estimates.

Plain English Explanation

The paper describes a way to improve how devices like smartphones or robots can figure out where they are and which way they're pointing, even when GPS signals are weak or unavailable. It does this by combining data from motion sensors (like accelerometers and gyroscopes) with other sensor information.

The key idea is to use deep learning - a type of artificial intelligence that can find complex patterns in data. The deep learning model is trained to learn the relationship between the sensor data and the actual location and orientation of the device. This allows it to make better estimates of the device's position and direction, even when GPS is unreliable.

By fusing the inertial sensor data with other sources like GPS or visual information, the system can maintain accurate positioning over time, a process known as inertial navigation. This can be very useful for applications like autonomous vehicles or indoor navigation where GPS may not work well.

Technical Explanation

The paper proposes a deep learning-assisted inertial dead reckoning and fusion approach for robust localization and navigation. The key components include:

  1. Inertial Dead Reckoning: The system uses inertial measurement units (IMUs) to track the device's motion over time through a process called dead reckoning. This involves integrating the IMU data (acceleration and angular rates) to estimate position and orientation.

  2. Deep Learning-based Sensor Fusion: A deep neural network is trained to model the complex relationship between the IMU data and the actual position/orientation of the device. This allows the system to make more accurate estimates by combining the inertial data with other sensor inputs like GNSS.

  3. Extended Kalman Filter: An extended Kalman filter is used to fuse the deep learning-based position/orientation estimates with the raw inertial data, providing a smoothed and robust localization output.

The proposed approach was evaluated through experiments involving both simulated and real-world data. The results demonstrate significant improvements in positioning accuracy and robustness compared to traditional inertial navigation techniques.

Critical Analysis

The paper presents a promising approach for enhancing inertial-based localization through the use of deep learning. However, a few potential limitations or areas for further research are worth noting:

  1. Sensor Calibration: The performance of the system may be sensitive to the quality of the IMU calibration. Addressing sensor biases and misalignments could be an important practical consideration.

  2. Computational Complexity: Deploying the deep learning model on resource-constrained embedded systems may present challenges in terms of memory and processing requirements. Techniques for model compression or efficient inference could be investigated.

  3. Generalization: The ability of the deep learning model to generalize to diverse environments and motion patterns is not fully explored. Further testing in a wider range of scenarios would help validate the robustness of the approach.

  4. Fusion with other Sensors: While the paper considers GNSS integration, exploring the fusion of inertial data with other sensors like cameras or LiDAR could lead to even more robust and accurate localization solutions.

Overall, the deep learning-assisted inertial dead reckoning and fusion approach presented in the paper represents an interesting and promising direction for improving navigation and positioning systems, particularly in challenging environments where GPS may be unreliable.

Conclusion

This paper introduces a novel technique for enhancing inertial-based localization and navigation using deep learning. By training a neural network to model the complex relationship between inertial sensor data and the device's position/orientation, the system can make more accurate estimates, especially when combined with other sensor inputs like GNSS.

The proposed approach demonstrates significant improvements in positioning accuracy and robustness compared to traditional inertial navigation methods. While there are some practical considerations and areas for further research, the deep learning-assisted inertial dead reckoning and fusion technique represents an exciting development that could have important implications for a wide range of applications, from autonomous vehicles to indoor navigation and beyond.



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

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

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

Deep Learning for Inertial Sensor Alignment

Maxim Freydin, Niv Sfaradi, Nimrod Segol, Areej Eweida, Barak Or

Accurate alignment of a fixed mobile device equipped with inertial sensors inside a moving vehicle is important for navigation, activity recognition, and other applications. Accurate estimation of the device mounting angle is required to rotate the inertial measurement from the sensor frame to the moving platform frame to standardize measurements and improve the performance of the target task. In this work, a data-driven approach using deep neural networks (DNNs) is proposed to learn the yaw mounting angle of a smartphone equipped with an inertial measurement unit (IMU) and strapped to a car. The proposed model uses only the accelerometer and gyroscope readings from an IMU as input and, in contrast to existing solutions, does not require global position inputs from global navigation satellite systems (GNSS). To train the model in a supervised manner, IMU data is collected for training and validation with the sensor mounted at a known yaw mounting angle, and a range of ground truth labels is generated by applying a random rotation in a bounded range to the measurements. The trained model is tested on data with real rotations showing similar performance as with synthetic rotations. The trained model is deployed on an Android device and evaluated in real-time to test the accuracy of the estimated yaw mounting angle. The model is shown to find the mounting angle at an accuracy of 8 degrees within 5 seconds, and 4 degrees within 27 seconds. An experiment is conducted to compare the proposed model with an existing off-the-shelf solution.

Read more

4/11/2024

Pedestrian Inertial Navigation: An Overview of Model and Data-Driven Approaches
Total Score

0

Pedestrian Inertial Navigation: An Overview of Model and Data-Driven Approaches

Itzik Klein

The task of indoor positioning is fundamental to several applications, including navigation, healthcare, location-based services, and security. An emerging field is inertial navigation for pedestrians, which relies only on inertial sensors for positioning. In this paper, we present inertial pedestrian navigation models and learning approaches. Among these, are methods and algorithms for shoe-mounted inertial sensors and pedestrian dead reckoning (PDR) with unconstrained inertial sensors. We also address three categories of data-driven PDR strategies: activity-assisted, hybrid approaches, and learning-based frameworks.

Read more

8/1/2024