paper-with-me

Papers

DROP: Decouple Re-Identification and Human Parsing with Task-specific Features for Occluded Person Re-identification

2024-01-31 · Shuguang Dou, Xiangyang Jiang, Yuanpeng Tu, Junyao Gao, Zefan Qu, Qingsong Zhao, Cairong Zhao

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.

📄 PDF Abstract BibTeX arXiv:2401.18032

Code (1)

shuguang-52/drop 공식 구현 pytorch

Tasks

Human ParsingMulti-Task LearningOccluded Person Re-IdentificationPerson Re-Identification

Similar Papers 제목 키워드 기반

Decoupled Multi-task Learning with Cyclical Self-Regulation for Face Parsing

2022-03-28 · CVPR 2022 1 · Qingping Zheng, Jiankang Deng, Zheng Zhu, Ying Li 외

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 Learning

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

Word Segmentation as Unsupervised Constituency Parsing

2022-05-01 · ACL 2022 5 · Raquel Alhama

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 ParsingRelationSegmentation

Human Semantic Parsing for Person Re-identification

2018-03-31 · CVPR 2018 6 · Mahdi M. Kalayeh, Emrah Basaran, Muhittin Gokmen, Mustafa E. Kamasak 외

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 Parsing

Beyond Human Parts: Dual Part-Aligned Representations for Person Re-Identification

2019-10-22 · ICCV 2019 10 · Jianyuan Guo, Yuhui Yuan, Lang Huang, Chao Zhang 외

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