paper-with-me

Papers

Learning Second-Order Attentive Context for Efficient Correspondence Pruning

2023-03-28 · Xinyi Ye, Weiyue Zhao, Hao Lu, Zhiguo Cao

Correspondence pruning aims to search consistent correspondences (inliers) from a set of putative correspondences. It is challenging because of the disorganized spatial distribution of numerous outliers, especially when putative correspondences are largely dominated by outliers. It's more challenging to ensure effectiveness while maintaining efficiency. In this paper, we propose an effective and efficient method for correspondence pruning. Inspired by the success of attentive context in correspondence problems, we first extend the attentive context to the first-order attentive context and then introduce the idea of attention in attention (ANA) to model second-order attentive context for correspondence pruning. Compared with first-order attention that focuses on feature-consistent context, second-order attention dedicates to attention weights itself and provides an additional source to encode consistent context from the attention map. For efficiency, we derive two approximate formulations for the naive implementation of second-order attention to optimize the cubic complexity to linear complexity, such that second-order attention can be used with negligible computational overheads. We further implement our formulations in a second-order context layer and then incorporate the layer in an ANA block. Extensive experiments demonstrate that our method is effective and efficient in pruning outliers, especially in high-outlier-ratio cases. Compared with the state-of-the-art correspondence pruning approach LMCNet, our method runs 14 times faster while maintaining a competitive accuracy.

📄 PDF Abstract BibTeX arXiv:2303.15761

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

BCLNet: Bilateral Consensus Learning for Two-View Correspondence Pruning

2024-01-07 · Xiangyang Miao, Guobao Xiao, Shiping Wang, Jun Yu

Correspondence pruning aims to establish reliable correspondences between two related images and recover relative camera motion. Existing approaches often employ a progressive strategy to handle the local and global cont…

Graph Context Transformation Learning for Progressive Correspondence Pruning

2023-12-26 · Junwen Guo, Guobao Xiao, Shiping Wang, Jun Yu

Most of existing correspondence pruning methods only concentrate on gathering the context information as much as possible while neglecting effective ways to utilize such information. In order to tackle this dilemma, in t…

Pose Estimation

LeCoT: revisiting network architecture for two-view correspondence pruning

2025-11-10 · Luanyuan Dai, Xiaoyu Du, Jinhui Tang arxiv

Two-view correspondence pruning aims to accurately remove incorrect correspondences (outliers) from initial ones and is widely applied to various computer vision tasks. Current popular strategies adopt multilayer percept…

Homography EstimationVisual LocalizationPose Estimation

Selecting and Pruning: A Differentiable Causal Sequentialized State-Space Model for Two-View Correspondence Learning

2025-03-23 · Xiang Fang, Shihua Zhang, Hao Zhang, Tao Lu 외

Two-view correspondence learning aims to discern true and false correspondences between image pairs by recognizing their underlying different information. Previous methods either treat the information equally or require …

MambaPose EstimationVisual Localization

CorrAdaptor: Adaptive Local Context Learning for Correspondence Pruning

2024-08-15 · Wei Zhu, Yicheng Liu, Yuping He, Tangfei Liao 외

In the fields of computer vision and robotics, accurate pixel-level correspondences are essential for enabling advanced tasks such as structure-from-motion and simultaneous localization and mapping. Recent correspondence…

Graph LearningSimultaneous Localization and Mapping