paper-with-me

Papers

Dynamic Spatial Propagation Network for Depth Completion

2022-02-20 · Yuankai Lin, Tao Cheng, Qi Zhong, Wending Zhou, Hua Yang

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.

📄 PDF Abstract BibTeX arXiv:2202.09769

Code (1)

youmi-zym/completionformer pytorch

Tasks

Depth Completion

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Deformable spatial propagation network for depth completion

2020-07-08 · Zheyuan Xu, Hongche Yin, Jian Yao

Depth completion has attracted extensive attention recently due to the development of autonomous driving, which aims to recover dense depth map from sparse depth measurements. Convolutional spatial propagation network (C…

Autonomous DrivingDepth Completion

GraphCSPN: Geometry-Aware Depth Completion via Dynamic GCNs

2022-10-19 · Xin Liu, Xiaofei Shao, Bo wang, YaLi Li 외

Image guided depth completion aims to recover per-pixel dense depth maps from sparse depth measurements with the help of aligned color images, which has a wide range of applications from robotics to autonomous driving. H…

Autonomous DrivingDepth CompletionRepresentation Learning

Non-Local Spatial Propagation Network for Depth Completion

2020-07-20 · ECCV 2020 8 · Jinsun Park, Kyungdon Joo, Zhe Hu, Chi-Kuei Liu 외

In this paper, we propose a robust and efficient end-to-end non-local spatial propagation network for depth completion. The proposed network takes RGB and sparse depth images as inputs and estimates non-local neighbors a…

Depth CompletionDepth EstimationDepth PredictionStereo-LiDAR Fusion

Masked Spatial Propagation Network for Sparsity-Adaptive Depth Refinement

2024-04-30 · CVPR 2024 1 · Jinyoung Jun, Jae-Han Lee, Chang-Su Kim

The main function of depth completion is to compensate for an insufficient and unpredictable number of sparse depth measurements of hardware sensors. However, existing research on depth completion assumes that the sparsi…

Depth Completion

Self-Supervised Depth Completion Guided by 3D Perception and Geometry Consistency

2023-12-23 · Yu Cai, Tianyu Shen, Shi-Sheng Huang, Hua Huang

Depth completion, aiming to predict dense depth maps from sparse depth measurements, plays a crucial role in many computer vision related applications. Deep learning approaches have demonstrated overwhelming success in t…

Depth Completion