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.

Latest papers with no code

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

no code yet • 27 May 2023

Experimental results show that highly accurate estimation of homography can be obtained efficiently for planar scenes of the HPatches dataset, based on keypoint matching results provided by LoFTR.

Medical Image Analysis using Deep Relational Learning

no code yet • 28 Mar 2023

In the past ten years, with the help of deep learning, especially the rapid development of deep neural networks, medical image analysis has made remarkable progress.

PRISE: Demystifying Deep Lucas-Kanade with Strongly Star-Convex Constraints for Multimodel Image Alignment

no code yet • CVPR 2023

The Lucas-Kanade (LK) method is a classic iterative homography estimation algorithm for image alignment, but often suffers from poor local optimality especially when image pairs have large distortions.

Nonlinear constructive observer design for direct homography estimation

no code yet • 10 Mar 2023

Feature-based homography estimation approaches rely on extensive image processing for feature extraction and matching, and do not adequately account for the information provided by the image.

ParaFormer: Parallel Attention Transformer for Efficient Feature Matching

no code yet • 2 Mar 2023

Heavy computation is a bottleneck limiting deep-learningbased feature matching algorithms to be applied in many realtime applications.

GyroFlow+: Gyroscope-Guided Unsupervised Deep Homography and Optical Flow Learning

no code yet • 23 Jan 2023

Second, we design a self-guided fusion module (SGF) to fuse the background motion extracted from the gyro field with the optical flow and guide the network to focus on motion details.

A Large-Scale Homography Benchmark

no code yet • CVPR 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.

SiLK: Simple Learned Keypoints

no code yet • ICCV 2023

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

AbHE: All Attention-based Homography Estimation

no code yet • 6 Dec 2022

While the state-of-theart homography method is based on convolution neural networks, few work focuses on transformer which shows superiority in highlevel vision tasks.

SSORN: Self-Supervised Outlier Removal Network for Robust Homography Estimation

no code yet • 30 Aug 2022

In this paper, we attempt to build a deep learning model that mimics all four steps in the traditional homography estimation pipeline.