paper-with-me

Papers

Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection

2019-12-05 · CVPR 2020 6 · Shifeng Zhang, Cheng Chi, Yongqiang Yao, Zhen Lei, Stan Z. Li

Object detection has been dominated by anchor-based detectors for several years. Recently, anchor-free detectors have become popular due to the proposal of FPN and Focal Loss. In this paper, we first point out that the essential difference between anchor-based and anchor-free detection is actually how to define positive and negative training samples, which leads to the performance gap between them. If they adopt the same definition of positive and negative samples during training, there is no obvious difference in the final performance, no matter regressing from a box or a point. This shows that how to select positive and negative training samples is important for current object detectors. Then, we propose an Adaptive Training Sample Selection (ATSS) to automatically select positive and negative samples according to statistical characteristics of object. It significantly improves the performance of anchor-based and anchor-free detectors and bridges the gap between them. Finally, we discuss the necessity of tiling multiple anchors per location on the image to detect objects. Extensive experiments conducted on MS COCO support our aforementioned analysis and conclusions. With the newly introduced ATSS, we improve state-of-the-art detectors by a large margin to $50.7\%$ AP without introducing any overhead. The code is available at https://github.com/sfzhang15/ATSS

📄 PDF Abstract BibTeX arXiv:1912.02424

Code (13)

sfzhang15/ATSS 공식 구현 pytorch
Burf/tfdetection tf
MegEngine/Models/tree/master/official/vision/detection
Qengineering/NanoDet-ncnn-Jetson-Nano
Qengineering/NanoDet-ncnn-Raspberry-Pi-4
RangiLyu/nanodet pytorch
TangShengqin/ATSS-Pytorch pytorch
Yuxiang1995/ICDAR2021_MFD pytorch
coolbay/VSGN pytorch
justimyhxu/Dense-RepPoints pytorch
open-edge-platform/geti pytorch
open-edge-platform/training_extensions pytorch
open-mmlab/mmdetection pytorch

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
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…
Batch Normalization 설명 없음
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…
ATSS 설명 없음
Group Normalization Group Normalization is a normalization layer that divides channels into groups and normalizes the features within each group. GN does not exploit the batch dimension, and its…
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

FreeAnchor: Learning to Match Anchors for Visual Object Detection

2019-09-05 · NeurIPS 2019 12 · Xiaosong Zhang, Fang Wan, Chang Liu, Rongrong Ji 외

Modern CNN-based object detectors assign anchors for ground-truth objects under the restriction of object-anchor Intersection-over-Unit (IoU). In this study, we propose a learning-to-match approach to break IoU restricti…

Objectobject-detectionObject Detection

Pseudo-IoU: Improving Label Assignment in Anchor-Free Object Detection

2021-04-29 · Jiachen Li, Bowen Cheng, Rogerio Feris, JinJun Xiong 외

Current anchor-free object detectors are quite simple and effective yet lack accurate label assignment methods, which limits their potential in competing with classic anchor-based models that are supported by well-design…

Objectobject-detectionObject Detection

An Anchor-Free Region Proposal Network for Faster R-CNN based Text Detection Approaches

2018-04-24 · Zhuoyao Zhong, Lei Sun, Qiang Huo

The anchor mechanism of Faster R-CNN and SSD framework is considered not effective enough to scene text detection, which can be attributed to its IoU based matching criterion between anchors and ground-truth boxes. In or…

Region ProposalScene Text DetectionText Detection

Soft Anchor-Point Object Detection

2019-11-27 · ECCV 2020 8 · Chenchen Zhu, Fangyi Chen, Zhiqiang Shen, Marios Savvides

Recently, anchor-free detection methods have been through great progress. The major two families, anchor-point detection and key-point detection, are at opposite edges of the speed-accuracy trade-off, with anchor-point d…

Dense Object Detectionfeature selectionObjectobject-detection+1

PAFNet: An Efficient Anchor-Free Object Detector Guidance

2021-04-28 · Ying Xin, Guanzhong Wang, Mingyuan Mao, Yuan Feng 외

Object detection is a basic but challenging task in computer vision, which plays a key role in a variety of industrial applications. However, object detectors based on deep learning usually require greater storage requir…

CPUGPUObjectobject-detection+1