# Learn Stereo, Infer Mono: Siamese Networks for Self-Supervised,   Monocular, Depth Estimation

**Authors:** Matan Goldman, Tal Hassner, Shai Avidan

arXiv: 1905.00401 · 2019-05-02

## TL;DR

This paper introduces a Siamese network approach for self-supervised monocular depth estimation that leverages stereo data during training but only requires a single image at inference, achieving state-of-the-art results.

## Contribution

The novel Siamese network architecture effectively utilizes stereo data during training for improved monocular depth estimation, outperforming existing methods.

## Key findings

- Achieved state-of-the-art results on KITTI Eigen split benchmark.
- Highest scoring self-supervised method on KITTI single view benchmark.
- Demonstrated good generalization on Make3D dataset.

## Abstract

The field of self-supervised monocular depth estimation has seen huge advancements in recent years. Most methods assume stereo data is available during training but usually under-utilize it and only treat it as a reference signal. We propose a novel self-supervised approach which uses both left and right images equally during training, but can still be used with a single input image at test time, for monocular depth estimation. Our Siamese network architecture consists of two, twin networks, each learns to predict a disparity map from a single image. At test time, however, only one of these networks is used in order to infer depth. We show state-of-the-art results on the standard KITTI Eigen split benchmark as well as being the highest scoring self-supervised method on the new KITTI single view benchmark. To demonstrate the ability of our method to generalize to new data sets, we further provide results on the Make3D benchmark, which was not used during training.

## Full text

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

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1905.00401/full.md

## References

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

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