CVJun 28, 2023

AFPN: Asymptotic Feature Pyramid Network for Object Detection

arXiv:2306.15988v2361 citationsh-index: 20Has Code
Originality Incremental advance
AI Analysis

This addresses scale variance in object detection for computer vision applications, representing an incremental improvement over existing feature pyramid networks.

The paper tackles the problem of feature information loss or degradation in non-adjacent level fusion within feature pyramid networks for object detection, proposing an asymptotic feature pyramid network (AFPN) that achieves more competitive results than other state-of-the-art methods on the MS-COCO 2017 datasets.

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 these inconsistencies. We incorporate the proposed AFPN into both two-stage and one-stage object detection frameworks and evaluate with the MS-COCO 2017 validation and test datasets. Experimental evaluation shows that our method achieves more competitive results than other state-of-the-art feature pyramid networks. The code is available at \href{https://github.com/gyyang23/AFPN}{https://github.com/gyyang23/AFPN}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes