JamMa: Ultra-lightweight Local Feature Matching with Joint Mamba
Xiaoyong Lu, Songlin Du
TL;DR
JamMa addresses the efficiency–performance gap in local feature matching by extending Mamba to joint cross-view matching with the JEGO scan-merge strategy, achieving linear complexity $O(N)$ on a single GPU. The method employs a four-directional JEGO scanning strategy and a gating aggregator to produce global omnidirectional representations, enabling high-frequency mutual interaction while maintaining low parameter and FLOP counts. A two-stage coarse-to-fine pipeline uses an MLP-Mixer for fine matching and a sub-pixel regression step, trained with a trio of losses anchored in camera geometry. Empirical results on MegaDepth and HPatches show JamMa delivers an excellent performance–efficiency balance among sparse/semi-dense methods, with competitive visual localization performance and far fewer parameters than transformer-based counterparts.
Abstract
Existing state-of-the-art feature matchers capture long-range dependencies with Transformers but are hindered by high spatial complexity, leading to demanding training and highlatency inference. Striking a better balance between performance and efficiency remains a challenge in feature matching. Inspired by the linear complexity O(N) of Mamba, we propose an ultra-lightweight Mamba-based matcher, named JamMa, which converges on a single GPU and achieves an impressive performance-efficiency balance in inference. To unlock the potential of Mamba for feature matching, we propose Joint Mamba with a scan-merge strategy named JEGO, which enables: (1) Joint scan of two images to achieve high-frequency mutual interaction, (2) Efficient scan with skip steps to reduce sequence length, (3) Global receptive field, and (4) Omnidirectional feature representation. With the above properties, the JEGO strategy significantly outperforms the scan-merge strategies proposed in VMamba and EVMamba in the feature matching task. Compared to attention-based sparse and semi-dense matchers, JamMa demonstrates a superior balance between performance and efficiency, delivering better performance with less than 50% of the parameters and FLOPs.
