paper-with-me

Papers

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 this paper we propose Graph Context Transformation Network (GCT-Net) enhancing context information to conduct consensus guidance for progressive correspondence pruning. Specifically, we design the Graph Context Enhance Transformer which first generates the graph network and then transforms it into multi-branch graph contexts. Moreover, it employs self-attention and cross-attention to magnify characteristics of each graph context for emphasizing the unique as well as shared essential information. To further apply the recalibrated graph contexts to the global domain, we propose the Graph Context Guidance Transformer. This module adopts a confident-based sampling strategy to temporarily screen high-confidence vertices for guiding accurate classification by searching global consensus between screened vertices and remaining ones. The extensive experimental results on outlier removal and relative pose estimation clearly demonstrate the superior performance of GCT-Net compared to state-of-the-art methods across outdoor and indoor datasets. The source code will be available at: https://github.com/guobaoxiao/GCT-Net/.

📄 PDF Abstract BibTeX arXiv:2312.15971

Code (1)

guobaoxiao/gct-net 공식 구현

Tasks

Pose Estimation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Pruning 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

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

Progressive Correspondence Pruning by Consensus Learning

2021-01-03 · ICCV 2021 10 · Chen Zhao, Yixiao Ge, Feng Zhu, Rui Zhao 외

Correspondence selection aims to correctly select the consistent matches (inliers) from an initial set of putative correspondences. The selection is challenging since putative matches are typically extremely unbalanced, …

Camera Pose EstimationDenoisingPose EstimationRetrieval

Progressive Neighbor Consistency Mining for Correspondence Pruning

2023-01-01 · CVPR 2023 1 · Xin Liu, Jufeng Yang

The goal of correspondence pruning is to recognize correct correspondences (inliers) from initial ones, with applications to various feature matching based tasks. Seeking neighbors in the coordinate and feature space…

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…

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 …