FCOS: A simple and strong anchor-free object detector
- URL: http://arxiv.org/abs/2006.09214v3
- Date: Mon, 12 Oct 2020 14:04:33 GMT
- Title: FCOS: A simple and strong anchor-free object detector
- Authors: Zhi Tian, Chunhua Shen, Hao Chen, Tong He
- Abstract summary: We propose a fully convolutional one-stage object detector (FCOS) to solve object detection in a per-pixel prediction fashion.
Almost all state-of-the-art object detectors such as RetinaNet, SSD, YOLOv3, and Faster R-CNN rely on pre-defined anchor boxes.
In contrast, our proposed detector FCOS is anchor box free, as well as proposal free.
- Score: 111.87691210818194
- License: http://creativecommons.org/licenses/by-nc-sa/4.0/
- Abstract: In computer vision, object detection is one of most important tasks, which
underpins a few instance-level recognition tasks and many downstream
applications. Recently one-stage methods have gained much attention over
two-stage approaches due to their simpler design and competitive performance.
Here we propose a fully convolutional one-stage object detector (FCOS) to solve
object detection in a per-pixel prediction fashion, analogue to other dense
prediction problems such as semantic segmentation. Almost all state-of-the-art
object detectors such as RetinaNet, SSD, YOLOv3, and Faster R-CNN rely on
pre-defined anchor boxes. In contrast, our proposed detector FCOS is anchor box
free, as well as proposal free. By eliminating the pre-defined set of anchor
boxes, FCOS completely avoids the complicated computation related to anchor
boxes such as calculating the intersection over union (IoU) scores during
training. More importantly, we also avoid all hyper-parameters related to
anchor boxes, which are often sensitive to the final detection performance.
With the only post-processing non-maximum suppression (NMS), we demonstrate a
much simpler and flexible detection framework achieving improved detection
accuracy. We hope that the proposed FCOS framework can serve as a simple and
strong alternative for many other instance-level tasks. Code and pre-trained
models are available at: https://git.io/AdelaiDet
Related papers
- Small Object Detection via Coarse-to-fine Proposal Generation and
Imitation Learning [52.06176253457522]
We propose a two-stage framework tailored for small object detection based on the Coarse-to-fine pipeline and Feature Imitation learning.
CFINet achieves state-of-the-art performance on the large-scale small object detection benchmarks, SODA-D and SODA-A.
arXiv Detail & Related papers (2023-08-18T13:13:09Z) - Anchor-Free Person Search [127.88668724345195]
Person search aims to simultaneously localize and identify a query person from realistic, uncropped images.
Most existing works employ two-stage detectors like Faster-RCNN, yielding encouraging accuracy but with high computational overhead.
We present the Feature-Aligned Person Search Network (AlignPS), the first anchor-free framework to efficiently tackle this challenging task.
arXiv Detail & Related papers (2021-03-22T07:04:29Z) - Object Detection Made Simpler by Eliminating Heuristic NMS [70.93004137521946]
We show a simple NMS-free, end-to-end object detection framework.
We attain on par or even improved detection accuracy compared with the original one-stage detector.
arXiv Detail & Related papers (2021-01-28T02:38:29Z) - Unsupervised Domain Adaptation from Synthetic to Real Images for
Anchorless Object Detection [0.0]
This paper implements unsupervised domain adaptation methods on an anchorless object detector.
In our work, we use CenterNet, one of the most recent anchorless architectures, for a domain adaptation problem involving synthetic images.
arXiv Detail & Related papers (2020-12-15T10:51:43Z) - VarifocalNet: An IoU-aware Dense Object Detector [11.580759212782812]
We learn an Iou-aware Classification Score (IACS) as a joint representation of object presence confidence and localization accuracy.
We show that dense object detectors can achieve a more accurate ranking of candidate detections based on the IACS.
We build an IoU-aware dense object detector based on the FCOS+ATSS architecture, that we call VarifocalNet or VFNet for short.
arXiv Detail & Related papers (2020-08-31T05:12:21Z) - SADet: Learning An Efficient and Accurate Pedestrian Detector [68.66857832440897]
This paper proposes a series of systematic optimization strategies for the detection pipeline of one-stage detector.
It forms a single shot anchor-based detector (SADet) for efficient and accurate pedestrian detection.
Though structurally simple, it presents state-of-the-art result and real-time speed of $20$ FPS for VGA-resolution images.
arXiv Detail & Related papers (2020-07-26T12:32:38Z) - AQD: Towards Accurate Fully-Quantized Object Detection [94.06347866374927]
We propose an Accurate Quantized object Detection solution, termed AQD, to get rid of floating-point computation.
Our AQD achieves comparable or even better performance compared with the full-precision counterpart under extremely low-bit schemes.
arXiv Detail & Related papers (2020-07-14T09:07:29Z) - AFDet: Anchor Free One Stage 3D Object Detection [9.981769027320551]
High-efficiency point cloud 3D object detection is important for many robotics applications including autonomous driving.
Most previous works try to solve it using anchor-based detection methods which come with two drawbacks: post-processing is relatively complex and computationally expensive; tuning anchor parameters is tricky.
We are the first to address these drawbacks with an anchor free and Non-Maximum Suppression free one stage detector called AFDet.
arXiv Detail & Related papers (2020-06-23T00:15:07Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.