CVMar 18, 2018

Zoom and Learn: Generalizing Deep Stereo Matching to Novel Domains

arXiv:1803.06641v163 citations
Originality Incremental advance
AI Analysis

This addresses the domain adaptation challenge in stereo matching for applications like autonomous driving and 3D reconstruction, offering a practical solution for real-world deployment.

The paper tackles the problem of generalizing deep stereo matching models to novel domains without ground-truth disparities, proposing a self-adaptation approach that uses synthetic data and real stereo pairs to improve performance, achieving state-of-the-art results in domains like smartphone-captured daily scenes and street views from driving cars.

Despite the recent success of stereo matching with convolutional neural networks (CNNs), it remains arduous to generalize a pre-trained deep stereo model to a novel domain. A major difficulty is to collect accurate ground-truth disparities for stereo pairs in the target domain. In this work, we propose a self-adaptation approach for CNN training, utilizing both synthetic training data (with ground-truth disparities) and stereo pairs in the new domain (without ground-truths). Our method is driven by two empirical observations. By feeding real stereo pairs of different domains to stereo models pre-trained with synthetic data, we see that: i) a pre-trained model does not generalize well to the new domain, producing artifacts at boundaries and ill-posed regions; however, ii) feeding an up-sampled stereo pair leads to a disparity map with extra details. To avoid i) while exploiting ii), we formulate an iterative optimization problem with graph Laplacian regularization. At each iteration, the CNN adapts itself better to the new domain: we let the CNN learn its own higher-resolution output; at the meanwhile, a graph Laplacian regularization is imposed to discriminatively keep the desired edges while smoothing out the artifacts. We demonstrate the effectiveness of our method in two domains: daily scenes collected by smartphone cameras, and street views captured in a driving car.

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