paper-with-me

홈 › Papers

CDGNet: Class Distribution Guided Network for Human Parsing

2021-11-28 · CVPR 2022 1 · Kunliang Liu, Ouk Choi, Jianming Wang, Wonjun Hwang

The objective of human parsing is to partition a human in an image into constituent parts. This task involves labeling each pixel of the human image according to the classes. Since the human body comprises hierarchically structured parts, each body part of an image can have its sole position distribution characteristic. Probably, a human head is less likely to be under the feet, and arms are more likely to be near the torso. Inspired by this observation, we make instance class distributions by accumulating the original human parsing label in the horizontal and vertical directions, which can be utilized as supervision signals. Using these horizontal and vertical class distribution labels, the network is guided to exploit the intrinsic position distribution of each class. We combine two guided features to form a spatial guidance map, which is then superimposed onto the baseline network by multiplication and concatenation to distinguish the human parts precisely. We conducted extensive experiments to demonstrate the effectiveness and superiority of our method on three well-known benchmarks: LIP, ATR, and CIHP databases.

📄 PDF Abstract BibTeX arXiv:2111.14173

Code (1)

tjpulkl/cdgnet 공식 구현 pytorch

Tasks

Human ParsingPosition

Similar Papers 제목 키워드 기반

CDGNet: A Cross-Time Dynamic Graph-based Deep Learning Model for Traffic Forecasting

2021-12-06 · Yuchen Fang, Yanjun Qin, Haiyong Luo, Fang Zhao 외

Traffic forecasting is important in intelligent transportation systems of webs and beneficial to traffic safety, yet is very challenging because of the complex and dynamic spatio-temporal dependencies in real-world traff…

Decoder

AIParsing: Anchor-free Instance-level Human Parsing

2022-07-14 · Sanyi Zhang, Xiaochun Cao, Guo-Jun Qi, Zhanjie Song 외

Most state-of-the-art instance-level human parsing models adopt two-stage anchor-based detectors and, therefore, cannot avoid the heuristic anchor box design and the lack of analysis on a pixel level. To address these tw…

Human Parsingobject-detectionObject Detection

Human Co-Parsing Guided Alignment for Occluded Person Re-identification

2022-12-20 · IEEE Transactions on Image Processing 2022 12 · Shuguang Dou, Cairong Zhao, Xinyang Jiang, Shanshan Zhang 외

Occluded person re-identification (ReID) is a challenging task due to more background noises and incomplete foreground information. Although existing human parsing-based ReID methods can tackle this problem with semantic…

Human ParsingOccluded Person Re-IdentificationPerson Re-Identification

TruePose: Human-Parsing-guided Attention Diffusion for Full-ID Preserving Pose Transfer

2025-02-05 · Zhihong Xu, Dongxia Wang, Peng Du, Yang Cao 외

Pose-Guided Person Image Synthesis (PGPIS) generates images that maintain a subject's identity from a source image while adopting a specified target pose (e.g., skeleton). While diffusion-based PGPIS methods effectively …

DenoisingHuman ParsingImage GenerationPose Transfer

Adaptive Temporal Encoding Network for Video Instance-level Human Parsing

2018-08-02 · Qixian Zhou, Xiaodan Liang, Ke Gong, Liang Lin

Beyond the existing single-person and multiple-person human parsing tasks in static images, this paper makes the first attempt to investigate a more realistic video instance-level human parsing that simultaneously segmen…

Human ParsingSegmentationSemantic SegmentationVideo Object Segmentation+2