Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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.

Tsung-Yi Lin, Piotr Doll\'ar, Ross Girshick, Kaiming He, Bharath Hariharan, Serge Belongie• 2016

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)
AP42
2643
Object DetectionCOCO (test-dev)
mAP45.1
1239
Instance SegmentationCOCO 2017 (val)--
1201
Object DetectionPASCAL VOC 2007 (test)
mAP47.2
844
Object DetectionMS COCO (test-dev)
mAP@.559.1
677
Object DetectionCOCO (val)
mAP48.1
633
Object DetectionCOCO v2017 (test-dev)
mAP36.2
499
Instance SegmentationCOCO (val)
APmk42.4
475
Image ClassificationImageNet ILSVRC-2012 (val)
Top-1 Accuracy76.2
405
Camouflaged Object DetectionCOD10K (test)
S-measure (S_alpha)0.697
224
Showing 10 of 76 rows
...

Other info

Follow for update