paper-with-me

홈 › Papers

Bounding Box Regression with Uncertainty for Accurate Object Detection

2018-09-23 · CVPR 2019 6 · Yihui He, Chenchen Zhu, Jianren Wang, Marios Savvides, Xiangyu Zhang

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

📄 PDF Abstract BibTeX arXiv:1809.08545

Code (4)

yihui-he/KL-Loss 공식 구현 caffe2
yihui-he/softer-NMS 공식 구현 caffe2
fiveai/saod pytorch
xiaoling2yy/Bounding-Box-Regression-with-Uncertainty-for-Accurate-Object-Detection caffe2

Tasks

Objectobject-detectionObject DetectionObject Localizationregression

Methods 이 논문이 사용한 방법론

RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Average Pooling 설명 없음
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…
Residual Connection 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…

Similar Papers 제목 키워드 기반

Confidence-driven Bounding Box Localization for Small Object Detection

2023-03-03 · Huixin Sun, Baochang Zhang, Yanjing Li, Xianbin Cao

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

Labels Are Not Perfect: Improving Probabilistic Object Detection via Label Uncertainty

2020-08-10 · Di Feng, Lars Rosenbaum, Fabian Timm, Klaus Dietmayer

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

Adaptive Bounding Box Uncertainties via Two-Step Conformal Prediction

2024-03-12 · Alexander Timans, Christoph-Nikolas Straehle, Kaspar Sakmann, Eric Nalisnick

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

Evaluating and Calibrating Uncertainty Prediction in Regression Tasks

2019-05-28 · Dan Levi, Liran Gispan, Niv Giladi, Ethan Fetaya

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 DetectionPredictionregression

Accurate 3D Object Detection using Energy-Based Models

2020-12-08 · Fredrik K. Gustafsson, Martin Danelljan, Thomas B. Schön

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