CVApr 5, 2020

Deep Homography Estimation for Dynamic Scenes

arXiv:2004.02132v1147 citations
AI Analysis

This addresses a limitation in computer vision for dynamic scene analysis, though it is incremental as it builds on existing deep learning methods.

The paper tackles homography estimation in dynamic scenes by developing a multi-scale neural network trained on a new video dataset, which jointly estimates dynamics masks and homographies, achieving robust performance in challenging scenarios like blur or lack of textures.

Homography estimation is an important step in many computer vision problems. Recently, deep neural network methods have shown to be favorable for this problem when compared to traditional methods. However, these new methods do not consider dynamic content in input images. They train neural networks with only image pairs that can be perfectly aligned using homographies. This paper investigates and discusses how to design and train a deep neural network that handles dynamic scenes. We first collect a large video dataset with dynamic content. We then develop a multi-scale neural network and show that when properly trained using our new dataset, this neural network can already handle dynamic scenes to some extent. To estimate a homography of a dynamic scene in a more principled way, we need to identify the dynamic content. Since dynamic content detection and homography estimation are two tightly coupled tasks, we follow the multi-task learning principles and augment our multi-scale network such that it jointly estimates the dynamics masks and homographies. Our experiments show that our method can robustly estimate homography for challenging scenarios with dynamic scenes, blur artifacts, or lack of textures.

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