GAC-Net_Geometric and attention-based Network for Depth Completion
Kuang Zhu, Xingli Gan, Min Sun

TL;DR
This paper introduces CGA-Net, a depth completion network that leverages 3D geometric features and attention mechanisms to produce more accurate dense depth maps from sparse LiDAR data, especially in complex scenes.
Contribution
The paper proposes a novel depth completion network combining PointNet++, attention-based feature fusion, and residual learning with CSPN++, advancing the state-of-the-art in depth prediction accuracy.
Findings
Achieves new SOTA on KITTI dataset
Significantly improves depth prediction in complex scenes
Demonstrates robustness to sparse and challenging data
Abstract
Depth completion is a key task in autonomous driving, aiming to complete sparse LiDAR depth measurements into high-quality dense depth maps through image guidance. However, existing methods usually treat depth maps as an additional channel of color images, or directly perform convolution on sparse data, failing to fully exploit the 3D geometric information in depth maps, especially with limited performance in complex boundaries and sparse areas. To address these issues, this paper proposes a depth completion network combining channel attention mechanism and 3D global feature perception (CGA-Net). The main innovations include: 1) Utilizing PointNet++ to extract global 3D geometric features from sparse depth maps, enhancing the scene perception ability of low-line LiDAR data; 2) Designing a channel-attention-based multimodal feature fusion module to efficiently integrate sparse depth, RGB…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Image Processing and 3D Reconstruction · Computer Graphics and Visualization Techniques
MethodsSoftmax · Attention Is All You Need · Convolution
