PANet
PANet, short for Path Aggregation Network, is a convolutional neural network architecture designed to improve feature fusion for instance segmentation. Introduced in 2018 as an extension to the Feature Pyramid Network (FPN), PANet aims to propagate semantic information across multiple feature scales and enhance the quality of object masks.
The core idea of PANet is to build a bottom-up path augmentation on top of the FPN,
Implementation and usage: PANet is designed for instance segmentation within two-stage detectors such as Mask R-CNN
Impact and legacy: PANet has influenced subsequent research on multi-scale feature fusion and refined segmentation heads,