用因果Transformer提升单目视觉惯性里程计的位姿估计精度
Causal Transformer for Fusion and Pose Estimation in Deep Visual Inertial Odometry
- 设计因果视觉惯性融合Transformer,利用注意力机制建模历史信息
- 在KITTI数据集上达到当前最优性能,显著优于传统RNN方法
- 端到端可训练,仅需单目相机和IMU,适合实时机器人定位场景
近年来,基于Transformer的架构已成为深度学习中序列建模的主流。受此启发,本文提出一种因果视觉-惯性融合Transformer(VIFT),用于深度视觉惯性里程计中的位姿估计。该方法通过Transformer的注意力机制更有效地利用历史信息,相比基于循环神经网络(RNN)的方法具有优势。为应对Transformer对大规模数据依赖的问题,引入了适用于深度视觉惯性里程计网络的归纳偏置。由于潜在的视觉-惯性特征向量包含关键位姿信息,本文通过时间更新潜在向量来优化位姿估计。同时,研究了监督式端到端学习中数据不平衡与旋转学习方法的影响,采用针对SE(3)群元素的特殊梯度进行反向传播。所提方法端到端可训练,推理时仅需单目相机和惯性测量单元(IMU)。实验结果表明,VIFT显著提升了单目视觉惯性里程计的精度,在KITTI数据集上达到当前最优水平。
原文摘要 · Abstract (English)
In recent years, transformer-based architectures become the de facto standard for sequence modeling in deep learning frameworks. Inspired by the successful examples, we propose a causal visual-inertial fusion transformer (VIFT) for pose estimation in deep visual-inertial odometry. This study aims to improve pose estimation accuracy by leveraging the attention mechanisms in transformers, which better utilize historical data compared to the recurrent neural network (RNN) based methods seen in recent methods. Transformers typically require large-scale data for training. To address this issue, we utilize inductive biases for deep VIO networks. Since latent visual-inertial feature vectors encompass essential information for pose estimation, we employ transformers to refine pose estimates by updating latent vectors temporally. Our study also examines the impact of data imbalance and rotation learning methods in supervised end-to-end learning of visual inertial odometry by utilizing specialized gradients in backpropagation for the elements of SE$(3)$ group. The proposed method is end-to-end trainable and requires only a monocular camera and IMU during inference. Experimental results demonstrate that VIFT increases the accuracy of monocular VIO networks, achieving state-of-the-art results when compared to previous methods on the KITTI dataset. The code will be made available at https://github.com/ybkurt/VIFT.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。