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

December 05, 2019 ยท Entered Twilight ยท ๐Ÿ› Computer Vision and Pattern Recognition

๐ŸŒ… TWILIGHT: Old Age
Predates the code-sharing era โ€” a pioneer of its time

"Last commit was 5.0 years ago (โ‰ฅ5 year threshold)"

Evidence collected by the PWNC Scanner

Repo contents: .flake8, .gitignore, ABSTRACTIONS.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md, INSTALL.md, LICENSE, README.md, TROUBLESHOOTING.md, atss_core, configs, demo, docker, requirements.txt, setup.py, tests, tools

Authors Shifeng Zhang, Cheng Chi, Yongqiang Yao, Zhen Lei, Stan Z. Li arXiv ID 1912.02424 Category cs.CV: Computer Vision Citations 1.9K Venue Computer Vision and Pattern Recognition Repository https://github.com/sfzhang15/ATSS โญ 1087 Last Checked 1 month ago
Abstract
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
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Computer Vision