Papers › Path Aggregation Network for Instance Segmentation

Path Aggregation Network for Instance Segmentation

5 Mar 2018CVPR 2018 6arXiv:1803.01534archive 2025-07-28

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

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

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1803.01534")

Code

Syntology Ran 1 of 4 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: official repository: 3 samples from 1 repository, 0 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ShuLiu1993/PANet officialmentioned in papermentioned on GitHubpytorchMIT report
CVUsers/Smart-Retail-By-Efficientdet mentioned on GitHubpytorch report
YuefeiZ/PANet mentioned on GitHubtfGPL-3.0 report
texasinstruments/edgeai-yolov5 mentioned on GitHubpytorchGPL-3.0 report
texasinstruments/edgeai-yolox mentioned on GitHubpytorchNOASSERTION report
ultralytics/yolov5 mentioned on GitHubpytorchAGPL-3.0 report
wslerry/yolov5 mentioned on GitHubpytorchGPL-3.0 report
open-mmlab/mmdetection pytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

4 samples harvested; 1 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
3unverified

Licence: 1 of the 4 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ShuLiu1993/PANet. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

parse_rec ShuLiu1993/PANet/lib/datasets/voc_eval.py official repository unverified MIT (permissive) · 06e62194f17cd06a · report
voc_ap ShuLiu1993/PANet/lib/datasets/voc_eval.py official repository unverified MIT (permissive) · 611c47c44c424dba · report
voc_eval ShuLiu1993/PANet/lib/datasets/voc_eval.py official repository unverified MIT (permissive) · 7177fe851c20e20e · report
compute_backbone_shapes identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · ae91aee49740c295 · report

Tasks

Instance SegmentationObject DetectionSegmentationSemantic Segmentationobject-detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Instance Segmentation COCO minival PANet (ResNet-50) mask AP 37.8 #83 of 93 Archive leaderboard report
Instance Segmentation COCO test-dev PANet mask AP 42.0 #56 of 112 Archive leaderboard report
Instance Segmentation iSAID PANet Average Precision 34.17 #5 of 5 Archive leaderboard report
Object Detection COCO test-dev PANet (ResNeXt-101, multi-scale) AP50 67.2 #118 of 225 Archive leaderboard report
Object Detection COCO test-dev PANet (ResNeXt-101, multi-scale) AP75 51.8 #118 of 225 Archive leaderboard report
Object Detection COCO test-dev PANet (ResNeXt-101, multi-scale) APL 60.0 #118 of 225 Archive leaderboard report
Object Detection COCO test-dev PANet (ResNeXt-101, multi-scale) APM 51.7 #118 of 225 Archive leaderboard report
Object Detection COCO test-dev PANet (ResNeXt-101, multi-scale) APS 30.1 #118 of 225 Archive leaderboard report
Object Detection COCO test-dev PANet (ResNeXt-101, multi-scale) box mAP 47.4 #118 of 225 Archive leaderboard report
Object Detection iSAID PANet Average Precision 41.66 #3 of 5 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Introduced by this paper: Adaptive Feature Pooling, PAFPN, PANet

1x1 ConvolutionAdaptive Feature PoolingAverage PoolingBatch NormalizationBottleneck Residual BlockBottom-up Path AugmentationConvolutionDense ConnectionsFPNGlobal Average PoolingGrouped ConvolutionKaiming InitializationMax PoolingPAFPNPANetRPNReLUResNeXtResNeXt BlockResidual BlockResidual ConnectionRoIAlignSGD with MomentumWeight Decay

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections