CVApr 6, 2023

EGA-Depth: Efficient Guided Attention for Self-Supervised Multi-Camera Depth Estimation

arXiv:2304.03369v124 citationsh-index: 81
AI Analysis

This work addresses the computational bottleneck in multi-camera depth estimation for autonomous driving, offering a more efficient and accurate solution.

The paper tackles the problem of inefficient and inaccurate self-supervised multi-camera depth estimation for autonomous vehicles by proposing EGA-Depth, a guided attention architecture that improves both efficiency and accuracy, achieving new state-of-the-art results on nuScenes and DDAD benchmarks.

The ubiquitous multi-camera setup on modern autonomous vehicles provides an opportunity to construct surround-view depth. Existing methods, however, either perform independent monocular depth estimations on each camera or rely on computationally heavy self attention mechanisms. In this paper, we propose a novel guided attention architecture, EGA-Depth, which can improve both the efficiency and accuracy of self-supervised multi-camera depth estimation. More specifically, for each camera, we use its perspective view as the query to cross-reference its neighboring views to derive informative features for this camera view. This allows the model to perform attention only across views with considerable overlaps and avoid the costly computations of standard self-attention. Given its efficiency, EGA-Depth enables us to exploit higher-resolution visual features, leading to improved accuracy. Furthermore, EGA-Depth can incorporate more frames from previous time steps as it scales linearly w.r.t. the number of views and frames. Extensive experiments on two challenging autonomous driving benchmarks nuScenes and DDAD demonstrate the efficacy of our proposed EGA-Depth and show that it achieves the new state-of-the-art in self-supervised multi-camera depth estimation.

Foundations

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

Your Notes