# Bilateral Cyclic Constraint and Adaptive Regularization for Unsupervised   Monocular Depth Prediction

**Authors:** Alex Wong, Byung-Woo Hong, Stefano Soatto

arXiv: 1903.07309 · 2019-06-20

## TL;DR

This paper introduces a novel unsupervised monocular depth prediction method using stereo imagery, bilateral cyclic constraints, and adaptive regularization, achieving state-of-the-art results on KITTI and good generalization to other datasets.

## Contribution

It proposes a new objective leveraging bilateral cyclic relationships and adaptive regularization to improve unsupervised depth estimation from a single image.

## Key findings

- Outperforms state-of-the-art on KITTI benchmarks
- Generalizes well to Make3d dataset
- Effectively handles occluded and co-visible regions

## Abstract

Supervised learning methods to infer (hypothesize) depth of a scene from a single image require costly per-pixel ground-truth. We follow a geometric approach that exploits abundant stereo imagery to learn a model to hypothesize scene structure without direct supervision. Although we train a network with stereo pairs, we only require a single image at test time to hypothesize disparity or depth. We propose a novel objective function that exploits the bilateral cyclic relationship between the left and right disparities and we introduce an adaptive regularization scheme that allows the network to handle both the co-visible and occluded regions in a stereo pair. This process ultimately produces a model to generate hypotheses for the 3-dimensional structure of the scene as viewed in a single image. When used to generate a single (most probable) estimate of depth, our method outperforms state-of-the-art unsupervised monocular depth prediction methods on the KITTI benchmarks. We show that our method generalizes well by applying our models trained on KITTI to the Make3d dataset.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.07309/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1903.07309/full.md

## References

57 references — full list in the complete paper: https://tomesphere.com/paper/1903.07309/full.md

---
Source: https://tomesphere.com/paper/1903.07309