paper-with-me

Papers

OAMatcher: An Overlapping Areas-based Network for Accurate Local Feature Matching

2023-02-12 · Kun Dai, Tao Xie, Ke Wang, Zhiqiang Jiang, Ruifeng Li, Lijun Zhao

Local feature matching is an essential component in many visual applications. In this work, we propose OAMatcher, a Tranformer-based detector-free method that imitates humans behavior to generate dense and accurate matches. Firstly, OAMatcher predicts overlapping areas to promote effective and clean global context aggregation, with the key insight that humans focus on the overlapping areas instead of the entire images after multiple observations when matching keypoints in image pairs. Technically, we first perform global information integration across all keypoints to imitate the humans behavior of observing the entire images at the beginning of feature matching. Then, we propose Overlapping Areas Prediction Module (OAPM) to capture the keypoints in co-visible regions and conduct feature enhancement among them to simulate that humans transit the focus regions from the entire images to overlapping regions, hence realizeing effective information exchange without the interference coming from the keypoints in non overlapping areas. Besides, since humans tend to leverage probability to determine whether the match labels are correct or not, we propose a Match Labels Weight Strategy (MLWS) to generate the coefficients used to appraise the reliability of the ground-truth match labels, while alleviating the influence of measurement noise coming from the data. Moreover, we integrate depth-wise convolution into Tranformer encoder layers to ensure OAMatcher extracts local and global feature representation concurrently. Comprehensive experiments demonstrate that OAMatcher outperforms the state-of-the-art methods on several benchmarks, while exhibiting excellent robustness to extreme appearance variants. The source code is available at https://github.com/DK-HU/OAMatcher.

📄 PDF Abstract BibTeX arXiv:2302.05846

Code (1)

dk-hu/oamatcher 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

NON 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

TranSplat: Generalizable 3D Gaussian Splatting from Sparse Multi-View Images with Transformers

2024-08-25 · Chuanrui Zhang, Yingshuang Zou, Zhuoling Li, Minmin Yi 외

Compared with previous 3D reconstruction methods like Nerf, recent Generalizable 3D Gaussian Splatting (G-3DGS) methods demonstrate impressive efficiency even in the sparse-view setting. However, the promising reconstruc…

3DGS3D ReconstructionDepth EstimationMonocular Depth Estimation+1

PSReg: Prior-guided Sparse Mixture of Experts for Point Cloud Registration

2025-01-14 · Xiaoshui Huang, Zhou Huang, Yifan Zuo, Yongshun Gong 외

The discriminative feature is crucial for point cloud registration. Recent methods improve the feature discriminative by distinguishing between non-overlapping and overlapping region points. However, they still face chal…

Mixture-of-ExpertsPoint Cloud Registration

SGFormer: Structure-Guided Transformer for Robust Local Feature Matching

2026-08-04 · Runyu Zhu arxiv

Local feature matching is a fundamental component of photogrammetry, enabling accurate image correspondence critical for tasks such as 3D reconstruction, stereo mapping, and visual localization. While recent detector-fre…

Visual Localization3D Reconstruction

A propagation matting method based on the Local Sampling and KNN Classification with adaptive feature space

2016-05-03 · Xiao Chen, Fazhi He

Closed Form is a propagation based matting algorithm, functioning well on images with good propagation . The deficiency of the Closed Form method is that for complex areas with poor image propagation , such as hole areas…

FormGeneral ClassificationImage Matting

UTOPIC: Uncertainty-aware Overlap Prediction Network for Partial Point Cloud Registration

2022-08-04 · Zhilei Chen, Honghua Chen, Lina Gong, Xuefeng Yan 외

High-confidence overlap prediction and accurate correspondences are critical for cutting-edge models to align paired point clouds in a partial-to-partial manner. However, there inherently exists uncertainty between the o…

DecoderPoint Cloud RegistrationPrediction