paper-with-me

Papers

P3Depth: Monocular Depth Estimation with a Piecewise Planarity Prior

2022-04-05 · CVPR 2022 1 · Vaishakh Patil, Christos Sakaridis, Alexander Liniger, Luc van Gool

Monocular depth estimation is vital for scene understanding and downstream tasks. We focus on the supervised setup, in which ground-truth depth is available only at training time. Based on knowledge about the high regularity of real 3D scenes, we propose a method that learns to selectively leverage information from coplanar pixels to improve the predicted depth. In particular, we introduce a piecewise planarity prior which states that for each pixel, there is a seed pixel which shares the same planar 3D surface with the former. Motivated by this prior, we design a network with two heads. The first head outputs pixel-level plane coefficients, while the second one outputs a dense offset vector field that identifies the positions of seed pixels. The plane coefficients of seed pixels are then used to predict depth at each position. The resulting prediction is adaptively fused with the initial prediction from the first head via a learned confidence to account for potential deviations from precise local planarity. The entire architecture is trained end-to-end thanks to the differentiability of the proposed modules and it learns to predict regular depth maps, with sharp edges at occlusion boundaries. An extensive evaluation of our method shows that we set the new state of the art in supervised monocular depth estimation, surpassing prior methods on NYU Depth-v2 and on the Garg split of KITTI. Our method delivers depth maps that yield plausible 3D reconstructions of the input scenes. Code is available at: https://github.com/SysCV/P3Depth

📄 PDF Abstract BibTeX arXiv:2204.02091

Code (1)

syscv/p3depth 공식 구현 pytorch

Tasks

Depth EstimationMonocular Depth EstimationScene Understanding

Similar Papers 제목 키워드 기반

Guiding Monocular Depth Estimation Using Depth-Attention Volume

2020-04-06 · ECCV 2020 8 · Lam Huynh, Phong Nguyen-Ha, Jiri Matas, Esa Rahtu 외

Recovering the scene depth from a single image is an ill-posed problem that requires additional priors, often referred to as monocular depth cues, to disambiguate different 3D interpretations. In recent works, those prio…

Depth EstimationMonocular Depth Estimation

CORE: Co-planarity Regularized Monocular Geometry Estimation with Weak Supervision

2023-01-01 · ICCV 2023 1 · Yuguang Li, Kai Wang, Hui Li, Seon-Min Rhee 외

The ill-posed nature of monocular 3D geometry (depth map and surface normals) estimation makes it rely mostly on data-driven approaches such as Deep Neural Networks (DNN). However, data acquisition of surface normals…

3D geometryDepth EstimationMulti-Task LearningSurface Normal Estimation+1

Dense monocular Simultaneous Localization and Mapping by direct surfel optimization

2020-02-14

This work presents a novel approach for monocular dense Simultaneous Localization and Mapping. The surface to be estimated is represented as a piecewise planar surface, defined as a group of surfels each having as parame…

Depth EstimationMonocular Depth EstimationSimultaneous Localization and Mapping

Monocular Piecewise Depth Estimation in Dynamic Scenes by Exploiting Superpixel Relations

2019-10-01 · ICCV 2019 10 · Yan Di, Henrique Morimitsu, Shan Gao, Xiangyang Ji

In this paper, we propose a novel and specially designed method for piecewise dense monocular depth estimation in dynamic scenes. We utilize spatial relations between neighboring superpixels to solve the inherent relativ…

Depth EstimationMonocular Depth EstimationOptical Flow EstimationSemantic Segmentation+1

ARDepth: Auto-regressive Monocular Depth Estimation with Progressive Visual Conditioning

2026-07-14 · Zijie Wang, Wei Zhang, Weiming Zhang, Xiao Tan 외 arxiv

Diffusion models have recently become the dominant paradigm for monocular depth estimation (MDE). However, they implicitly assume that depth can be recovered as a globally smooth field through iterative denoising, which …

Monocular Depth Estimation