Homography Estimation

53 papers with code • 4 benchmarks • 7 datasets

Homography estimation is a technique used in computer vision and image processing to find the relationship between two images of the same scene, but captured from different viewpoints. It is used to align images, correct for perspective distortions, or perform image stitching. In order to estimate the homography, a set of corresponding points between the two images must be found, and a mathematical model must be fit to these points. There are various algorithms and techniques that can be used to perform homography estimation, including direct methods, RANSAC, and machine learning-based approaches.

Deep Homography Estimation for Visual Place Recognition

lu-feng/dhe-vpr 25 Feb 2024

Moreover, we design a re-projection error of inliers loss to train the DHE network without additional homography labels, which can also be jointly trained with the backbone network to help it extract the features that are more suitable for local matching.

54
25 Feb 2024

Fine-Grained Cross-View Geo-Localization Using a Correlation-Aware Homography Estimator

xlwangdev/hc-net NeurIPS 2023

In this paper, we introduce a novel approach to fine-grained cross-view geo-localization.

35
31 Aug 2023

LightGlue: Local Feature Matching at Light Speed

cvg/lightglue ICCV 2023

We introduce LightGlue, a deep neural network that learns to match local features across images.

3,020
23 Jun 2023

SIDAR: Synthetic Image Dataset for Alignment & Restoration

niika/SIDAR 19 May 2023

Our data generation pipeline is customizable and can be applied to any existing dataset, serving as a data augmentation to further improve the feature learning of any existing method.

2
19 May 2023

Attention Weighted Local Descriptors

vignywang/AWDesc journal 2023

Local features detection and description are widely used in many vision applications with high industrial and commercial demands.

34
19 Apr 2023

Analyzing the Domain Shift Immunity of Deep Homography Estimation

MingzhenShao/Homography_estimation 19 Apr 2023

This study explores the resilience of a variety of deep homography estimation models to domain shifts, revealing that the network architecture itself is not a contributing factor to this remarkable adaptability.

0
19 Apr 2023

SiLK -- Simple Learned Keypoints

facebookresearch/silk 12 Apr 2023

Keypoint detection & descriptors are foundational tech-nologies for computer vision tasks like image matching, 3D reconstruction and visual odometry.

597
12 Apr 2023

ALIKED: A Lighter Keypoint and Descriptor Extraction Network via Deformable Transformation

Shiaoming/ALIKE 7 Apr 2023

Image keypoints and descriptors play a crucial role in many visual measurement tasks.

281
07 Apr 2023

Learning Knowledge-Rich Sequential Model for Planar Homography Estimation in Aerial Video

paul-lipu/deepvideohomography 5 Apr 2023

To address this concern, we develop a sequential estimator that directly processes a sequence of video frames and estimates their pairwise planar homographic transformations in batches.

3
05 Apr 2023

A Large Scale Homography Benchmark

ducha-aiki/pydegensac 20 Feb 2023

We present a large-scale dataset of Planes in 3D, Pi3D, of roughly 1000 planes observed in 10 000 images from the 1DSfM dataset, and HEB, a large-scale homography estimation benchmark leveraging Pi3D.

273
20 Feb 2023