CVAug 28, 2022

Towards Accurate Reconstruction of 3D Scene Shape from A Single Monocular Image

arXiv:2208.13241v267 citationsh-index: 81Has Code
Originality Incremental advance
AI Analysis

This work solves the challenge of generalizing metric-depth prediction for diverse scenes in computer vision, though it is incremental as it builds on existing relative depth methods.

The paper tackles the problem of estimating accurate 3D scene shapes from a single monocular image by addressing the unknown depth shift in relative depth data, achieving state-of-the-art performance on zero-shot evaluation across nine unseen datasets.

Despite significant progress made in the past few years, challenges remain for depth estimation using a single monocular image. First, it is nontrivial to train a metric-depth prediction model that can generalize well to diverse scenes mainly due to limited training data. Thus, researchers have built large-scale relative depth datasets that are much easier to collect. However, existing relative depth estimation models often fail to recover accurate 3D scene shapes due to the unknown depth shift caused by training with the relative depth data. We tackle this problem here and attempt to estimate accurate scene shapes by training on large-scale relative depth data, and estimating the depth shift. To do so, we propose a two-stage framework that first predicts depth up to an unknown scale and shift from a single monocular image, and then exploits 3D point cloud data to predict the depth shift and the camera's focal length that allow us to recover 3D scene shapes. As the two modules are trained separately, we do not need strictly paired training data. In addition, we propose an image-level normalized regression loss and a normal-based geometry loss to improve training with relative depth annotation. We test our depth model on nine unseen datasets and achieve state-of-the-art performance on zero-shot evaluation. Code is available at: https://git.io/Depth

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