IoU-aware Single-stage Object Detector for Accurate Localization
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 accuracy of the predicted detections has severely hurt the localization accuracy of models. In this paper, IoU-aware single-stage object detector is proposed to solve this problem. Specifically, IoU-aware single-stage object detector predicts the IoU for each detected box. Then the classification score and predicted IoU are multiplied to compute the final detection confidence, which is more correlated with the localization accuracy. The detection confidence is then used as the input of the subsequent NMS and COCO AP computation, which will substantially improve the localization accuracy of models. Sufficient experiments on COCO and PASCAL VOC datasets demonstrate the effectiveness of IoU-aware single-stage object detector on improving model's localization accuracy. Without whistles and bells, the proposed method can substantially improve AP by $1.7\%\sim1.9\%$ and AP75 by $2.2\%\sim2.5\%$ on COCO \textit{test-dev}. On PASCAL VOC, the proposed method can substantially improve AP by $2.9\%\sim4.4\%$ and AP80, AP90 by $4.6\%\sim10.2\%$. Code is available here: {https://github.com/ShengkaiWu/IoU-aware-single-stage-object-detector}.
Code (2)
Tasks
General ClassificationObjectSimilar Papers 제목 키워드 기반
CIA-SSD: Confident IoU-Aware Single-Stage Object Detector From Point Cloud
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 …
3D Object DetectionBirds Eye View Object DetectionClassificationGeneral Classification+1Optimizing the Trade-off between Single-Stage and Two-Stage Object Detectors using Image Difficulty Prediction
There are mainly two types of state-of-the-art object detectors. On one hand, we have two-stage detectors, such as Faster R-CNN (Region-based Convolutional Neural Networks) or Mask R-CNN, that (i) use a Region Proposal N…
Objectobject-detectionObject DetectionRegion Proposal+1Structure Aware Single-Stage 3D Object Detection From Point Cloud
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 DetectionBoundary-Aware Dense Feature Indicator for Single-Stage 3D Object Detection from Point Clouds
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 FusionProbabilistic two-stage detection
We develop a probabilistic interpretation of two-stage object detection. We show that this probabilistic interpretation motivates a number of common empirical training practices. It also suggests changes to two-stage det…
object-detectionObject DetectionRegion ProposalVocal Bursts Valence Prediction