paper-with-me

Papers

Learning Depth with Convolutional Spatial Propagation Network

2018-10-04 · Xinjing Cheng, Peng Wang, Ruigang Yang

Depth prediction is one of the fundamental problems in computer vision. In this paper, we propose a simple yet effective convolutional spatial propagation network (CSPN) to learn the affinity matrix for various depth estimation tasks. Specifically, it is an efficient linear propagation model, in which the propagation is performed with a manner of recurrent convolutional operation, and the affinity among neighboring pixels is learned through a deep convolutional neural network (CNN). We can append this module to any output from a state-of-the-art (SOTA) depth estimation networks to improve their performances. In practice, we further extend CSPN in two aspects: 1) take sparse depth map as additional input, which is useful for the task of depth completion; 2) similar to commonly used 3D convolution operation in CNNs, we propose 3D CSPN to handle features with one additional dimension, which is effective in the task of stereo matching using 3D cost volume. For the tasks of sparse to dense, a.k.a depth completion. We experimented the proposed CPSN conjunct algorithms over the popular NYU v2 and KITTI datasets, where we show that our proposed algorithms not only produce high quality (e.g., 30% more reduction in depth error), but also run faster (e.g., 2 to 5x faster) than previous SOTA spatial propagation network. We also evaluated our stereo matching algorithm on the Scene Flow and KITTI Stereo datasets, and rank 1st on both the KITTI Stereo 2012 and 2015 benchmarks, which demonstrates the effectiveness of the proposed module. The code of CSPN proposed in this work will be released at https://github.com/XinJCheng/CSPN.

📄 PDF Abstract BibTeX arXiv:1810.02695

Code (1)

XinJCheng/CSPN 공식 구현 pytorch

Tasks

Depth CompletionDepth EstimationDepth PredictionStereo MatchingStereo Matching Hand

Methods 이 논문이 사용한 방법론

3D Convolution A 3D Convolution is a type of convolution where the kernel slides in 3 dimensions as opposed to 2 dimensions with 2D…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Depth Estimation via Affinity Learned with Convolutional Spatial Propagation Network

2018-08-01 · ECCV 2018 9 · Xinjing Cheng, Peng Wang, Ruigang Yang

Depth estimation from a single image is a fundamental problem in computer vision. In this paper, we propose a simple yet effective convolutional spatial propagation network (CSPN) to learn the affinity matrix for depth p…

Depth EstimationDepth Prediction

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

CSPN++: Learning Context and Resource Aware Convolutional Spatial Propagation Networks for Depth Completion

2019-11-13 · Xinjing Cheng, Peng Wang, Chenye Guan, Ruigang Yang

Depth Completion deals with the problem of converting a sparse depth map to a dense one, given the corresponding color image. Convolutional spatial propagation network (CSPN) is one of the state-of-the-art (SoTA) methods…

Depth CompletionStereo-LiDAR Fusion

Bilateral Propagation Network for Depth Completion

2024-03-17 · CVPR 2024 1 · Jie Tang, Fei-Peng Tian, Boshi An, Jian Li 외

Depth completion aims to derive a dense depth map from sparse depth measurements with a synchronized color image. Current state-of-the-art (SOTA) methods are predominantly propagation-based, which work as an iterative re…

Depth Completion

Learning an Efficient Multimodal Depth Completion Model

2022-08-23 · Dewang Hou, Yuanyuan Du, Kai Zhao, Yang Zhao

With the wide application of sparse ToF sensors in mobile devices, RGB image-guided sparse depth completion has attracted extensive attention recently, but still faces some problems. First, the fusion of multimodal infor…

Depth CompletionDepth EstimationDepth Predictionmodel