GraphFPN: Graph Feature Pyramid Network for Object Detection
Gangming Zhao, Weifeng Ge, and Yizhou Yu

TL;DR
This paper introduces GraphFPN, a novel graph-based feature pyramid network that adapts to image-specific structures for improved multi-scale object detection, outperforming existing methods on MS-COCO datasets.
Contribution
The paper proposes a graph neural network-based feature pyramid that dynamically adapts to image structures and enhances multi-scale feature interaction for object detection.
Findings
Outperforms state-of-the-art feature pyramid methods on MS-COCO.
Effectively integrates graph neural networks with object detection.
Improves multi-scale feature representation in Faster R-CNN.
Abstract
Feature pyramids have been proven powerful in image understanding tasks that require multi-scale features. State-of-the-art methods for multi-scale feature learning focus on performing feature interactions across space and scales using neural networks with a fixed topology. In this paper, we propose graph feature pyramid networks that are capable of adapting their topological structures to varying intrinsic image structures and supporting simultaneous feature interactions across all scales. We first define an image-specific superpixel hierarchy for each input image to represent its intrinsic image structures. The graph feature pyramid network inherits its structure from this superpixel hierarchy. Contextual and hierarchical layers are designed to achieve feature interactions within the same scale and across different scales. To make these layers more powerful, we introduce two types of…
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
TopicsAdvanced Neural Network Applications · Brain Tumor Detection and Classification · Advanced Image and Video Retrieval Techniques
MethodsSoftmax · Region Proposal Network · RoIPool · Convolution · Faster R-CNN
