paper-with-me

홈 › Papers

Homography Estimation with Convolutional Neural Networks Under Conditions of Variance

2020-10-02 · David Niblick, Avinash Kak

Planar homography estimation is foundational to many computer vision problems, such as Simultaneous Localization and Mapping (SLAM) and Augmented Reality (AR). However, conditions of high variance confound even the state-of-the-art algorithms. In this report, we analyze the performance of two recently published methods using Convolutional Neural Networks (CNNs) that are meant to replace the more traditional feature-matching based approaches to the estimation of homography. Our evaluation of the CNN based methods focuses particularly on measuring the performance under conditions of significant noise, illumination shift, and occlusion. We also measure the benefits of training CNNs to varying degrees of noise. Additionally, we compare the effect of using color images instead of grayscale images for inputs to CNNs. Finally, we compare the results against baseline feature-matching based homography estimation methods using SIFT, SURF, and ORB. We find that CNNs can be trained to be more robust against noise, but at a small cost to accuracy in the noiseless case. Additionally, CNNs perform significantly better in conditions of extreme variance than their feature-matching based counterparts. With regard to color inputs, we conclude that with no change in the CNN architecture to take advantage of the additional information in the color planes, the difference in performance using color inputs or grayscale inputs is negligible. About the CNNs trained with noise-corrupted inputs, we show that training a CNN to a specific magnitude of noise leads to a "Goldilocks Zone" with regard to the noise levels where that CNN performs best.

📄 PDF Abstract BibTeX arXiv:2010.01041

Code (0)

등록된 구현이 없습니다.

Tasks

Homography EstimationSimultaneous Localization and Mapping

Similar Papers 제목 키워드 기반

Deep Image Homography Estimation

2016-06-13 · Daniel DeTone, Tomasz Malisiewicz, Andrew Rabinovich

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 degre…

Homography Estimation

STN-Homography: estimate homography parameters directly

2019-06-06 · Qiang Zhou, Xin Li

In this paper, we introduce the STN-Homography model to directly estimate the homography matrix between image pair. Different most CNN-based homography estimation methods which use an alternative 4-point homography param…

GPUHomography Estimation

Analyzing the Domain Shift Immunity of Deep Homography Estimation

2023-04-19 · Mingzhen Shao, Tolga Tasdizen, Sarang Joshi

Homography estimation serves as a fundamental technique for image alignment in a wide array of applications. The advent of convolutional neural networks has introduced learning-based methodologies that have exhibited rem…

Homography EstimationTransfer Learning

Rethinking Planar Homography Estimation Using Perspective Fields

2019-05-26 · ACCV 2018 2019 5 · Rui Zeng, Simon Denman, Sridha Sridharan, Clinton Fookes

Planar homography estimation refers to the problem of computing a bijective linear mapping of pixels between two images. While this problem has been studied with convolutional neural networks (CNNs), existing methods sim…

Homography Estimation

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

2022-08-30 · Yi Li, Wenjie Pei, Zhenyu He

The traditional homography estimation pipeline consists of four main steps: feature detection, feature matching, outlier removal and transformation estimation. Recent deep learning models intend to address the homography…

Deep LearningDenoisingHomography Estimation