Depth Completion

76 papers with code • 9 benchmarks • 10 datasets

The Depth Completion task is a sub-problem of depth estimation. In the sparse-to-dense depth completion problem, one wants to infer the dense depth map of a 3-D scene given an RGB image and its corresponding sparse reconstruction in the form of a sparse depth map obtained either from computational methods such as SfM (Strcuture-from-Motion) or active sensors such as lidar or structured light sensors.

Source: LiStereo: Generate Dense Depth Maps from LIDAR and Stereo Imagery , Unsupervised Depth Completion from Visual Inertial Odometry

Most implemented papers

Parse Geometry from a Line: Monocular Depth Estimation with Partial Laser Observation

fangchangma/sparse-to-dense.pytorch 17 Oct 2016

Many standard robotic platforms are equipped with at least a fixed 2D laser range finder and a monocular camera.

Noise-Aware Unsupervised Deep Lidar-Stereo Fusion

XuelianCheng/LidarStereoNet CVPR 2019

In this paper, we present LidarStereoNet, the first unsupervised Lidar-stereo fusion network, which can be trained in an end-to-end manner without the need of ground truth depth maps.

Indoor Depth Completion with Boundary Consistency and Self-Attention

tsunghan-wu/depth-completion 22 Aug 2019

We utilize self-attention mechanism, previously used in image inpainting fields, to extract more useful information in each layer of convolution so that the complete depth map is enhanced.

PENet: Towards Precise and Efficient Image Guided Depth Completion

JUGGHM/PENet_ICRA2021 1 Mar 2021

More specifically, one branch inputs a color image and a sparse depth map to predict a dense depth map.

In Defense of Classical Image Processing: Fast Depth Completion on the CPU

kujason/ip_basic 31 Jan 2018

With the rise of data driven deep neural networks as a realization of universal function approximators, most research on computer vision problems has moved away from hand crafted classical image processing algorithms.

Self-supervised Sparse-to-Dense: Self-supervised Depth Completion from LiDAR and Monocular Camera

fangchangma/self-supervised-depth-completion 1 Jul 2018

Depth completion, the technique of estimating a dense depth image from sparse depth measurements, has a variety of applications in robotics and autonomous driving.

Unsupervised Depth Completion from Visual Inertial Odometry

alexklwong/unsupervised-depth-completion-visual-inertial-odometry 15 May 2019

Our method first constructs a piecewise planar scaffolding of the scene, and then uses it to infer dense depth using the image along with the sparse points.

Learning Guided Convolutional Network for Depth Completion

kakaxi314/GuideNet 3 Aug 2019

It is thus necessary to complete the sparse LiDAR data, where a synchronized guidance RGB image is often used to facilitate this completion.

Aerial Single-View Depth Completion with Image-Guided Uncertainty Estimation

VIS4ROB-lab/aerial-depth-completion 17 Jan 2020

In this paper, we propose a depth completion and uncertainty estimation approach that better handles the challenges of aerial platforms, such as large viewpoint and depth variations, and limited computing resources.

Advancing Self-supervised Monocular Depth Learning with Sparse LiDAR

AutoAILab/FusionDepth 20 Sep 2021

Unlike the existing methods that use sparse LiDAR mainly in a manner of time-consuming iterative post-processing, our model fuses monocular image features and sparse LiDAR features to predict initial depth maps.