Transcription of FCOS: Fully Convolutional One-Stage Object Detection
{{id}} {{{paragraph}}}
FCOS: Fully Convolutional One-Stage Object DetectionZhi TianChunhua Shen Hao ChenTong HeThe University of Adelaide, AustraliaAbstractWe propose a Fully Convolutional One-Stage Object detec-tor (FCOS) to solve Object Detection in a per-pixel predic-tion fashion, analogue to semantic segmentation. Almostall state-of-the-art Object detectors such as RetinaNet, SSD,YOLOv3, and Faster R-CNN rely on pre-defined anchorboxes. In contrast, our proposed detector FCOS is anchorbox free, as well as proposal free. By eliminating the pre-defined set of anchor boxes, FCOS completely avoids thecomplicated computation related to anchor boxes such ascalculating overlapping during training. More importantly,we also avoid all hyper-parameters related to anchor boxes,which are often very sensitive to the final Detection perfor-mance. With the only post-processing non-maximum sup-pression (NMS), FCOS with ResNeXt-64x4d-101 AP with single-model and single-scale testing,surpassing previous One-Stage detectors with the advantageof being much simpler.
anchor boxes in object detection, which are currently considered as the de facto standard for detection. • The proposed detector can be immediately extended to solve other vision tasks with minimal modification, including instance segmentation and key-point detec-tion. We believe that this new method can be the new
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}