Bounding Box Regression with Uncertainty for Accurate Object Detection
Large-scale object detection datasets (e.g., MS-COCO) try to define the ground truth bounding boxes as clear as possible. However, we observe that ambiguities are still introduced when labeling the bounding boxes. In this paper, we propose a novel bounding box regression loss for learning bounding box transformation and localization variance together. Our loss greatly improves the localization accuracies of various architectures with nearly no additional computation. The learned localization variance allows us to merge neighboring bounding boxes during non-maximum suppression (NMS), which further improves the localization performance. On MS-COCO, we boost the Average Precision (AP) of VGG-16 Faster R-CNN from 23.6% to 29.1%. More importantly, for ResNet-50-FPN Mask R-CNN, our method improves the AP and AP90 by 1.8% and 6.2% respectively, which significantly outperforms previous state-of-the-art bounding box refinement methods. Our code and models are available at: github.com/yihui-he/KL-Loss
Code (4)
Tasks
Objectobject-detectionObject DetectionObject LocalizationregressionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Confidence-driven Bounding Box Localization for Small Object Detection
Despite advancements in generic object detection, there remains a performance gap in detecting small objects compared to normal-scale objects. We for the first time observe that existing bounding box regression methods t…
Objectobject-detectionObject DetectionObject Localization+2Labels Are Not Perfect: Improving Probabilistic Object Detection via Label Uncertainty
Reliable uncertainty estimation is crucial for robust object detection in autonomous driving. However, previous works on probabilistic object detection either learn predictive probability for bounding box regression in a…
Autonomous DrivingObjectobject-detectionObject Detection+2Adaptive Bounding Box Uncertainties via Two-Step Conformal Prediction
Quantifying a model's predictive uncertainty is essential for safety-critical applications such as autonomous driving. We consider quantifying such uncertainty for multi-object detection. In particular, we leverage confo…
Autonomous DrivingConformal PredictionObjectobject-detection+2Evaluating and Calibrating Uncertainty Prediction in Regression Tasks
Predicting not only the target but also an accurate measure of uncertainty is important for many machine learning applications and in particular safety-critical ones. In this work we study the calibration of uncertainty …
object-detectionObject DetectionPredictionregressionAccurate 3D Object Detection using Energy-Based Models
Accurate 3D object detection (3DOD) is crucial for safe navigation of complex environments by autonomous robots. Regressing accurate 3D bounding boxes in cluttered environments based on sparse LiDAR data is however a hig…
2D Object Detection3D Object DetectionObjectobject-detection+2