Search papers, labs, and topics across Lattice.
This paper introduces SA-Homo, a scale-adaptive homography estimation framework that addresses the challenges posed by significant scale discrepancies in image pairs. By employing a hierarchical scale alignment strategy that combines a heavy initial alignment module with a lightweight refinement module, SA-Homo effectively bridges scale gaps and enhances feature consistency. Experimental results show that SA-Homo achieves high precision in homography estimation, even under extreme scale variations of up to 8脳, outperforming existing state-of-the-art methods.
SA-Homo achieves unprecedented precision in homography estimation, maintaining accuracy even with 8脳 scale discrepancies that typically cripple existing methods.
Homography estimation, as one of the fundamental problems in computer vision, remains challenged by scale variation scenarios where image pairs potentially exhibit significant scale discrepancies. Existing deep learning frameworks frequently suffer from a significant performance degradation in such cases, as they rely on limited displacement assumptions and local feature consistency that might not hold under large scale gaps. In this paper, we propose SA-Homo, a novel scale-adaptive homography estimation framework designed to achieve robust alignment across a wide range of scale discrepancy ratios. We adopt a hierarchical scale alignment strategy that transitions from the global perspective with a heavy module to a local perspective with a light module. Specifically, we introduce the Scale-aware Discrepancy Bridging Module (SDBM) for initial alignment, which utilizes a Multi-scale Linear Attention Cascade (MLAC) to capture long-range dependencies and mitigate feature inconsistencies, along with a global Cross-scale Similarity Matrix Block (CSMB) for scale robust correlation representation. Once the initial scale gap is bridged, a lightweight Iterative Homography Estimation Refinement Module (IHERM) progressively polishes the result using local correlations. To facilitate this research, we contribute the HMSA dataset, a high-resolution, multi-modal satellite benchmark specifically tailored for scale-variant challenges. Extensive experiments demonstrate that SA-Homo maintains high precision even under 8$\times$ scale discrepancies, outperforming state-of-the-art methods in both conventional scale-similar scenarios and challenging scale variation scenarios. Code and collected datasets are available at https://github.com/shangxuanx330/SA_Homo