CVDec 28, 2024

MambaVO: Deep Visual Odometry Based on Sequential Matching Refinement and Training Smoothing

arXiv:2412.20082v29 citationsh-index: 8CVPR
Originality Incremental advance
AI Analysis

This work addresses robustness and accuracy issues in visual odometry for robotics and autonomous systems, representing an incremental improvement over existing methods.

The paper tackles ambiguous visual matching in deep visual odometry by proposing MambaVO, which uses sequential matching refinement and smoothed training to enhance pose estimation, achieving state-of-the-art performance on public benchmarks with real-time running.

Deep visual odometry has demonstrated great advancements by learning-to-optimize technology. This approach heavily relies on the visual matching across frames. However, ambiguous matching in challenging scenarios leads to significant errors in geometric modeling and bundle adjustment optimization, which undermines the accuracy and robustness of pose estimation. To address this challenge, this paper proposes MambaVO, which conducts robust initialization, Mamba-based sequential matching refinement, and smoothed training to enhance the matching quality and improve the pose estimation. Specifically, the new frame is matched with the closest keyframe in the maintained Point-Frame Graph (PFG) via the semi-dense based Geometric Initialization Module (GIM). Then the initialized PFG is processed by a proposed Geometric Mamba Module (GMM), which exploits the matching features to refine the overall inter-frame matching. The refined PFG is finally processed by differentiable BA to optimize the poses and the map. To deal with the gradient variance, a Trending-Aware Penalty (TAP) is proposed to smooth training and enhance convergence and stability. A loop closure module is finally applied to enable MambaVO++. On public benchmarks, MambaVO and MambaVO++ demonstrate SOTA performance, while ensuring real-time running.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes