Incorporating Transformer and LSTM to Kalman Filter with EM algorithm for state estimation
Zhuangwei Shi

TL;DR
This paper introduces a novel state estimation method that combines Transformer, LSTM, and EM algorithm within a seq2seq framework, demonstrating improved accuracy in simulations of a mobile robot model.
Contribution
It presents a new approach integrating deep learning models with EM-KF for enhanced parameter estimation and state accuracy.
Findings
The method achieves higher accuracy than traditional EM-KF.
Simulation results validate the effectiveness of the combined models.
Source code is publicly available for reproducibility.
Abstract
Kalman Filter requires the true parameters of the model and solves optimal state estimation recursively. Expectation Maximization (EM) algorithm is applicable for estimating the parameters of the model that are not available before Kalman filtering, which is EM-KF algorithm. To improve the preciseness of EM-KF algorithm, the author presents a state estimation method by combining the Long-Short Term Memory network (LSTM), Transformer and EM-KF algorithm in the framework of Encoder-Decoder in Sequence to Sequence (seq2seq). Simulation on a linear mobile robot model demonstrates that the new method is more accurate. Source code of this paper is available at https://github.com/zshicode/Deep-Learning-Based-State-Estimation.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTarget Tracking and Data Fusion in Sensor Networks · Neural Networks and Applications · Blind Source Separation Techniques
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Adam · Layer Normalization · Residual Connection · Label Smoothing · Byte Pair Encoding
