Learning Guided Convolutional Network for Depth Completion
Jie Tang, Fei-Peng Tian, Wei Feng, Jian Li, Ping Tan

TL;DR
This paper introduces a novel guided convolutional network for depth completion that predicts content-dependent kernels from guidance images, improving accuracy and efficiency in fusing LiDAR and RGB data for dense depth perception.
Contribution
The proposed network uses a guided kernel prediction approach inspired by guided image filtering, with a convolution factorization to reduce computational costs, enabling effective multi-stage feature fusion.
Findings
Outperforms state-of-the-art on NYUv2 dataset
Ranks 1st on KITTI depth completion benchmark
Demonstrates strong generalization across datasets and conditions
Abstract
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…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Robotics and Sensor-Based Localization · Remote Sensing and LiDAR Applications
MethodsConvolution
