Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Path Aggregation Network for Instance Segmentation

About

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 Segmentation task and the 2nd place in Object Detection task without large-batch training. It is also state-of-the-art on MVD and Cityscapes. Code is available at https://github.com/ShuLiu1993/PANet

Shu Liu, Lu Qi, Haifang Qin, Jianping Shi, Jiaya Jia• 2018

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO (test-dev)
mAP47.4
1195
Object DetectionMS COCO (test-dev)
mAP@.567.2
677
Object DetectionCOCO v2017 (test-dev)
mAP51
499
Instance SegmentationCOCO (test-dev)
APM49.1
380
Panoptic SegmentationCityscapes (val)--
276
Instance SegmentationCOCO 2017 (test-dev)
AP (Overall)46.7
253
Instance SegmentationCityscapes (val)
AP41.4
239
Instance SegmentationCityscapes (test)
AP (Overall)36.4
122
Panoptic SegmentationCityscapes (test)
PQ36.4
51
Instance SegmentationMS COCO (test-dev)
mAP@[.5:.95]36.6
46
Showing 10 of 28 rows

Other info

Code

Follow for update