CVJan 19, 2022

Global-Local Path Networks for Monocular Depth Estimation with Vertical CutDepth

arXiv:2201.07436v3157 citations
AI Analysis

This addresses depth estimation from single images for computer vision applications, representing an incremental improvement with specific architectural innovations.

The paper tackles monocular depth estimation by proposing a novel network architecture with a hierarchical transformer encoder and lightweight decoder that integrates global context with local features, achieving state-of-the-art performance on the NYU Depth V2 dataset.

Depth estimation from a single image is an important task that can be applied to various fields in computer vision, and has grown rapidly with the development of convolutional neural networks. In this paper, we propose a novel structure and training strategy for monocular depth estimation to further improve the prediction accuracy of the network. We deploy a hierarchical transformer encoder to capture and convey the global context, and design a lightweight yet powerful decoder to generate an estimated depth map while considering local connectivity. By constructing connected paths between multi-scale local features and the global decoding stream with our proposed selective feature fusion module, the network can integrate both representations and recover fine details. In addition, the proposed decoder shows better performance than the previously proposed decoders, with considerably less computational complexity. Furthermore, we improve the depth-specific augmentation method by utilizing an important observation in depth estimation to enhance the model. Our network achieves state-of-the-art performance over the challenging depth dataset NYU Depth V2. Extensive experiments have been conducted to validate and show the effectiveness of the proposed approach. Finally, our model shows better generalisation ability and robustness than other comparative models.

Code Implementations4 repos
Foundations

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

Your Notes