paper-with-me

Papers

CorrAdaptor: Adaptive Local Context Learning for Correspondence Pruning

2024-08-15 · Wei Zhu, Yicheng Liu, Yuping He, Tangfei Liao, Kang Zheng, Xiaoqiu Xu, Tao Wang, Tong Lu

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 pruning methods usually focus on learning local consistency through k-nearest neighbors, which makes it difficult to capture robust context for each correspondence. We propose CorrAdaptor, a novel architecture that introduces a dual-branch structure capable of adaptively adjusting local contexts through both explicit and implicit local graph learning. Specifically, the explicit branch uses KNN-based graphs tailored for initial neighborhood identification, while the implicit branch leverages a learnable matrix to softly assign neighbors and adaptively expand the local context scope, significantly enhancing the model's robustness and adaptability to complex image variations. Moreover, we design a motion injection module to integrate motion consistency into the network to suppress the impact of outliers and refine local context learning, resulting in substantial performance improvements. The experimental results on extensive correspondence-based tasks indicate that our CorrAdaptor achieves state-of-the-art performance both qualitatively and quantitatively. The code and pre-trained models are available at https://github.com/TaoWangzj/CorrAdaptor.

📄 PDF Abstract BibTeX arXiv:2408.08134

Code (1)

TaoWangzj/CorrAdaptor 공식 구현 pytorch

Tasks

Graph LearningSimultaneous Localization and Mapping

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

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

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…

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

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 …

VSFormer: Visual-Spatial Fusion Transformer for Correspondence Pruning

2023-12-14 · Tangfei Liao, Xiaoqin Zhang, Li Zhao, Tao Wang 외

Correspondence pruning aims to find correct matches (inliers) from an initial set of putative correspondences, which is a fundamental task for many applications. The process of finding is challenging, given the varying i…