AFPN: Asymptotic Feature Pyramid Network for Object Detection
Guoyu Yang, Jie Lei, Zhikuan Zhu, Siyu Cheng, Zunlei Feng, Ronghua, Liang

TL;DR
AFPN introduces an asymptotic feature fusion method that enhances multi-scale object detection by directly connecting non-adjacent feature levels, improving semantic integration and detection accuracy.
Contribution
The paper proposes AFPN, a novel feature pyramid network that supports direct non-adjacent level interaction and adaptive spatial fusion, addressing information loss in traditional methods.
Findings
Achieves superior detection performance on MS-COCO dataset.
Effectively mitigates feature information loss and conflicts during fusion.
Outperforms existing state-of-the-art feature pyramid networks.
Abstract
Multi-scale features are of great importance in encoding objects with scale variance in object detection tasks. A common strategy for multi-scale feature extraction is adopting the classic top-down and bottom-up feature pyramid networks. However, these approaches suffer from the loss or degradation of feature information, impairing the fusion effect of non-adjacent levels. This paper proposes an asymptotic feature pyramid network (AFPN) to support direct interaction at non-adjacent levels. AFPN is initiated by fusing two adjacent low-level features and asymptotically incorporates higher-level features into the fusion process. In this way, the larger semantic gap between non-adjacent levels can be avoided. Given the potential for multi-object information conflicts to arise during feature fusion at each spatial location, adaptive spatial fusion operation is further utilized to mitigate…
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 · Advanced Image and Video Retrieval Techniques · Video Surveillance and Tracking Methods
