Path Aggregation Network for Instance Segmentation
Shu Liu, Lu Qi, Haifang Qin, Jianping Shi, Jiaya Jia

TL;DR
This paper introduces Path Aggregation Network (PANet), a novel architecture that enhances feature propagation for improved instance segmentation accuracy, achieving top results in COCO and other benchmarks.
Contribution
The paper proposes a new network architecture with bottom-up path augmentation and adaptive feature pooling to improve information flow in instance segmentation.
Findings
Achieved 1st place in COCO 2017 Challenge Instance Segmentation
State-of-the-art results on MVD and Cityscapes datasets
Improved mask prediction with minimal additional computational cost
Abstract
The way that information propagates in neural networks is of great importance. In this paper, we propose Path Aggregation Network (PANet) aiming at boosting information flow in proposal-based instance segmentation framework. Specifically, we enhance the entire feature hierarchy with accurate localization signals in lower layers by bottom-up path augmentation, which shortens the information path between lower layers and topmost feature. We present adaptive feature pooling, which links feature grid and all feature levels to make useful information in each feature level propagate directly to following proposal subnetworks. A complementary branch capturing different views for each proposal is created to further improve mask prediction. These improvements are simple to implement, with subtle extra computational overhead. Our PANet reaches the 1st place in the COCO 2017 Challenge Instance…
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
MethodsFeature Pyramid Network · Region Proposal Network · Average Pooling · ResNeXt Block · Dense Connections · RoIAlign · PAFPN · SGD with Momentum · Weight Decay · PANet
