CVApr 15, 2022

Multi-Frame Self-Supervised Depth with Transformers

arXiv:2204.07616v2107 citationsh-index: 29
Originality Highly original
AI Analysis

This work addresses depth estimation for autonomous driving and robotics, offering an incremental improvement over existing multi-frame approaches.

The paper tackled self-supervised monocular depth estimation by proposing a transformer architecture for cost volume generation, achieving state-of-the-art results on KITTI and DDAD datasets and competitive performance with supervised methods.

Multi-frame depth estimation improves over single-frame approaches by also leveraging geometric relationships between images via feature matching, in addition to learning appearance-based features. In this paper we revisit feature matching for self-supervised monocular depth estimation, and propose a novel transformer architecture for cost volume generation. We use depth-discretized epipolar sampling to select matching candidates, and refine predictions through a series of self- and cross-attention layers. These layers sharpen the matching probability between pixel features, improving over standard similarity metrics prone to ambiguities and local minima. The refined cost volume is decoded into depth estimates, and the whole pipeline is trained end-to-end from videos using only a photometric objective. Experiments on the KITTI and DDAD datasets show that our DepthFormer architecture establishes a new state of the art in self-supervised monocular depth estimation, and is even competitive with highly specialized supervised single-frame architectures. We also show that our learned cross-attention network yields representations transferable across datasets, increasing the effectiveness of pre-training strategies. Project page: https://sites.google.com/tri.global/depthformer

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes