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

Dynamic Spatial Propagation Network for Depth Completion

About

Image-guided depth completion aims to generate dense depth maps with sparse depth measurements and corresponding RGB images. Currently, spatial propagation networks (SPNs) are the most popular affinity-based methods in depth completion, but they still suffer from the representation limitation of the fixed affinity and the over smoothing during iterations. Our solution is to estimate independent affinity matrices in each SPN iteration, but it is over-parameterized and heavy calculation. This paper introduces an efficient model that learns the affinity among neighboring pixels with an attention-based, dynamic approach. Specifically, the Dynamic Spatial Propagation Network (DySPN) we proposed makes use of a non-linear propagation model (NLPM). It decouples the neighborhood into parts regarding to different distances and recursively generates independent attention maps to refine these parts into adaptive affinity matrices. Furthermore, we adopt a diffusion suppression (DS) operation so that the model converges at an early stage to prevent over-smoothing of dense depth. Finally, in order to decrease the computational cost required, we also introduce three variations that reduce the amount of neighbors and attentions needed while still retaining similar accuracy. In practice, our method requires less iteration to match the performance of other SPNs and yields better results overall. DySPN outperforms other state-of-the-art (SoTA) methods on KITTI Depth Completion (DC) evaluation by the time of submission and is able to yield SoTA performance in NYU Depth v2 dataset as well.

Yuankai Lin, Tao Cheng, Qi Zhong, Wending Zhou, Hua Yang• 2022

Related benchmarks

TaskDatasetResultRank
Depth CompletionNYU-depth-v2 official (test)
RMSE0.09
187
Depth CompletionKITTI depth completion official (test)
RMSE (mm)709.1
154
Depth CompletionKITTI (test)
RMSE709.1
67
Depth CompletionKITTI online leaderboard (test)
MAE0.1927
48
Depth CompletionNYU v2 (val)
RMSE0.2584
41
Depth CompletionKITTI depth completion (val)
RMSE (mm)878.5
34
Depth CompletionKITTI Depth Completion official 1,000-frame 1216x352 (val)
RMSE (m)1.8777
32
Depth CompletionKITTI depth completion (test)
RMSE0.7091
27
Depth CompletionNYU V2
RMSE0.09
19
Depth CompletionNYUv2 500 samples (test)
RMSE (m)0.09
14
Showing 10 of 14 rows

Other info

Follow for update