菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-19
📄 Abstract - Pixel-Accurate Epipolar Guided Matching

Keypoint matching can be slow and unreliable in challenging conditions such as repetitive textures or wide-baseline views. In such cases, known geometric relations (e.g., the fundamental matrix) can be used to restrict potential correspondences to a narrow epipolar envelope, thereby reducing the search space and improving robustness. These epipolar-guided matching approaches have proved effective in tasks such as SfM; however, most rely on coarse spatial binning, which introduces approximation errors, requires costly post-processing, and may miss valid correspondences. We address these limitations with an exact formulation that performs candidate selection directly in angular space. In our approach, each keypoint is assigned a tolerance circle which, when viewed from the epipole, defines an angular interval. Matching then becomes a 1D angular interval query, solved efficiently in logarithmic time with a segment tree. This guarantees pixel-level tolerance, supports per-keypoint control, and removes unnecessary descriptor comparisons. Extensive evaluation on ETH3D demonstrates noticeable speedups over existing approaches while recovering exact correspondence sets.

顶级标签: computer vision systems model evaluation
详细标签: epipolar geometry keypoint matching geometric verification structure-from-motion segment tree 或 搜索:

像素级精度的极线引导匹配 / Pixel-Accurate Epipolar Guided Matching


1️⃣ 一句话总结

这篇论文提出了一种新的图像关键点匹配方法,它利用极线几何关系将匹配搜索从二维图像空间转换为一维角度空间,从而在保证像素级精度的同时,显著提升了匹配速度和准确性,尤其适用于纹理重复或视角差异大的困难场景。

源自 arXiv: 2603.18401