Papers › Instance-level Human Parsing via Part Grouping Network

Instance-level Human Parsing via Part Grouping Network

1 Aug 2018ECCV 2018 9arXiv:1808.00157archive 2025-07-28

Ke Gong, Xiaodan Liang, Yicheng Li, Yimin Chen, Ming Yang, Liang Lin

Instance-level human parsing towards real-world human analysis scenarios is still under-explored due to the absence of sufficient data resources and technical difficulty in parsing multiple instances in a single pass. Several related works all follow the "parsing-by-detection" pipeline that heavily relies on separately trained detection models to localize instances and then performs human parsing for each instance sequentially. Nonetheless, two discrepant optimization targets of detection and parsing lead to suboptimal representation learning and error accumulation for final results. In this work, we make the first attempt to explore a detection-free Part Grouping Network (PGN) for efficiently parsing multiple people in an image in a single pass. Our PGN reformulates instance-level human parsing as two twinned sub-tasks that can be jointly learned and mutually refined via a unified network: 1) semantic part segmentation for assigning each pixel as a human part (e.g., face, arms); 2) instance-aware edge detection to group semantic parts into distinct person instances. Thus the shared intermediate representation would be endowed with capabilities in both characterizing fine-grained parts and inferring instance belongings of each part. Finally, a simple instance partition process is employed to get final results during inference. We conducted experiments on PASCAL-Person-Part dataset and our PGN outperforms all state-of-the-art methods. Furthermore, we show its superiority on a newly collected multi-person parsing dataset (CIHP) including 38,280 diverse images, which is the largest dataset so far and can facilitate more advanced human analysis. The CIHP benchmark and our source code are available at http://sysu-hcp.net/lip/.

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="1808.00157")

Code

Syntology Ran 0 of 14 code samples harvested from 1 repository linked to this paper; 14 have no recorded run.

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

Engineering-Course/CIHP_PGN officialmentioned in papermentioned on GitHubtfMIT 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

14 samples harvested; 0 ran; 0 honoured the contract we drafted; 14 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.

14unverified

Licence: 0 of the 14 samples are 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 Engineering-Course/CIHP_PGN. “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.

average_gradients Engineering-Course/CIHP_PGN/train_pgn.py official repository unverified MIT (permissive) · c598804162457140 · report
conv2d Engineering-Course/CIHP_PGN/utils/ops.py official repository unverified MIT (permissive) · 285297765b0a1be2 · report
get_filter_output_shape Engineering-Course/CIHP_PGN/kaffe/shapes.py official repository unverified MIT (permissive) · f0cb824658baf378 · report
get_strided_kernel_output_shape Engineering-Course/CIHP_PGN/kaffe/shapes.py official repository unverified MIT (permissive) · 619139704cd246c3 · report
image_mirroring Engineering-Course/CIHP_PGN/utils/image_reader_pgn.py official repository unverified MIT (permissive) · 2496574c6a643967 · report
image_mirroring Engineering-Course/CIHP_PGN/utils/image_reade_inf.py official repository unverified MIT (permissive) · b73f410e9cae7cf2 · report
image_mirroring Engineering-Course/CIHP_PGN/utils/image_reader.py official repository unverified MIT (permissive) · b5ac15f02ef566e4 · report
image_scaling Engineering-Course/CIHP_PGN/utils/image_reader_pgn.py official repository unverified MIT (permissive) · 05a080c8a7d0297f · report
image_scaling Engineering-Course/CIHP_PGN/utils/image_reade_inf.py official repository unverified MIT (permissive) · 846c829b29a2563c · report
layer Engineering-Course/CIHP_PGN/kaffe/tensorflow/network.py official repository unverified MIT (permissive) · fab32b621c712604 · report
linear Engineering-Course/CIHP_PGN/utils/ops.py official repository unverified MIT (permissive) · b2a7ddf5cb874b47 · report
max_pool Engineering-Course/CIHP_PGN/utils/ops.py official repository unverified MIT (permissive) · bfae8c1c80fbeb1c · report
random_resize_img_labels Engineering-Course/CIHP_PGN/utils/image_reader_pgn.py official repository unverified MIT (permissive) · b874fe7b2d022945 · report
shape_identity Engineering-Course/CIHP_PGN/kaffe/shapes.py official repository unverified MIT (permissive) · f9387ac8956d5501 · report

Tasks

Edge DetectionHuman ParsingHuman Part SegmentationRepresentation Learning

Datasets

Introduced by this paper, per the archive.

CIHP

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Human Part Segmentation CIHP PGN + ResNet101 Mean IoU 55.8 #6 of 6 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

1x1 ConvolutionAverage PoolingBatch NormalizationBottleneck Residual BlockConvolutionGlobal Average PoolingKaiming InitializationMax PoolingReLUResidual BlockResidual Connection

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