Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Pose-guided Feature Disentangling for Occluded Person Re-identification Based on Transformer

About

Occluded person re-identification is a challenging task as human body parts could be occluded by some obstacles (e.g. trees, cars, and pedestrians) in certain scenes. Some existing pose-guided methods solve this problem by aligning body parts according to graph matching, but these graph-based methods are not intuitive and complicated. Therefore, we propose a transformer-based Pose-guided Feature Disentangling (PFD) method by utilizing pose information to clearly disentangle semantic components (e.g. human body or joint parts) and selectively match non-occluded parts correspondingly. First, Vision Transformer (ViT) is used to extract the patch features with its strong capability. Second, to preliminarily disentangle the pose information from patch information, the matching and distributing mechanism is leveraged in Pose-guided Feature Aggregation (PFA) module. Third, a set of learnable semantic views are introduced in transformer decoder to implicitly enhance the disentangled body part features. However, those semantic views are not guaranteed to be related to the body without additional supervision. Therefore, Pose-View Matching (PVM) module is proposed to explicitly match visible body parts and automatically separate occlusion features. Fourth, to better prevent the interference of occlusions, we design a Pose-guided Push Loss to emphasize the features of visible body parts. Extensive experiments over five challenging datasets for two tasks (occluded and holistic Re-ID) demonstrate that our proposed PFD is superior promising, which performs favorably against state-of-the-art methods. Code is available at https://github.com/WangTaoAs/PFD_Net

Tao Wang, Hong Liu, Pinhao Song, Tianyu Guo, Wei Shi• 2021

Related benchmarks

TaskDatasetResultRank
Person Re-IdentificationMarket1501 (test)
Rank-1 Accuracy95.5
1264
Person Re-IdentificationDuke MTMC-reID (test)
Rank-191.2
1018
Person Re-IdentificationMarket 1501
mAP89.7
999
Person Re-IdentificationDukeMTMC-reID
Rank-1 Acc91.2
648
Person Re-IdentificationMSMT17
mAP0.651
404
Person Re-IdentificationMarket-1501 (test)
Rank-195.5
384
Person Re-IdentificationOccluded-Duke (test)
Rank-1 Acc69.5
177
Person Re-IdentificationDukeMTMC
R1 Accuracy91.2
120
Person Re-IdentificationOccluded-Duke
mAP0.618
97
Person Re-IdentificationOccluded-REID (test)
Rank-183
89
Showing 10 of 15 rows

Other info

Code

Follow for update