DROP: Decouple Re-Identification and Human Parsing with Task-specific Features for Occluded Person Re-identification
The paper introduces the Decouple Re-identificatiOn and human Parsing (DROP) method for occluded person re-identification (ReID). Unlike mainstream approaches using global features for simultaneous multi-task learning of ReID and human parsing, or relying on semantic information for attention guidance, DROP argues that the inferior performance of the former is due to distinct granularity requirements for ReID and human parsing features. ReID focuses on instance part-level differences between pedestrian parts, while human parsing centers on semantic spatial context, reflecting the internal structure of the human body. To address this, DROP decouples features for ReID and human parsing, proposing detail-preserving upsampling to combine varying resolution feature maps. Parsing-specific features for human parsing are decoupled, and human position information is exclusively added to the human parsing branch. In the ReID branch, a part-aware compactness loss is introduced to enhance instance-level part differences. Experimental results highlight the efficacy of DROP, especially achieving a Rank-1 accuracy of 76.8% on Occluded-Duke, surpassing two mainstream methods. The codebase is accessible at https://github.com/shuguang-52/DROP.
Code (1)
Tasks
Human ParsingMulti-Task LearningOccluded Person Re-IdentificationPerson Re-IdentificationSimilar Papers 제목 키워드 기반
Decoupled Multi-task Learning with Cyclical Self-Regulation for Face Parsing
This paper probes intrinsic factors behind typical failure cases (e.g. spatial inconsistency and boundary confusion) produced by the existing state-of-the-art method in face parsing. To tackle these problems, we propose …
Edge DetectionFace ParsingMulti-Task LearningHuman Co-Parsing Guided Alignment for Occluded Person Re-identification
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-IdentificationWord Segmentation as Unsupervised Constituency Parsing
Word identification from continuous input is typically viewed as a segmentation task. Experiments with human adults suggest that familiarity with syntactic structures in their native language also influences word identif…
Constituency ParsingRelationSegmentationHuman Semantic Parsing for Person Re-identification
Person re-identification is a challenging task mainly due to factors such as background clutter, pose, illumination and camera point of view variations. These elements hinder the process of extracting robust and discrimi…
Person Re-IdentificationRepresentation LearningSemantic ParsingBeyond Human Parts: Dual Part-Aligned Representations for Person Re-Identification
Person re-identification is a challenging task due to various complex factors. Recent studies have attempted to integrate human parsing results or externally defined attributes to help capture human parts or important ob…
Human ParsingPerson Re-Identification