Litcius/Paper detail

CDGNet: Class Distribution Guided Network for Human Parsing

Kunliang Liu, Ouk Choi, Jianming Wang, Wonjun Hwang

20222022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)46 citationsDOI

Abstract

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. <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">†</sup> <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">†</sup> Our code is available at https://github.com/tjpulkl/CDGNet.

Topics & Concepts

Computer scienceConcatenation (mathematics)ParsingClass (philosophy)Artificial intelligencePixelPosition (finance)TorsoPartition (number theory)Image (mathematics)Code (set theory)Pattern recognition (psychology)Set (abstract data type)MathematicsArithmeticProgramming languageCombinatoricsEconomicsMedicineFinanceAnatomyHuman Pose and Action RecognitionMultimodal Machine Learning ApplicationsAdvanced Neural Network Applications
CDGNet: Class Distribution Guided Network for Human Parsing | Litcius