Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

You Only Look One-level Feature

About

This paper revisits feature pyramids networks (FPN) for one-stage detectors and points out that the success of FPN is due to its divide-and-conquer solution to the optimization problem in object detection rather than multi-scale feature fusion. From the perspective of optimization, we introduce an alternative way to address the problem instead of adopting the complex feature pyramids - {\em utilizing only one-level feature for detection}. Based on the simple and efficient solution, we present You Only Look One-level Feature (YOLOF). In our method, two key components, Dilated Encoder and Uniform Matching, are proposed and bring considerable improvements. Extensive experiments on the COCO benchmark prove the effectiveness of the proposed model. Our YOLOF achieves comparable results with its feature pyramids counterpart RetinaNet while being $2.5\times$ faster. Without transformer layers, YOLOF can match the performance of DETR in a single-level feature manner with $7\times$ less training epochs. With an image size of $608\times608$, YOLOF achieves 44.3 mAP running at 60 fps on 2080Ti, which is $13\%$ faster than YOLOv4. Code is available at \url{https://github.com/megvii-model/YOLOF}.

Qiang Chen, Yingming Wang, Tong Yang, Xiangyu Zhang, Jian Cheng, Jian Sun• 2021

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)
AP47.1
2454
Object DetectionCOCO (test-dev)
mAP44.3
1195
Object DetectionCOCO (val)
mAP40.5
613
Oriented Object DetectionDOTA v1.0 (test)
SV69.9
378
Oriented Object DetectionHRSC 2016 (test)--
55
Object DetectionSAR-Aircraft v1.0 (test)
mAP (AP'07)66.25
27
Object DetectionSARDet-100K (test)
MAP42.83
27
Object DetectionMSAR AP'07 protocol (test)
mAP46.39
24
Object DetectionMSAR AP'12 protocol (test)
mAP44.59
24
Object DetectionHOD-1
mAP@.580.3
15
Showing 10 of 13 rows

Other info

Code

Follow for update