paper-with-me

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 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}.

📄 PDF Abstract BibTeX arXiv:1912.05992

Code (2)

ShengkaiWu/IoU-aware-single-stage-object-detector 공식 구현 pytorch
naver-ai/vidt pytorch

Tasks

General ClassificationObject

Similar Papers 제목 키워드 기반

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

2020-12-05 · Wu Zheng, Weiliang Tang, Sijin Chen, Li Jiang 외

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+1

Optimizing the Trade-off between Single-Stage and Two-Stage Object Detectors using Image Difficulty Prediction

2018-03-23 · Petru Soviany, Radu Tudor Ionescu

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+1

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

Probabilistic two-stage detection

2021-03-12 · Xingyi Zhou, Vladlen Koltun, Philipp Krähenbühl

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