paper-with-me

Papers

Structure Aware Single-Stage 3D Object Detection From Point Cloud

2020-06-01 · CVPR 2020 6 · Chenhang He, Hui Zeng, Jianqiang Huang, Xian-Sheng Hua, Lei Zhang

3D object detection from point cloud data plays an essential role in autonomous driving. Current single-stage detectors are efficient by progressively downscaling the 3D point clouds in a fully convolutional manner. However, the downscaled features inevitably lose spatial information and cannot make full use of the structure information of 3D point cloud, degrading their localization precision. In this work, we propose to improve the localization precision of single-stage detectors by explicitly leveraging the structure information of 3D point cloud. Specifically, we design an auxiliary network which converts the convolutional features in the backbone network back to point-level representations. The auxiliary network is jointly optimized, by two point-level supervisions, to guide the convolutional features in the backbone network to be aware of the object structure. The auxiliary network can be detached after training and therefore introduces no extra computation in the inference stage. Besides, considering that single-stage detectors suffer from the discordance between the predicted bounding boxes and corresponding classification confidences, we develop an efficient part-sensitive warping operation to align the confidences to the predicted bounding boxes. Our proposed detector ranks at the top of KITTI 3D/BEV detection leaderboards and runs at 25 FPS for inference.

📄 PDF Abstract BibTeX

Code (1)

skyhehe123/SA-SSD 공식 구현 pytorch

Tasks

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

Similar Papers 제목 키워드 기반

IoU-aware Single-stage Object Detector for Accurate Localization

2019-12-12 · Shengkai Wu, Xiaoping Li, Xinggang Wang

Due to the simpleness and high efficiency, single-stage object detectors have been widely applied in many computer vision applications . However, the low correlation between the classification score and localization accu…

General ClassificationObject

HVPR: Hybrid Voxel-Point Representation for Single-stage 3D Object Detection

2021-04-02 · CVPR 2021 1 · Jongyoun Noh, SangHoon Lee, Bumsub Ham

We address the problem of 3D object detection, that is, estimating 3D object bounding boxes from point clouds. 3D object detection methods exploit either voxel-based or point-based features to represent 3D objects in a s…

3D Object DetectionObjectobject-detectionObject Detection

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

TADP: Task-Aware Deformable Prediction for Single-Stage 3D Object Detection

2026-08-27 · Su Wang, Yaochen Li, Min Yang, Jiaohao Nie 외 arxiv

Most single-stage 3D object detectors complete different tasks with the same extracted features. Nevertheless, it is impossible to project features into a common space that is adaptive for all the tasks. We present a nov…

3D Object Detection

Boundary-Aware Dense Feature Indicator for Single-Stage 3D Object Detection from Point Clouds

2020-04-01 · Guodong Xu, Wenxiao Wang, Zili Liu, Liang Xie 외

3D object detection based on point clouds has become more and more popular. Some methods propose localizing 3D objects directly from raw point clouds to avoid information loss. However, these methods come with complex st…

3D Object Detectionobject-detectionObject DetectionSensor Fusion