# Structured Coupled Generative Adversarial Networks for Unsupervised   Monocular Depth Estimation

**Authors:** Mihai Marian Puscas, Dan Xu, Andrea Pilzer, Nicu Sebe

arXiv: 1908.05794 · 2019-08-19

## TL;DR

This paper introduces a novel unsupervised deep learning framework for monocular depth estimation that combines dual GANs with a structured CRF to improve disparity map quality, outperforming existing methods.

## Contribution

The work presents a new end-to-end unsupervised model integrating two coupled GANs with a structured CRF for enhanced depth estimation accuracy.

## Key findings

- Outperforms state-of-the-art methods on KITTI, Cityscapes, and Make3D datasets.
- Effectively fuses generative and discriminative outputs for better disparity maps.
- Demonstrates the benefit of deep CRF coupling in unsupervised depth estimation.

## Abstract

Inspired by the success of adversarial learning, we propose a new end-to-end unsupervised deep learning framework for monocular depth estimation consisting of two Generative Adversarial Networks (GAN), deeply coupled with a structured Conditional Random Field (CRF) model. The two GANs aim at generating distinct and complementary disparity maps and at improving the generation quality via exploiting the adversarial learning strategy. The deep CRF coupling model is proposed to fuse the generative and discriminative outputs from the dual GAN nets. As such, the model implicitly constructs mutual constraints on the two network branches and between the generator and discriminator. This facilitates the optimization of the whole network for better disparity generation. Extensive experiments on the KITTI, Cityscapes, and Make3D datasets clearly demonstrate the effectiveness of the proposed approach and show superior performance compared to state of the art methods. The code and models are available at https://github.com/mihaipuscas/ 3dv---coupled-crf-disparity.

## Full text

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

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1908.05794/full.md

## References

33 references — full list in the complete paper: https://tomesphere.com/paper/1908.05794/full.md

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