Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning Guided Convolutional Network for Depth Completion

About

Dense depth perception is critical for autonomous driving and other robotics applications. However, modern LiDAR sensors only provide sparse depth measurement. It is thus necessary to complete the sparse LiDAR data, where a synchronized guidance RGB image is often used to facilitate this completion. Many neural networks have been designed for this task. However, they often na\"{\i}vely fuse the LiDAR data and RGB image information by performing feature concatenation or element-wise addition. Inspired by the guided image filtering, we design a novel guided network to predict kernel weights from the guidance image. These predicted kernels are then applied to extract the depth image features. In this way, our network generates content-dependent and spatially-variant kernels for multi-modal feature fusion. Dynamically generated spatially-variant kernels could lead to prohibitive GPU memory consumption and computation overhead. We further design a convolution factorization to reduce computation and memory consumption. The GPU memory reduction makes it possible for feature fusion to work in multi-stage scheme. We conduct comprehensive experiments to verify our method on real-world outdoor, indoor and synthetic datasets. Our method produces strong results. It outperforms state-of-the-art methods on the NYUv2 dataset and ranks 1st on the KITTI depth completion benchmark at the time of submission. It also presents strong generalization capability under different 3D point densities, various lighting and weather conditions as well as cross-dataset evaluations. The code will be released for reproduction.

Jie Tang, Fei-Peng Tian, Wei Feng, Jian Li, Ping Tan• 2019

Related benchmarks

TaskDatasetResultRank
Depth CompletionNYU-depth-v2 official (test)
RMSE0.101
187
Depth CompletionKITTI depth completion official (test)
RMSE (mm)736.2
154
Depth PredictionNYU Depth V2 (test)
Accuracy (δ < 1.25)99.5
113
Depth CompletionKITTI (test)
RMSE736.2
67
Depth CompletionKITTI online leaderboard (test)
MAE0.2188
48
Depth CompletionKITTI depth completion (val)
RMSE (mm)777.8
34
Depth CompletionKITTI depth completion (test)
RMSE0.7362
27
Depth CompletionKITTI
iRMSE2.25
24
Depth EstimationGated Stereo Night 1.0 (test)
RMSE7.5
19
Depth EstimationGated Stereo Day 1.0 (test)
RMSE8.03
19
Showing 10 of 20 rows

Other info

Code

Follow for update