It was one of first competitors of anchor-based single/two stage object detectors.
Understanding FCOS will help understanding other model inspired by FCOS.
Summary ...π
π FCOS reformulates object detection in a per-pixel prediction fashion
π It uses multi-level prediction to improve the recall and resolve the ambiguity resulted from overlapped bounding boxes
π It proposes βcenter-nessβ branch, which helps suppress the low-quality detected bounding boxes and improves the overall performance by a large margin
π It avoids complex computation such as the intersection-over-union (IoU)