Dynamic Spatial Propagation Network for Depth Completion
Yuankai Lin, Tao Cheng, Qi Zhong, Wending Zhou, Hua Yang

TL;DR
The paper introduces DySPN, an efficient, attention-based dynamic spatial propagation network for depth completion that improves accuracy and reduces over-smoothing by estimating adaptive affinity matrices and employing diffusion suppression.
Contribution
It proposes a novel non-linear propagation model with dynamic affinity estimation and diffusion suppression, enhancing depth completion performance and efficiency over existing fixed-affinity SPNs.
Findings
Outperforms state-of-the-art methods on KITTI Depth Completion dataset.
Achieves state-of-the-art results on NYU Depth v2 dataset.
Requires fewer iterations while maintaining high accuracy.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Vision and Imaging · Advanced Image Processing Techniques · Image Processing Techniques and Applications
MethodsDiffusion
