Eigen Is All You Need: Efficient Lidar-Inertial Continuous-Time Odometry with Internal Association
Thien-Minh Nguyen, Xinhang Xu, Tongxing Jin, Yizhuo Yang, Jianping Li, Shenghai Yuan, Lihua Xie
TL;DR
This work tackles real-time continuous-time lidar-inertial odometry (CT-LIO) by replacing the traditional nonlinear least-squares solver with an efficient linear-on-manifold solver in a B-spline trajectory framework. The key innovation is a solve-associate-solve loop in which internal feature-to-map association is performed after each incremental step, enabling convergence in just a few iterations while maintaining high control-point density. The authors provide detailed derivations of Residuals and Jacobians for lidar and IMU factors over the B-spline control points, and implement a parallelized pipeline that achieves real-time performance on dense inputs. Empirical results on public CT-LIO benchmarks show competitive accuracy with substantial speedups over NLS-based approaches, and ablation confirms the value of per-iteration association for robustness and precision.
Abstract
In this paper, we propose a continuous-time lidar-inertial odometry (CT-LIO) system named SLICT2, which promotes two main insights. One, contrary to conventional wisdom, CT-LIO algorithm can be optimized by linear solvers in only a few iterations, which is more efficient than commonly used nonlinear solvers. Two, CT-LIO benefits more from the correct association than the number of iterations. Based on these ideas, we implement our method with a customized solver where the feature association process is performed immediately after each incremental step, and the solution can converge within a few iterations. Our implementation can achieve real-time performance with a high density of control points while yielding competitive performance in highly dynamical motion scenarios. We demonstrate the advantages of our method by comparing with other existing state-of-the-art CT-LIO methods. The source code will be released for the benefit of the community.
