paper-with-me

홈 › Papers

XRefine: Attention-Guided Keypoint Match Refinement

2026-01-18 · Jan Fabian Schmid, Annika Hagemann arxiv

Sparse keypoint matching is crucial for 3D vision tasks, yet current keypoint detectors often produce spatially inaccurate matches. Existing refinement methods mitigate this issue through alignment of matched keypoint locations, but they are typically detector-specific, requiring retraining for each keypoint detector. We introduce XRefine, a novel, detector-agnostic approach for sub-pixel keypoint refinement that operates solely on image patches centered at matched keypoints. Our cross-attention-based architecture learns to predict refined keypoint coordinates without relying on internal detector representations, enabling generalization across detectors. Furthermore, XRefine can be extended to handle multi-view feature tracks. Experiments on MegaDepth, KITTI, and ScanNet demonstrate that the approach consistently improves geometric estimation accuracy, achieving superior performance compared to existing refinement methods while maintaining runtime efficiency. Our code and trained models can be found at https://github.com/boschresearch/xrefine.

📄 PDF Abstract BibTeX arXiv:2601.12530

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Temporal Keypoint Matching and Refinement Network for Pose Estimation and Tracking

2020-08-01 · ECCV 2020 8 · Chunluan Zhou Zhou Ren Gang Hua

Multi-person pose estimation and tracking in realistic videos is very challenging due to factors such as occlusions, fast motion and pose variations. Top-down approaches are commonly used for this task, which involves th…

Human DetectionMulti-Person Pose EstimationMulti-Person Pose Estimation and TrackingPose Estimation

Learning Feature Matching via Matchable Keypoint-Assisted Graph Neural Network

2023-07-04 · Zizhuo Li, Jiayi Ma

Accurately matching local features between a pair of images is a challenging computer vision task. Previous studies typically use attention based graph neural networks (GNNs) with fully-connected graphs over keypoints wi…

Graph Neural NetworkVisual Localization

Detector-Free Structure from Motion

2023-06-27 · CVPR 2024 1 · Xingyi He, Jiaming Sun, Yifan Wang, Sida Peng 외

We propose a new structure-from-motion framework to recover accurate camera poses and point clouds from unordered images. Traditional SfM systems typically rely on the successful detection of repeatable keypoints across …

Keypoint Detection

Matching Is Not Enough: A Two-Stage Framework for Category-Agnostic Pose Estimation

2023-01-01 · CVPR 2023 1 · Min Shi, Zihao Huang, Xianzheng Ma, Xiaowei Hu 외

Category-agnostic pose estimation (CAPE) aims to predict keypoints for arbitrary categories given support images with keypoint annotations. Existing approaches match the keypoints across the image for localization. H…

2D Pose EstimationCategory-Agnostic Pose EstimationDecoderPose Estimation

D3Former: Jointly Learning Repeatable Dense Detectors and Feature-enhanced Descriptors via Saliency-guided Transformer

2023-12-20 · Junjie Gao, Pengfei Wang, Qiujie Dong, Qiong Zeng 외

Establishing accurate and representative matches is a crucial step in addressing the point cloud registration problem. A commonly employed approach involves detecting keypoints with salient geometric features and subsequ…

Point Cloud Registration