CVJul 28, 2023

Supervised Homography Learning with Realistic Dataset Generation

arXiv:2307.15353v214 citationsh-index: 44Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of obtaining labeled data for homography estimation in computer vision, offering an incremental improvement through iterative refinement.

The paper tackles the problem of supervised homography estimation by proposing an iterative framework that generates realistic training data and trains a homography network, achieving state-of-the-art performance.

In this paper, we propose an iterative framework, which consists of two phases: a generation phase and a training phase, to generate realistic training data and yield a supervised homography network. In the generation phase, given an unlabeled image pair, we utilize the pre-estimated dominant plane masks and homography of the pair, along with another sampled homography that serves as ground truth to generate a new labeled training pair with realistic motion. In the training phase, the generated data is used to train the supervised homography network, in which the training data is refined via a content consistency module and a quality assessment module. Once an iteration is finished, the trained network is used in the next data generation phase to update the pre-estimated homography. Through such an iterative strategy, the quality of the dataset and the performance of the network can be gradually and simultaneously improved. Experimental results show that our method achieves state-of-the-art performance and existing supervised methods can be also improved based on the generated dataset. Code and dataset are available at https://github.com/JianghaiSCU/RealSH.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes