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

Body Part-Based Representation Learning for Occluded Person Re-Identification

About

Occluded person re-identification (ReID) is a person retrieval task which aims at matching occluded person images with holistic ones. For addressing occluded ReID, part-based methods have been shown beneficial as they offer fine-grained information and are well suited to represent partially visible human bodies. However, training a part-based model is a challenging task for two reasons. Firstly, individual body part appearance is not as discriminative as global appearance (two distinct IDs might have the same local appearance), this means standard ReID training objectives using identity labels are not adapted to local feature learning. Secondly, ReID datasets are not provided with human topographical annotations. In this work, we propose BPBreID, a body part-based ReID model for solving the above issues. We first design two modules for predicting body part attention maps and producing body part-based features of the ReID target. We then propose GiLt, a novel training scheme for learning part-based representations that is robust to occlusions and non-discriminative local appearance. Extensive experiments on popular holistic and occluded datasets show the effectiveness of our proposed method, which outperforms state-of-the-art methods by 0.7% mAP and 5.6% rank-1 accuracy on the challenging Occluded-Duke dataset. Our code is available at https://github.com/VlSomers/bpbreid.

Vladimir Somers, Christophe De Vleeschouwer, Alexandre Alahi• 2022

Related benchmarks

TaskDatasetResultRank
Person Re-IdentificationDuke MTMC-reID (test)
Rank-191.7
1018
Person Re-IdentificationMarket 1501
mAP89.4
999
Person Re-IdentificationDukeMTMC-reID
Rank-1 Acc92.4
648
Person Re-IdentificationMarket-1501 (test)
Rank-195.7
384
Person Re-IdentificationOccluded-Duke (test)
Rank-1 Acc75.1
177
Person Re-IdentificationOccluded-Duke
mAP0.625
97
Person Re-IdentificationOccluded-REID (test)
Rank-193.8
89
Person Re-IdentificationOccluded-reID
R-183
80
Person Re-IdentificationMarket1501
mAP0.897
57
Person Re-IdentificationOccluded-DukeMTMC
Rank-1 Acc71.3
55
Showing 10 of 14 rows

Other info

Code

Follow for update