paper-with-me

Papers

CIA-SSD: Confident IoU-Aware Single-Stage Object Detector From Point Cloud

2020-12-05 · Wu Zheng, Weiliang Tang, Sijin Chen, Li Jiang, Chi-Wing Fu

Existing single-stage detectors for locating objects in point clouds often treat object localization and category classification as separate tasks, so the localization accuracy and classification confidence may not well align. To address this issue, we present a new single-stage detector named the Confident IoU-Aware Single-Stage object Detector (CIA-SSD). First, we design the lightweight Spatial-Semantic Feature Aggregation module to adaptively fuse high-level abstract semantic features and low-level spatial features for accurate predictions of bounding boxes and classification confidence. Also, the predicted confidence is further rectified with our designed IoU-aware confidence rectification module to make the confidence more consistent with the localization accuracy. Based on the rectified confidence, we further formulate the Distance-variant IoU-weighted NMS to obtain smoother regressions and avoid redundant predictions. We experiment CIA-SSD on 3D car detection in the KITTI test set and show that it attains top performance in terms of the official ranking metric (moderate AP 80.28%) and above 32 FPS inference speed, outperforming all prior single-stage detectors. The code is available at https://github.com/Vegeta2020/CIA-SSD.

📄 PDF Abstract BibTeX arXiv:2012.03015

Code (1)

Vegeta2020/CIA-SSD 공식 구현 pytorch

Tasks

3D Object DetectionBirds Eye View Object DetectionClassificationGeneral ClassificationObject Localization

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

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 외

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. Howe…

3D Object DetectionAutonomous Drivingobject-detectionObject 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

Progressive Refinement Network for Occluded Pedestrian Detection

2020-08-01 · ECCV 2020 8 · Xiaolin Song Kaili Zhao Wen-Sheng Chu Honggang Zhang Jun Guo

We present Progressive Refinement Network (PRNet), a novel single-stage detector that tackles occluded pedestrian detection. Motivated by human's progressive process on annotating occluded pedestrians, PRNet achieves seq…

Body DetectionPedestrian Detection

SS3D: Single Shot 3D Object Detector

2020-04-30 · Aniket Limaye, Manu Mathew, Soyeb Nagori, Pramod Kumar Swami 외

Single stage deep learning algorithm for 2D object detection was made popular by Single Shot MultiBox Detector (SSD) and it was heavily adopted in several embedded applications. PointPillars is a state of the art 3D obje…

2D Object Detection3D Object DetectionObjectobject-detection+2