CVAug 10, 2023

Self-Supervised Monocular Depth Estimation by Direction-aware Cumulative Convolution Network

arXiv:2308.05605v131 citationsh-index: 17Has Code
Originality Incremental advance
AI Analysis

This work improves depth estimation accuracy for applications like autonomous driving and robotics, though it is incremental as it builds on existing self-supervised methods with novel architectural modifications.

The paper tackles the problem of self-supervised monocular depth estimation by addressing direction sensitivity and environmental dependency in feature representation, proposing a Direction-aware Cumulative Convolution Network (DaCCN) that achieves state-of-the-art performance on KITTI, Cityscapes, and Make3D benchmarks.

Monocular depth estimation is known as an ill-posed task in which objects in a 2D image usually do not contain sufficient information to predict their depth. Thus, it acts differently from other tasks (e.g., classification and segmentation) in many ways. In this paper, we find that self-supervised monocular depth estimation shows a direction sensitivity and environmental dependency in the feature representation. But the current backbones borrowed from other tasks pay less attention to handling different types of environmental information, limiting the overall depth accuracy. To bridge this gap, we propose a new Direction-aware Cumulative Convolution Network (DaCCN), which improves the depth feature representation in two aspects. First, we propose a direction-aware module, which can learn to adjust the feature extraction in each direction, facilitating the encoding of different types of information. Secondly, we design a new cumulative convolution to improve the efficiency for aggregating important environmental information. Experiments show that our method achieves significant improvements on three widely used benchmarks, KITTI, Cityscapes, and Make3D, setting a new state-of-the-art performance on the popular benchmarks with all three types of self-supervision.

Code Implementations1 repo
Foundations

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

Your Notes