CVMar 14, 2023

Adjacent-view Transformers for Supervised Surround-view Depth Estimation

arXiv:2303.07759v45 citationsh-index: 14Has Code
Originality Incremental advance
AI Analysis

This work addresses depth estimation for autonomous driving systems by leveraging multi-camera correlations, representing an incremental improvement over existing methods.

The paper tackles the problem of depth estimation for surround-view cameras in autonomous driving by proposing AVT-SSDepth, which uses adjacent-view transformers to jointly predict depth maps across multiple cameras, achieving state-of-the-art performance on DDAD and nuScenes datasets.

Depth estimation has been widely studied and serves as the fundamental step of 3D perception for robotics and autonomous driving. Though significant progress has been made in monocular depth estimation in the past decades, these attempts are mainly conducted on the KITTI benchmark with only front-view cameras, which ignores the correlations across surround-view cameras. In this paper, we propose an Adjacent-View Transformer for Supervised Surround-view Depth estimation (AVT-SSDepth), to jointly predict the depth maps across multiple surrounding cameras. Specifically, we employ a global-to-local feature extraction module that combines CNN with transformer layers for enriched representations. Further, the adjacent-view attention mechanism is proposed to enable the intra-view and inter-view feature propagation. The former is achieved by the self-attention module within each view, while the latter is realized by the adjacent attention module, which computes the attention across multi-cameras to exchange the multi-scale representations across surroundview feature maps. In addition, AVT-SSDepth has strong crossdataset generalization. Extensive experiments show that our method achieves superior performance over existing state-ofthe-art methods on both DDAD and nuScenes datasets. Code is available at https://github.com/XiandaGuo/SSDepth.

Foundations

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

Your Notes