CTIN: Robust Contextual Transformer Network for Inertial Navigation
Bingbing Rao, Ehsan Kazemi, Yifan Ding, Devu M Shila, Frank M. Tucker,, Liqiang Wang

TL;DR
This paper introduces CTIN, a robust neural network combining ResNet and Transformer architectures to improve inertial navigation accuracy by effectively capturing spatial and temporal information from IMU data.
Contribution
The novel CTIN model integrates multi-head self-attention and multi-task learning to enhance inertial navigation performance over existing methods.
Findings
Outperforms state-of-the-art models on multiple datasets
Demonstrates robustness across diverse inertial datasets
Improves velocity and trajectory prediction accuracy
Abstract
Recently, data-driven inertial navigation approaches have demonstrated their capability of using well-trained neural networks to obtain accurate position estimates from inertial measurement units (IMU) measurements. In this paper, we propose a novel robust Contextual Transformer-based network for Inertial Navigation~(CTIN) to accurately predict velocity and trajectory. To this end, we first design a ResNet-based encoder enhanced by local and global multi-head self-attention to capture spatial contextual information from IMU measurements. Then we fuse these spatial representations with temporal knowledge by leveraging multi-head attention in the Transformer decoder. Finally, multi-task learning with uncertainty reduction is leveraged to improve learning efficiency and prediction accuracy of velocity and trajectory. Through extensive experiments over a wide range of inertial…
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
Taxonomy
TopicsInertial Sensor and Navigation · Robotics and Sensor-Based Localization · Target Tracking and Data Fusion in Sensor Networks
MethodsAttention Is All You Need · Linear Layer · Absolute Position Encodings · Softmax · Residual Connection · Adam · Dropout · Position-Wise Feed-Forward Layer · Layer Normalization · Dense Connections
