paper-with-me

Papers

Localization Uncertainty-Based Attention for Object Detection

2021-08-25 · Sanghun Park, Kunhee Kim, Eunseop Lee, Daijin Kim

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 surpasses baseline FCOS, and that our best model, ResNext-64x4d-101-DCN, obtains a single model, single-scale AP of 48.3% on COCO test-dev, thus achieving the state-of-the-art among various object detectors.

📄 PDF Abstract BibTeX arXiv:2108.11042

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

FPN 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
FCOS FCOS is an anchor-box free, proposal free, single-stage object detection model. By eliminating the predefined set of anchor boxes, FCOS avoids computation related to anchor…

Similar Papers 제목 키워드 기반

UncertaintyTrack: Exploiting Detection and Localization Uncertainty in Multi-Object Tracking

2024-02-19 · Chang Won Lee, Steven L. Waslander

Multi-object tracking (MOT) methods have seen a significant boost in performance recently, due to strong interest from the research community and steadily improving object detection methods. The majority of tracking meth…

Autonomous DrivingMulti-Object TrackingObjectobject-detection+2

Localization Uncertainty Estimation for Anchor-Free Object Detection

2020-06-28 · Youngwan Lee, Joong-won Hwang, Hyung-Il Kim, Kimin Yun 외

Since many safety-critical systems, such as surgical robots and autonomous driving cars operate in unstable environments with sensor noise and incomplete data, it is desirable for object detectors to take the localizatio…

Autonomous DrivingComputational EfficiencyObjectobject-detection+1

An Uncertainty-aware DETR Enhancement Framework for Object Detection

2025-07-20 · Xingshu Chen, Sicheng Yu, Chong Cheng, Hao Wang 외 arxiv

This paper investigates the problem of object detection with a focus on improving both the localization accuracy of bounding boxes and explicitly modeling prediction uncertainty. Conventional detectors rely on determinis…

Object Detection

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

Noise-Robust Tiny Object Localization with Flows

2026-01-02 · Huixin Sun, Linlin Yang, Ronyu Chen, Kerui Gu 외 arxiv

Despite significant advances in generic object detection, a persistent performance gap remains for tiny objects compared to normal-scale objects. We demonstrate that tiny objects are highly sensitive to annotation noise,…

Object LocalizationObject Detection