AutFpn
AutFPN stands for Automatic Feature Pyramid Network, a family of methods in computer vision that aim to automatically design the structure of Feature Pyramid Networks used for multi-scale feature representation in tasks such as object detection and instance segmentation. By exploring a search space of architectural choices for how features are propagated, fused, and scaled across pyramid levels, AutFPN seeks to improve accuracy and efficiency compared to manually designed FPNs.
Typical search space in AutFPN includes decisions about whether to include extra pyramid levels (such as P6
AutFPN aims to reduce manual design effort and tailor the pyramid to the data and task at