# StereoDRNet: Dilated Residual Stereo Net

**Authors:** Rohan Chabra, Julian Straub, Chris Sweeney, Richard Newcombe, Henry, Fuchs

arXiv: 1904.02251 · 2019-06-04

## TL;DR

StereoDRNet is a CNN-based system that estimates depth from stereo images, refines disparities with view consistency, and produces high-quality 3D scene reconstructions, outperforming current state-of-the-art methods.

## Contribution

It introduces a novel depth refinement architecture with view-consistent disparity and occlusion maps, and employs 3D dilated convolutions for efficient cost filtering.

## Key findings

- Achieves state-of-the-art results on KITTI and ETH 3D benchmarks.
- Produces high-fidelity 3D reconstructions surpassing existing stereo systems.
- Reduces computational cost while improving filtering quality.

## Abstract

We propose a system that uses a convolution neural network (CNN) to estimate depth from a stereo pair followed by volumetric fusion of the predicted depth maps to produce a 3D reconstruction of a scene. Our proposed depth refinement architecture, predicts view-consistent disparity and occlusion maps that helps the fusion system to produce geometrically consistent reconstructions. We utilize 3D dilated convolutions in our proposed cost filtering network that yields better filtering while almost halving the computational cost in comparison to state of the art cost filtering architectures.For feature extraction we use the Vortex Pooling architecture. The proposed method achieves state of the art results in KITTI 2012, KITTI 2015 and ETH 3D stereo benchmarks. Finally, we demonstrate that our system is able to produce high fidelity 3D scene reconstructions that outperforms the state of the art stereo system.

## Full text

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

## Figures

16 figures with captions in the complete paper: https://tomesphere.com/paper/1904.02251/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1904.02251/full.md

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