CVApr 15

SceneGlue: Scene-Aware Transformer for Feature Matching without Scene-Level Annotation

arXiv:2604.1394147.7h-index: 15Has Code
Predicted impact top 72% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For computer vision tasks requiring cross-view correspondence, SceneGlue improves accuracy and robustness over traditional local feature matching methods.

SceneGlue introduces a scene-aware feature matching framework that combines implicit parallel attention and explicit cross-view visibility estimation, achieving superior performance in homography estimation, pose estimation, image matching, and visual localization without requiring scene-level annotations.

Local feature matching plays a critical role in understanding the correspondence between cross-view images. However, traditional methods are constrained by the inherent local nature of feature descriptors, limiting their ability to capture non-local scene information that is essential for accurate cross-view correspondence. In this paper, we introduce SceneGlue, a scene-aware feature matching framework designed to overcome these limitations. SceneGlue leverages a hybridizable matching paradigm that integrates implicit parallel attention and explicit cross-view visibility estimation. The parallel attention mechanism simultaneously exchanges information among local descriptors within and across images, enhancing the scene's global context. To further enrich the scene awareness, we propose the Visibility Transformer, which explicitly categorizes features into visible and invisible regions, providing an understanding of cross-view scene visibility. By combining explicit and implicit scene-level awareness, SceneGlue effectively compensates for the local descriptor constraints. Notably, SceneGlue is trained using only local feature matches, without requiring scene-level groundtruth annotations. This scene-aware approach not only improves accuracy and robustness but also enhances interpretability compared to traditional methods. Extensive experiments on applications such as homography estimation, pose estimation, image matching, and visual localization validate SceneGlue's superior performance. The source code is available at https://github.com/songlin-du/SceneGlue.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes