Table of Contents
Fetching ...

TransFusionOdom: Interpretable Transformer-based LiDAR-Inertial Fusion Odometry Estimation

Leyuan Sun, Guanqun Ding, Yue Qiu, Yusuke Yoshiyasu, Fumio Kanehiro

TL;DR

TransFusionOdom addresses the challenge of adaptive, interpretable fusion for supervised odometry by combining SMAF for homogeneous LiDAR features with a Transformer-based encoder for heterogeneous LiDAR-IMU fusion, organized in a multi-scale, layer-wise fusion framework. It provides a visualization framework to interpret intra- and inter-modal interactions within the Transformer, and validates performance on KITTI while releasing a Gazebo-based synthetic multi-modal dataset to test generalization to other modality combinations. The method optimizes a multi-task regression objective with learned uncertainties, enabling joint estimation of translation and rotation with calibrated confidence, and explores rotation representations including Euler angles and SE(3)/se(3). Empirical results show competitive odometry accuracy and robust uncertainty estimates, with ablations highlighting the benefits of multi-scale fusion and attention-based modality weighting for real-world robotic applications.

Abstract

Multi-modal fusion of sensors is a commonly used approach to enhance the performance of odometry estimation, which is also a fundamental module for mobile robots. However, the question of \textit{how to perform fusion among different modalities in a supervised sensor fusion odometry estimation task?} is still one of challenging issues remains. Some simple operations, such as element-wise summation and concatenation, are not capable of assigning adaptive attentional weights to incorporate different modalities efficiently, which make it difficult to achieve competitive odometry results. Recently, the Transformer architecture has shown potential for multi-modal fusion tasks, particularly in the domains of vision with language. In this work, we propose an end-to-end supervised Transformer-based LiDAR-Inertial fusion framework (namely TransFusionOdom) for odometry estimation. The multi-attention fusion module demonstrates different fusion approaches for homogeneous and heterogeneous modalities to address the overfitting problem that can arise from blindly increasing the complexity of the model. Additionally, to interpret the learning process of the Transformer-based multi-modal interactions, a general visualization approach is introduced to illustrate the interactions between modalities. Moreover, exhaustive ablation studies evaluate different multi-modal fusion strategies to verify the performance of the proposed fusion strategy. A synthetic multi-modal dataset is made public to validate the generalization ability of the proposed fusion strategy, which also works for other combinations of different modalities. The quantitative and qualitative odometry evaluations on the KITTI dataset verify the proposed TransFusionOdom could achieve superior performance compared with other related works.

TransFusionOdom: Interpretable Transformer-based LiDAR-Inertial Fusion Odometry Estimation

TL;DR

TransFusionOdom addresses the challenge of adaptive, interpretable fusion for supervised odometry by combining SMAF for homogeneous LiDAR features with a Transformer-based encoder for heterogeneous LiDAR-IMU fusion, organized in a multi-scale, layer-wise fusion framework. It provides a visualization framework to interpret intra- and inter-modal interactions within the Transformer, and validates performance on KITTI while releasing a Gazebo-based synthetic multi-modal dataset to test generalization to other modality combinations. The method optimizes a multi-task regression objective with learned uncertainties, enabling joint estimation of translation and rotation with calibrated confidence, and explores rotation representations including Euler angles and SE(3)/se(3). Empirical results show competitive odometry accuracy and robust uncertainty estimates, with ablations highlighting the benefits of multi-scale fusion and attention-based modality weighting for real-world robotic applications.

Abstract

Multi-modal fusion of sensors is a commonly used approach to enhance the performance of odometry estimation, which is also a fundamental module for mobile robots. However, the question of \textit{how to perform fusion among different modalities in a supervised sensor fusion odometry estimation task?} is still one of challenging issues remains. Some simple operations, such as element-wise summation and concatenation, are not capable of assigning adaptive attentional weights to incorporate different modalities efficiently, which make it difficult to achieve competitive odometry results. Recently, the Transformer architecture has shown potential for multi-modal fusion tasks, particularly in the domains of vision with language. In this work, we propose an end-to-end supervised Transformer-based LiDAR-Inertial fusion framework (namely TransFusionOdom) for odometry estimation. The multi-attention fusion module demonstrates different fusion approaches for homogeneous and heterogeneous modalities to address the overfitting problem that can arise from blindly increasing the complexity of the model. Additionally, to interpret the learning process of the Transformer-based multi-modal interactions, a general visualization approach is introduced to illustrate the interactions between modalities. Moreover, exhaustive ablation studies evaluate different multi-modal fusion strategies to verify the performance of the proposed fusion strategy. A synthetic multi-modal dataset is made public to validate the generalization ability of the proposed fusion strategy, which also works for other combinations of different modalities. The quantitative and qualitative odometry evaluations on the KITTI dataset verify the proposed TransFusionOdom could achieve superior performance compared with other related works.
Paper Structure (26 sections, 21 equations, 15 figures, 7 tables)

This paper contains 26 sections, 21 equations, 15 figures, 7 tables.

Figures (15)

  • Figure 1: A simple overview of proposed TransFusionOdom, input are LiDAR raw point cloud and IMU measurements, output are translation, orientation and their uncertainty estimations.
  • Figure 2: Network architecture of proposed TransFusionOdom.
  • Figure 3: Raw IMU signal plotted in linear acceleration and angular velocity, IMU signal image resized with linear interpolation.
  • Figure 4: Transformer-based fusion between LiDAR and IMU tokens.
  • Figure 5: The interpretation of interactions between LiDAR and IMU inside the Transformer.
  • ...and 10 more figures