TL;DR
This paper introduces Dynamic Feature Pyramid Networks (DyFPN) that adaptively allocate computational resources for object detection, significantly improving accuracy while reducing FLOPs by about 40% compared to inception FPN.
Contribution
The paper proposes a novel dynamic FPN that uses adaptive gating to optimize the trade-off between accuracy and computational cost in object detection.
Findings
DyFPN reduces about 40% of FLOPs compared to inception FPN.
DyFPN maintains high detection performance with less computation.
Extensive experiments on MS-COCO validate the effectiveness of DyFPN.
Abstract
Feature pyramid network (FPN) is a critical component in modern object detection frameworks. The performance gain in most of the existing FPN variants is mainly attributed to the increase of computational burden. An attempt to enhance the FPN is enriching the spatial information by expanding the receptive fields, which is promising to largely improve the detection accuracy. In this paper, we first investigate how expanding the receptive fields affect the accuracy and computational costs of FPN. We explore a baseline model called inception FPN in which each lateral connection contains convolution filters with different kernel sizes. Moreover, we point out that not all objects need such a complicated calculation and propose a new dynamic FPN (DyFPN). The output features of DyFPN will be calculated by using the adaptively selected branch according to a dynamic gating operation. Therefore,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSoftmax · RoIPool · 1x1 Convolution · Region Proposal Network · Convolution · Faster R-CNN · Feature Pyramid Network
