paper-with-me

홈 › Papers

Semi-Anchored Detector for One-Stage Object Detection

2020-09-10 · Lei Chen, Qi Qian, Hao Li

A standard one-stage detector is comprised of two tasks: classification and regression. Anchors of different shapes are introduced for each location in the feature map to mitigate the challenge of regression for multi-scale objects. However, the performance of classification can degrade due to the highly class-imbalanced problem in anchors. Recently, many anchor-free algorithms have been proposed to classify locations directly. The anchor-free strategy benefits the classification task but can lead to sup-optimum for the regression task due to the lack of prior bounding boxes. In this work, we propose a semi-anchored framework. Concretely, we identify positive locations in classification, and associate multiple anchors to the positive locations in regression. With ResNet-101 as the backbone, the proposed semi-anchored detector achieves 43.6% mAP on COCO data set, which demonstrates the state-of-art performance among one-stage detectors.

📄 PDF Abstract BibTeX arXiv:2009.04989

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationObjectobject-detectionObject Detectionregression

Similar Papers 제목 키워드 기반

S4OD: Semi-Supervised learning for Single-Stage Object Detection

2022-04-09 · Yueming Zhang, Xingxu Yao, Chao Liu, Feng Chen 외

Single-stage detectors suffer from extreme foreground-background class imbalance, while two-stage detectors do not. Therefore, in semi-supervised object detection, two-stage detectors can deliver remarkable performance b…

Objectobject-detectionObject Detectionregression+1

Bridging the Gap Between Detection and Tracking: A Unified Approach

2019-10-01 · ICCV 2019 10 · Lianghua Huang, Xin Zhao, Kaiqi Huang

Object detection models have been a source of inspiration for many tracking-by-detection algorithms over the past decade. Recent deep trackers borrow designs or modules from the latest object detection methods, such as b…

Objectobject-detectionObject Detection

Efficient Teacher: Semi-Supervised Object Detection for YOLOv5

2023-02-15 · Bowen Xu, Mingtao Chen, Wenlong Guan, Lulu Hu

Semi-Supervised Object Detection (SSOD) has been successful in improving the performance of both R-CNN series and anchor-free detectors. However, one-stage anchor-based detectors lack the structure to generate high-quali…

Objectobject-detectionObject DetectionPseudo Label+1

Semi-DETR: Semi-Supervised Object Detection with Detection Transformers

2023-07-16 · CVPR 2023 1 · Jiacheng Zhang, Xiangru Lin, Wei zhang, Kuo Wang 외

We analyze the DETR-based framework on semi-supervised object detection (SSOD) and observe that (1) the one-to-one assignment strategy generates incorrect matching when the pseudo ground-truth bounding box is inaccurate,…

Objectobject-detectionObject DetectionPseudo Label+1

Towards Few-Annotation Learning for Object Detection: Are Transformer-based Models More Efficient ?

2023-10-30 · Quentin Bouniot, Angélique Loesch, Romaric Audigier, Amaury Habrard

For specialized and dense downstream tasks such as object detection, labeling data requires expertise and can be very expensive, making few-shot and semi-supervised models much more attractive alternatives. While in the …

Objectobject-detectionObject DetectionSemi-Supervised Object Detection