paper-with-me

Papers

FCOS: A simple and strong anchor-free object detector

2020-06-14 · Zhi Tian, Chunhua Shen, Hao Chen, Tong He

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

📄 PDF Abstract BibTeX arXiv:2006.09214

Code (1)

https://gitlab.com/birder/birder pytorch

Tasks

ObjectObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Batch Normalization 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Connection 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
FPN 설명 없음

Similar Papers 제목 키워드 기반

FCOS: Fully Convolutional One-Stage Object Detection

2019-04-02 · ICCV 2019 10 · Zhi Tian, Chunhua Shen, Hao Chen, Tong He

We propose a fully convolutional one-stage object detector (FCOS) to solve object detection in a per-pixel prediction fashion, analogue to semantic segmentation. Almost all state-of-the-art object detectors such as Retin…

2D Object DetectionObjectObject DetectionPedestrian Detection+1

FCOSR: A Simple Anchor-free Rotated Detector for Aerial Object Detection

2021-11-21 · Zhonghua Li, Biao Hou, Zitong Wu, Licheng Jiao 외

Existing anchor-base oriented object detection methods have achieved amazing results, but these methods require some manual preset boxes, which introduces additional hyperparameters and calculations. The existing anchor-…

object-detectionObject DetectionOriented Object Detection

NL-FCOS: Improving FCOS through Non-Local Modules for Object Detection

2022-03-29 · Lukas Pavez, Jose M. Saavedra Rondo

During the last years, we have seen significant advances in the object detection task, mainly due to the outperforming results of convolutional neural networks. In this vein, anchor-based models have achieved the best re…

object-detectionObject DetectionRepresentation Learning

AGSFCOS: Based on attention mechanism and Scale-Equalizing pyramid network of object detection

2021-05-20 · Li Wang, Wei Xiang, Ruhui Xue, Kaida Zou 외

Recently, the anchor-free object detection model has shown great potential for accuracy and speed to exceed anchor-based object detection. Therefore, two issues are mainly studied in this article: (1) How to let the back…

Objectobject-detectionObject Detection

CenterMask: Real-Time Anchor-Free Instance Segmentation

2020-06-01 · CVPR 2020 6 · Youngwan Lee, Jongyoul Park

We propose a simple yet efficient anchor-free instance segmentation, called CenterMask, that adds a novel spatial attention-guided mask (SAG-Mask) branch to anchor-free one stage object detector (FCOS) in the same vein w…

Instance SegmentationReal-time Instance SegmentationSegmentationSemantic Segmentation