CG-SSD: Corner Guided Single Stage 3D Object Detection from LiDAR Point Cloud
Ruiqi Ma, Chi Chen, Bisheng Yang, Deren Li, Haiping Wang, Yangzi Cong,, Zongtian Hu

TL;DR
This paper introduces CG-SSD, a novel anchor-free 3D object detection model from LiDAR data that uses corner supervision to improve detection accuracy, especially for partially visible objects, achieving state-of-the-art results.
Contribution
The paper proposes a corner-guided auxiliary module (CGAM) for anchor-free 3D detection, enhancing corner detection and overall accuracy in challenging scenarios.
Findings
Achieves 62.77% mAP on ONCE benchmark.
CGAM improves AP by up to 14.27% when integrated into existing models.
Demonstrates effectiveness on ONCE and Waymo datasets.
Abstract
At present, the anchor-based or anchor-free models that use LiDAR point clouds for 3D object detection use the center assigner strategy to infer the 3D bounding boxes. However, in a real world scene, the LiDAR can only acquire a limited object surface point clouds, but the center point of the object does not exist. Obtaining the object by aggregating the incomplete surface point clouds will bring a loss of accuracy in direction and dimension estimation. To address this problem, we propose a corner-guided anchor-free single-stage 3D object detection model (CG-SSD ).Firstly, 3D sparse convolution backbone network composed of residual layers and sub-manifold sparse convolutional layers are used to construct bird's eye view (BEV) features for further deeper feature mining by a lite U-shaped network; Secondly, a novel corner-guided auxiliary module (CGAM) is proposed to incorporate corner…
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 Neural Network Applications · Robotics and Sensor-Based Localization · Visual Attention and Saliency Detection
MethodsConvolution
