Single-stage Multi-human Parsing via Point Sets and Center-based Offsets
Jiaming Chu, Lei Jin, Junliang Xing, Jian Zhao
TL;DR
The paper tackles instance-aware multi-human parsing (IAMHP), a challenging task requiring per-pixel part semantics and per-instance labeling. It introduces SMP, a single-stage framework that represents humans with point sets formed by body barycenters and part barycenters and uses center-based offsets to map parts to bodies, enabling parallel prediction without explicit grouping. Key innovations include the Refined Feature Retain (RFR) module for mask-attended feature refinement and the Mask of Interest Reclassify (MIR) module to refine classification via ROI-aligned features. On the MHPv2.0 benchmark, SMP achieves state-of-the-art AP$^p_{50}$, AP$^p_{vol}$, and PCP$50$ while offering faster training and inference, and it shows generalized performance on DensePose COCO as well.
Abstract
This work studies the multi-human parsing problem. Existing methods, either following top-down or bottom-up two-stage paradigms, usually involve expensive computational costs. We instead present a high-performance Single-stage Multi-human Parsing (SMP) deep architecture that decouples the multi-human parsing problem into two fine-grained sub-problems, i.e., locating the human body and parts. SMP leverages the point features in the barycenter positions to obtain their segmentation and then generates a series of offsets from the barycenter of the human body to the barycenters of parts, thus performing human body and parts matching without the grouping process. Within the SMP architecture, we propose a Refined Feature Retain module to extract the global feature of instances through generated mask attention and a Mask of Interest Reclassify module as a trainable plug-in module to refine the classification results with the predicted segmentation. Extensive experiments on the MHPv2.0 dataset demonstrate the best effectiveness and efficiency of the proposed method, surpassing the state-of-the-art method by 2.1% in AP50p, 1.0% in APvolp, and 1.2% in PCP50. In particular, the proposed method requires fewer training epochs and a less complex model architecture. We will release our source codes, pretrained models, and online demos to facilitate further studies.
