Holistic, Instance-Level Human Parsing
Qizhu Li, Anurag Arnab, Philip H.S. Torr

TL;DR
This paper introduces an end-to-end neural network for instance-level human parsing that segments parts of multiple objects simultaneously, accurately identifying individual objects and their parts in complex images.
Contribution
It presents a novel holistic approach combining category-level segmentation with instance-aware reasoning using a differentiable CRF, capable of handling varying numbers of objects.
Findings
Achieves state-of-the-art results in instance-level human segmentation.
Provides competitive category-level part segmentation performance.
Handles multiple objects with a single network pass.
Abstract
Object parsing -- the task of decomposing an object into its semantic parts -- has traditionally been formulated as a category-level segmentation problem. Consequently, when there are multiple objects in an image, current methods cannot count the number of objects in the scene, nor can they determine which part belongs to which object. We address this problem by segmenting the parts of objects at an instance-level, such that each pixel in the image is assigned a part label, as well as the identity of the object it belongs to. Moreover, we show how this approach benefits us in obtaining segmentations at coarser granularities as well. Our proposed network is trained end-to-end given detections, and begins with a category-level segmentation module. Thereafter, a differentiable Conditional Random Field, defined over a variable number of instances for every input image, reasons about the…
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 · Multimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning
