paper-with-me

홈 › Papers

RepParser: End-to-End Multiple Human Parsing with Representative Parts

2022-08-27 · Xiaojia Chen, Xuanhan Wang, Lianli Gao, Jingkuan Song

Existing methods of multiple human parsing usually adopt a two-stage strategy (typically top-down and bottom-up), which suffers from either strong dependence on prior detection or highly computational redundancy during post-grouping. In this work, we present an end-to-end multiple human parsing framework using representative parts, termed RepParser. Different from mainstream methods, RepParser solves the multiple human parsing in a new single-stage manner without resorting to person detection or post-grouping.To this end, RepParser decouples the parsing pipeline into instance-aware kernel generation and part-aware human parsing, which are responsible for instance separation and instance-specific part segmentation, respectively. In particular, we empower the parsing pipeline by representative parts, since they are characterized by instance-aware keypoints and can be utilized to dynamically parse each person instance. Specifically, representative parts are obtained by jointly localizing centers of instances and estimating keypoints of body part regions. After that, we dynamically predict instance-aware convolution kernels through representative parts, thus encoding person-part context into each kernel responsible for casting an image feature as an instance-specific representation.Furthermore, a multi-branch structure is adopted to divide each instance-specific representation into several part-aware representations for separate part segmentation.In this way, RepParser accordingly focuses on person instances with the guidance of representative parts and directly outputs parsing results for each person instance, thus eliminating the requirement of the prior detection or post-grouping.Extensive experiments on two challenging benchmarks demonstrate that our proposed RepParser is a simple yet effective framework and achieves very competitive performance.

📄 PDF Abstract BibTeX arXiv:2208.12908

Code (0)

등록된 구현이 없습니다.

Tasks

Human DetectionHuman Parsing

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Deep Learning Technique for Human Parsing: A Survey and Outlook

2023-01-01 · Lu Yang, Wenhe Jia, Shan Li, Qing Song

Human parsing aims to partition humans in image or video into multiple pixel-level semantic parts. In the last decade, it has gained significantly increased interest in the computer vision community and has been utilized…

Deep LearningHuman ParsingSurvey

Part-Aware Context Network for Human Parsing

2020-06-01 · CVPR 2020 6 · Xiaomei Zhang, Yingying Chen, Bingke Zhu, Jinqiao Wang 외

Recent works have made significant progress in human parsing by exploiting rich contexts. However, human parsing still faces a challenge of how to generate adaptive contextual features for the various sizes and shapes of…

Human Parsing

Renovating Parsing R-CNN for Accurate Multiple Human Parsing

2020-09-20 · ECCV 2020 8 · Lu Yang, Qing Song, Zhihui Wang, Mengjie Hu 외

Multiple human parsing aims to segment various human parts and associate each part with the corresponding instance simultaneously. This is a very challenging task due to the diverse human appearance, semantic ambiguity o…

Human Parsing

End-to-end One-shot Human Parsing

2021-05-04 · Haoyu He, Bohan Zhuang, Jing Zhang, Jianfei Cai 외

Previous human parsing methods are limited to parsing humans into pre-defined classes, which is inflexible for practical fashion applications that often have new fashion item classes. In this paper, we define a novel one…

Human ParsingMetric LearningOne-Shot Segmentation

Semantic Human Parsing via Scalable Semantic Transfer over Multiple Label Domains

2023-04-09 · CVPR 2023 1 · Jie Yang, Chaoqun Wang, Zhen Li, Junle Wang 외

This paper presents Scalable Semantic Transfer (SST), a novel training paradigm, to explore how to leverage the mutual benefits of the data from different label domains (i.e. various levels of label granularity) to train…

Human ParsingRepresentation Learning