DepthNet: Real-Time LiDAR Point Cloud Depth Completion for Autonomous Vehicles
Lin Bai, Yiming Zhao, Mahdi Elhousni, Xinming Huang

TL;DR
DepthNet introduces a lightweight, real-time LiDAR depth completion network for autonomous vehicles, significantly reducing parameters while maintaining performance, and implementing FPGA-based processing for embedded systems.
Contribution
A novel, highly efficient neural network architecture for LiDAR depth completion that enables real-time processing on embedded platforms with minimal parameter count.
Findings
Achieves 96.2% reduction in parameters with comparable accuracy to state-of-the-art.
Further reduces parameters by 7.3 times using depthwise separable convolutions.
Enables real-time depth completion on FPGA at 11.1 fps.
Abstract
Autonomous vehicles rely heavily on sensors such as camera and LiDAR, which provide real-time information about their surroundings for the tasks of perception, planning and control. Typically a LiDAR can only provide sparse point cloud owing to a limited number of scanning lines. By employing depth completion, a dense depth map can be generated by assigning each camera pixel a corresponding depth value. However, the existing depth completion convolutional neural networks are very complex that requires high-end GPUs for processing, and thus they are not applicable to real-time autonomous driving. In this paper, a light-weight network is proposed for the task of LiDAR point cloud depth completion. With an astonishing 96.2% reduction in the number of parameters, it still achieves comparable performance (9.3% better in MAE but 3.9% worse in RMSE) to the state-of-the-art network. For…
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 · Advanced Optical Sensing Technologies
MethodsConvolution
