LLHA-Net: A Hierarchical Attention Network for Two-View Correspondence Learning
Shuyuan Lin, Yu Guo, Xiao Chen, Yanjie Liang, Guobao Xiao, Feiran Huang
TL;DR
LLHA-Net tackles the challenge of two-view correspondence learning under high outlier ratios by introducing a hierarchical, multi-stage architecture. It combines Layer-by-Layer Channel Fusion (LLF), Hierarchical Attention (HA), and Permutation Invariance Hierarchical Attention (PIHA) to progressively preserve and fuse semantic information across stages, enabling robust inlier/outlier discrimination and accurate essential-matrix estimation via a weighted eight-point method. The network is trained with a hybrid loss that jointly optimizes inlier classification and geometric consistency, and is evaluated on YFCC100M and SUN3D, where it achieves state-of-the-art precision and F-scores for outlier removal and strong camera pose estimation performance, including in unknown scenes. This work advances practical 3D reconstruction and image registration applications by enabling more reliable feature correspondences in challenging real-world conditions, while acknowledging higher computational cost and potential misclassification of some inliers as outliers as areas for future optimization.
Abstract
Establishing the correct correspondence of feature points is a fundamental task in computer vision. However, the presence of numerous outliers among the feature points can significantly affect the matching results, reducing the accuracy and robustness of the process. Furthermore, a challenge arises when dealing with a large proportion of outliers: how to ensure the extraction of high-quality information while reducing errors caused by negative samples. To address these issues, in this paper, we propose a novel method called Layer-by-Layer Hierarchical Attention Network, which enhances the precision of feature point matching in computer vision by addressing the issue of outliers. Our method incorporates stage fusion, hierarchical extraction, and an attention mechanism to improve the network's representation capability by emphasizing the rich semantic information of feature points. Specifically, we introduce a layer-by-layer channel fusion module, which preserves the feature semantic information from each stage and achieves overall fusion, thereby enhancing the representation capability of the feature points. Additionally, we design a hierarchical attention module that adaptively captures and fuses global perception and structural semantic information using an attention mechanism. Finally, we propose two architectures to extract and integrate features, thereby improving the adaptability of our network. We conduct experiments on two public datasets, namely YFCC100M and SUN3D, and the results demonstrate that our proposed method outperforms several state-of-the-art techniques in both outlier removal and camera pose estimation. Source code is available at http://www.linshuyuan.com.
