paper-with-me

홈 › Papers

TOOD: Task-aligned One-stage Object Detection

2021-08-17 · ICCV 2021 10 · Chengjian Feng, Yujie Zhong, Yu Gao, Matthew R. Scott, Weilin Huang

One-stage object detection is commonly implemented by optimizing two sub-tasks: object classification and localization, using heads with two parallel branches, which might lead to a certain level of spatial misalignment in predictions between the two tasks. In this work, we propose a Task-aligned One-stage Object Detection (TOOD) that explicitly aligns the two tasks in a learning-based manner. First, we design a novel Task-aligned Head (T-Head) which offers a better balance between learning task-interactive and task-specific features, as well as a greater flexibility to learn the alignment via a task-aligned predictor. Second, we propose Task Alignment Learning (TAL) to explicitly pull closer (or even unify) the optimal anchors for the two tasks during training via a designed sample assignment scheme and a task-aligned loss. Extensive experiments are conducted on MS-COCO, where TOOD achieves a 51.1 AP at single-model single-scale testing. This surpasses the recent one-stage detectors by a large margin, such as ATSS (47.7 AP), GFL (48.2 AP), and PAA (49.0 AP), with fewer parameters and FLOPs. Qualitative results also demonstrate the effectiveness of TOOD for better aligning the tasks of object classification and localization. Code is available at https://github.com/fcjian/TOOD.

📄 PDF Abstract BibTeX arXiv:2108.07755

Code (6)

fcjian/TOOD 공식 구현 pytorch
PaddlePaddle/PaddleDetection paddle
aakiraotok/yowov3 pytorch
astaxanthin/adasp pytorch
fcakyon/sahi-benchmark pytorch
open-mmlab/mmdetection pytorch

Tasks

2D Object DetectionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

PAA Patch AutoAugment is a patch-level automatic data augmentation algorithm that automatically searches for the optimal augmentation policies for the patches of an image.…
ATSS 설명 없음

Similar Papers 제목 키워드 기반

HAR-Net: Joint Learning of Hybrid Attention for Single-stage Object Detection

2019-04-25 · Ya-Li Li, Shengjin Wang

Object detection has been a challenging task in computer vision. Although significant progress has been made in object detection with deep neural networks, the attention mechanism is far from development. In this paper, …

Objectobject-detectionObject Detection

Concealed Object Detection for Passive Millimeter-Wave Security Imaging Based on Task-Aligned Detection Transformer

2022-12-01 · Cheng Guo, Fei Hu, Yan Hu

Passive millimeter-wave (PMMW) is a significant potential technique for human security screening. Several popular object detection networks have been used for PMMW images. However, restricted by the low resolution and hi…

ClassificationDenoisingobject-detectionObject Detection

Leveraging Orientation for Weakly Supervised Object Detection with Application to Firearm Localization

2019-04-22 · Javed Iqbal, Muhammad Akhtar Munir, Arif Mahmood, Afsheen Rafaqat Ali 외

Automatic detection of firearms is important for enhancing the security and safety of people, however, it is a challenging task owing to the wide variations in shape, size, and appearance of firearms. Also, most of the g…

Objectobject-detectionObject DetectionWeakly Supervised Object Detection

STOOD-X methodology: using statistical nonparametric test for OOD Detection Large-Scale datasets enhanced with explainability

2025-04-03 · Iván Sevillano-García, Julián Luengo, Francisco Herrera

Out-of-Distribution (OOD) detection is a critical task in machine learning, particularly in safety-sensitive applications where model failures can have serious consequences. However, current OOD detection methods often s…

Bias DetectionOut of Distribution (OOD) Detection

Uncertainty-Aware Unsupervised Domain Adaptation in Object Detection

2021-02-27 · Dayan Guan, Jiaxing Huang, Aoran Xiao, Shijian Lu 외

Unsupervised domain adaptive object detection aims to adapt detectors from a labelled source domain to an unlabelled target domain. Most existing works take a two-stage strategy that first generates region proposals and …

Domain AdaptationObjectobject-detectionObject Detection+1