Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Learning to Disentangle Scenes for Person Re-identification

About

There are many challenging problems in the person re-identification (ReID) task, such as the occlusion and scale variation. Existing works usually tried to solve them by employing a one-branch network. This one-branch network needs to be robust to various challenging problems, which makes this network overburdened. This paper proposes to divide-and-conquer the ReID task. For this purpose, we employ several self-supervision operations to simulate different challenging problems and handle each challenging problem using different networks. Concretely, we use the random erasing operation and propose a novel random scaling operation to generate new images with controllable characteristics. A general multi-branch network, including one master branch and two servant branches, is introduced to handle different scenes. These branches learn collaboratively and achieve different perceptive abilities. In this way, the complex scenes in the ReID task are effectively disentangled, and the burden of each branch is relieved. The results from extensive experiments demonstrate that the proposed method achieves state-of-the-art performances on three ReID benchmarks and two occluded ReID benchmarks. Ablation study also shows that the proposed scheme and operations significantly improve the performance in various scenes. The code is available at https://git.openi.org.cn/zangxh/LDS.git.

Xianghao Zang, Ge Li, Wei Gao, Xiujun Shu• 2021

Related benchmarks

TaskDatasetResultRank
Person Re-IdentificationMarket1501 (test)
Rank-1 Accuracy96.17
1264
Person Re-IdentificationMarket 1501
mAP90.3
1136
Person Re-IdentificationDuke MTMC-reID (test)
Rank-192.91
1023
Person Re-IdentificationDukeMTMC-reID
Rank-1 Acc91.5
667
Person Re-IdentificationMSMT17
mAP0.672
546
Person Re-IdentificationMSMT17 (test)
Rank-1 Acc88.35
517
Person Re-IdentificationMarket-1501 (test)
Rank-195.8
417
Person Re-IdentificationOccluded-Duke (test)
Rank-1 Acc64.3
201
Person Re-IdentificationMarket1501
mAP0.904
143
Person Re-IdentificationOccluded-Duke
mAP0.557
131
Showing 10 of 13 rows

Other info

Code

Follow for update