SFMambaNet: Spectral-Frequency Enhanced Selective State Space Model for Correspondence Pruning

📅 2026-06-03
📈 Citations: 0
Influential: 0
📄 PDF

career value

277K/year
🤖 AI Summary
This work addresses the challenge that existing correspondence pruning methods struggle to effectively model subtle geometric consistency among inliers. To overcome this limitation, we propose SFMambaNet, which introduces frequency-domain awareness into this task for the first time. Our approach jointly enhances local and global geometric consistency while suppressing high-frequency noise accumulation through two key components: Local Spectral Geometric Attention (LSGA) and Spectral-Integrated Global Mamba (SIGM). By integrating spectral positional encoding, multi-scale Mamba processing, and a frequency-domain gating mechanism, SFMambaNet achieves robust global context modeling with near-linear computational complexity. Extensive experiments on multiple challenging benchmarks demonstrate that our method significantly outperforms current state-of-the-art approaches.
📝 Abstract
Correspondence pruning aims to identify inliers from an initial set of correspondences. Most existing Graph Neural Network (GNN)-based methods rely on geometric features mapped from coarse Euclidean coordinates, which struggle to capture the subtle geometric consistencies presented by inliers. While Mamba-based methods possess global receptive fields and long sequence modeling capabilities, they tend to accumulate substantial inconsistent features within the hidden state space, making it difficult to distinguish inliers from outliers. In this paper, we integrate frequency domain perception into this task for the first time and propose SFMambaNet, a novel Spectral-Frequency enhanced Mamba-based two-view correspondence pruning network. Our method is collaboratively composed of two components: First, we design a Local Spectral-Geometric Attention (LSGA) block. LSGA incorporates spectral positional encoding into local graph interactions and introduces multi-scale Mamba processing to enhance the capture of subtle geometric consistencies and improve local feature discriminability. Building upon this, we design a Spectral-Integrated Global Mamba (SIGM) block. SIGM embeds a frequency gating mechanism within the state space, utilizing the frequency information provided by LSGA to explicitly suppress high-frequency noise accumulation within hidden states and mitigate the propagation of inconsistent features. This enhances inlier-outlier separability and achieves robust global context modeling capabilities with nearly linear complexity. Extensive experiments demonstrate that SFMambaNet outperforms current state-of-the-art methods on several challenging tasks. The code is available at https://github.com/Kirito14IT/SFMambaNet.
Problem

Research questions and friction points this paper is trying to address.

correspondence pruning
inlier identification
geometric consistency
outlier rejection
two-view geometry
Innovation

Methods, ideas, or system contributions that make the work stand out.

Spectral-Frequency Enhancement
Selective State Space Model
Correspondence Pruning
Frequency Gating Mechanism
Mamba-based Network
🔎 Similar Papers
No similar papers found.