Localization Uncertainty-Based Attention for Object Detection
Sanghun Park, Kunhee Kim, Eunseop Lee, Daijin Kim

TL;DR
This paper introduces UADET, a novel dense object detector that incorporates localization uncertainty modeling and an attention module to improve detection accuracy, achieving state-of-the-art results on COCO.
Contribution
It proposes a new uncertainty-aware dense detector with Gaussian localization modeling and an uncertainty attention module, enhancing object detection performance.
Findings
UADET outperforms baseline FCOS on COCO.
ResNext-64x4d-101-DCN achieves 48.3% AP on COCO test-dev.
The approach achieves state-of-the-art detection accuracy.
Abstract
Object detection has been applied in a wide variety of real world scenarios, so detection algorithms must provide confidence in the results to ensure that appropriate decisions can be made based on their results. Accordingly, several studies have investigated the probabilistic confidence of bounding box regression. However, such approaches have been restricted to anchor-based detectors, which use box confidence values as additional screening scores during non-maximum suppression (NMS) procedures. In this paper, we propose a more efficient uncertainty-aware dense detector (UADET) that predicts four-directional localization uncertainties via Gaussian modeling. Furthermore, a simple uncertainty attention module (UAM) that exploits box confidence maps is proposed to improve performance through feature refinement. Experiments using the MS COCO benchmark show that our UADET consistently…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsFeature Pyramid Network · 1x1 Convolution · Convolution · Non Maximum Suppression · FCOS
