paper-with-me

홈 › Papers

Image Matching by Bare Homography

2023-05-15 · Fabio Bellavia

This paper presents Slime, a novel non-deep image matching framework which models the scene as rough local overlapping planes. This intermediate representation sits in-between the local affine approximation of the keypoint patches and the global matching based on both spatial and similarity constraints, providing a progressive pruning of the correspondences, as planes are easier to handle with respect to general scenes. Slime decomposes the images into overlapping regions at different scales and computes loose planar homographies. Planes are mutually extended by compatible matches and the images are split into fixed tiles, with only the best homographies retained for each pair of tiles. Stable matches are identified according to the consensus of the admissible stereo configurations provided by pairwise homographies. Within tiles, the rough planes are then merged according to their overlap in terms of matches and further consistent correspondences are extracted. The whole process only involves homography constraints. As a result, both the coverage and the stability of correct matches over the scene are amplified, together with the ability to spot matches in challenging scenes, allowing traditional hybrid matching pipelines to make up lost ground against recent end-to-end deep matching methods. In addition, the paper gives a thorough comparative analysis of recent state-of-the-art in image matching represented by end-to-end deep networks and hybrid pipelines. The evaluation considers both planar and non-planar scenes, taking into account critical and challenging scenarios including abrupt temporal image changes and strong variations in relative image rotations. According to this analysis, although the impressive progress done in this field, there is still a wide room for improvements to be investigated in future research.

📄 PDF Abstract BibTeX arXiv:2305.08946

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Precise Aerial Image Matching based on Deep Homography Estimation

2021-07-19 · Myeong-Seok Oh, Yong-Ju Lee, Seong-Whan Lee

Aerial image registration or matching is a geometric process of aligning two aerial images captured in different environments. Estimating the precise transformation parameters is hindered by various environments such as …

Homography EstimationImage Registration

Adapting Dense Matching for Homography Estimation with Grid-based Acceleration

2025-01-01 · CVPR 2025 1 · Kaining Zhang, Yuxin Deng, Jiayi Ma, Paolo Favaro

Current deep homography estimation methods are typically constrained to processing low-resolution image pairs due to network architecture and computational limitations. For high-resolution images, downsampling is oft…

Homography Estimation

Learning-based Natural Geometric Matching with Homography Prior

2018-07-13 · Yifang Xu, Tianli Liao, Jing Chen

Geometric matching is a key step in computer vision tasks. Previous learning-based methods for geometric matching concentrate more on improving alignment quality, while we argue the importance of naturalness issue simult…

Geometric Matching

Mathematical Analysis of Image Matching Techniques

2026-04-08 · Oleh Samoilenko arxiv

Image matching is a fundamental problem in Computer Vision with direct applications in robotics, remote sensing, and geospatial data analysis. We present an analytical and experimental evaluation of classical local featu…

Homography EstimationKeypoint DetectionImage Matching

Pentagon-Match (PMatch): Identification of View-Invariant Planar Feature for Local Feature Matching-Based Homography Estimation

2023-05-27 · Yueh-Cheng Huang, Chen-Tao Hsu, Jen-Hui Chuang

In computer vision, finding correct point correspondence among images plays an important role in many applications, such as image stitching, image retrieval, visual localization, etc. Most of the research works focus on …

Homography EstimationImage RetrievalImage StitchingRetrieval+1