SPAISYAug 4, 2021

Incremental learning of LSTM framework for sensor fusion in attitude estimation

arXiv:2108.03173v139 citations
Originality Incremental advance
AI Analysis

This addresses sensor fusion limitations for real-time attitude estimation in applications like robotics or navigation, though it appears incremental as it builds on existing LSTM methods.

The paper tackles attitude estimation in 3D space by proposing an incremental learning LSTM framework for sensor fusion, demonstrating significant improvement over traditional methods like the Extended Kalman Filter, especially in dynamic environments.

This paper presents a novel method for attitude estimation of an object in 3D space by incremental learning of the Long-Short Term Memory (LSTM) network. Gyroscope, accelerometer, and magnetometer are few widely used sensors in attitude estimation applications. Traditionally, multi-sensor fusion methods such as the Extended Kalman Filter and Complementary Filter are employed to fuse the measurements from these sensors. However, these methods exhibit limitations in accounting for the uncertainty, unpredictability, and dynamic nature of the motion in real-world situations. In this paper, the inertial sensors data are fed to the LSTM network which are then updated incrementally to incorporate the dynamic changes in motion occurring in the run time. The robustness and efficiency of the proposed framework is demonstrated on the dataset collected from a commercially available inertial measurement unit. The proposed framework offers a significant improvement in the results compared to the traditional method, even in the case of a highly dynamic environment. The LSTM framework-based attitude estimation approach can be deployed on a standard AI-supported processing module for real-time applications.

Code Implementations1 repo
Foundations

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

Your Notes