paper-with-me

Papers

CG-SSD: Corner Guided Single Stage 3D Object Detection from LiDAR Point Cloud

2022-02-24 · Ruiqi Ma, Chi Chen, Bisheng Yang, Deren Li, Haiping Wang, Yangzi Cong, Zongtian Hu

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 supervision signals into the neural network. CGAM is explicitly designed and trained to detect partially visible and invisible corners to obtains a more accurate object feature representation, especially for small or partial occluded objects; Finally, the deep features from both the backbone networks and CGAM module are concatenated and fed into the head module to predict the classification and 3D bounding boxes of the objects in the scene. The experiments demonstrate CG-SSD achieves the state-of-art performance on the ONCE benchmark for supervised 3D object detection using single frame point cloud data, with 62.77%mAP. Additionally, the experiments on ONCE and Waymo Open Dataset show that CGAM can be extended to most anchor-based models which use the BEV feature to detect objects, as a plug-in and bring +1.17%-+14.27%AP improvement.

📄 PDF Abstract BibTeX arXiv:2202.11868

Code (1)

mrqrs/cg-ssd 공식 구현 pytorch

Tasks

3D Object DetectionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

MatrixNets: A New Scale and Aspect Ratio Aware Architecture for Object Detection

2020-01-09 · Abdullah Rashwan, Rishav Agarwal, Agastya Kalra, Pascal Poupart

We present MatrixNets (xNets), a new deep architecture for object detection. xNets map objects with similar sizes and aspect ratios into many specialized layers, allowing xNets to provide a scale and aspect ratio aware a…

Objectobject-detectionObject Detection

CornerNet: Detecting Objects as Paired Keypoints

2018-08-03 · ECCV 2018 9 · Hei Law, Jia Deng

We propose CornerNet, a new approach to object detection where we detect an object bounding box as a pair of keypoints, the top-left corner and the bottom-right corner, using a single convolution neural network. By detec…

Objectobject-detectionObject Detection

CornerNet-Lite: Efficient Keypoint Based Object Detection

2019-04-18 · Hei Law, Yun Teng, Olga Russakovsky, Jia Deng

Keypoint-based methods are a relatively new paradigm in object detection, eliminating the need for anchor boxes and offering a simplified detection framework. Keypoint-based CornerNet achieves state of the art accuracy a…

Objectobject-detectionObject DetectionReal-Time Object Detection

Correlation-Guided Attention for Corner Detection Based Visual Tracking

2020-06-01 · CVPR 2020 6 · Fei Du, Peng Liu, Wei Zhao, Xianglong Tang

Accurate bounding box estimation has recently attracted much attention in the tracking community because traditional multi-scale search strategies cannot estimate tight bounding boxes in many challenging scenarios involv…

Visual Tracking

Distance-Normalized Unified Representation for Monocular 3D Object Detection

2020-08-01 · ECCV 2020 8 · Xuepeng Shi, Zhixiang Chen, Tae-Kyun Kim

Monocular 3D object detection plays an important role in autonomous driving and still remains challenging. To achieve fast and accurate monocular 3D object detection, we introduce a single-stage and multi-scale framework…

3D Object DetectionAutonomous DrivingMonocular 3D Object DetectionObject+2