Deep Image Homography Estimation
Daniel DeTone, Tomasz Malisiewicz, Andrew Rabinovich

TL;DR
This paper introduces a deep learning approach for estimating image homographies directly from image pairs, eliminating the need for traditional feature detection and matching, and demonstrating superior performance in certain scenarios.
Contribution
The paper proposes a novel deep convolutional neural network architecture for homography estimation, including both regression and classification models, trained end-to-end on warped MS-COCO images.
Findings
Deep models outperform traditional ORB-based methods in specific scenarios.
The approach simplifies homography estimation by removing feature detection steps.
Applications demonstrate the versatility of deep homography estimation.
Abstract
We present a deep convolutional neural network for estimating the relative homography between a pair of images. Our feed-forward network has 10 layers, takes two stacked grayscale images as input, and produces an 8 degree of freedom homography which can be used to map the pixels from the first image to the second. We present two convolutional neural network architectures for HomographyNet: a regression network which directly estimates the real-valued homography parameters, and a classification network which produces a distribution over quantized homographies. We use a 4-point homography parameterization which maps the four corners from one image into the second image. Our networks are trained in an end-to-end fashion using warped MS-COCO images. Our approach works without the need for separate local feature detection and transformation estimation stages. Our deep models are compared to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Robotics and Sensor-Based Localization · Advanced Image and Video Retrieval Techniques
