Feature Pyramid Networks for Object Detection
About
Feature pyramids are a basic component in recognition systems for detecting objects at different scales. But recent deep learning object detectors have avoided pyramid representations, in part because they are compute and memory intensive. In this paper, we exploit the inherent multi-scale, pyramidal hierarchy of deep convolutional networks to construct feature pyramids with marginal extra cost. A top-down architecture with lateral connections is developed for building high-level semantic feature maps at all scales. This architecture, called a Feature Pyramid Network (FPN), shows significant improvement as a generic feature extractor in several applications. Using FPN in a basic Faster R-CNN system, our method achieves state-of-the-art single-model results on the COCO detection benchmark without bells and whistles, surpassing all existing single-model entries including those from the COCO 2016 challenge winners. In addition, our method can run at 5 FPS on a GPU and thus is a practical and accurate solution to multi-scale object detection. Code will be made publicly available.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Object Detection | COCO 2017 (val) | AP42 | 2454 | |
| Object Detection | COCO (test-dev) | mAP45.1 | 1195 | |
| Object Detection | PASCAL VOC 2007 (test) | mAP47.2 | 821 | |
| Object Detection | MS COCO (test-dev) | mAP@.559.1 | 677 | |
| Object Detection | COCO (val) | mAP48.1 | 613 | |
| Object Detection | COCO v2017 (test-dev) | mAP36.2 | 499 | |
| Instance Segmentation | COCO (val) | APmk42.4 | 472 | |
| Image Classification | ImageNet ILSVRC-2012 (val) | Top-1 Accuracy76.2 | 405 | |
| Object Detection | COCO (minival) | mAP39.5 | 184 | |
| Camouflaged Object Detection | COD10K (test) | S-measure (S_alpha)0.697 | 174 |