# 3D Packing for Self-Supervised Monocular Depth Estimation

**Authors:** Vitor Guizilini, Rares Ambrus, Sudeep Pillai, Allan Raventos, Adrien, Gaidon

arXiv: 1905.02693 · 2020-03-31

## TL;DR

This paper introduces PackNet, a novel self-supervised deep network for monocular depth estimation that leverages 3D convolutions and symmetry, outperforming existing methods on benchmarks and generalizing well without large-scale pretraining.

## Contribution

The work presents a new architecture, PackNet, with symmetrical packing and unpacking blocks, enabling effective 3D feature learning for monocular depth estimation without supervised pretraining.

## Key findings

- Outperforms other self, semi, and fully supervised methods on KITTI.
- Generalizes better to out-of-domain data like NuScenes.
- Operates in real-time without large-scale pretraining.

## Abstract

Although cameras are ubiquitous, robotic platforms typically rely on active sensors like LiDAR for direct 3D perception. In this work, we propose a novel self-supervised monocular depth estimation method combining geometry with a new deep network, PackNet, learned only from unlabeled monocular videos. Our architecture leverages novel symmetrical packing and unpacking blocks to jointly learn to compress and decompress detail-preserving representations using 3D convolutions. Although self-supervised, our method outperforms other self, semi, and fully supervised methods on the KITTI benchmark. The 3D inductive bias in PackNet enables it to scale with input resolution and number of parameters without overfitting, generalizing better on out-of-domain data such as the NuScenes dataset. Furthermore, it does not require large-scale supervised pretraining on ImageNet and can run in real-time. Finally, we release DDAD (Dense Depth for Automated Driving), a new urban driving dataset with more challenging and accurate depth evaluation, thanks to longer-range and denser ground-truth depth generated from high-density LiDARs mounted on a fleet of self-driving cars operating world-wide.

## Full text

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

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1905.02693/full.md

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