Our new X account is live! Follow @wizwand_team for updates
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-IdentificationDuke MTMC-reID (test)
Rank-192.91
1018
Person Re-IdentificationMarket 1501
mAP90.3
999
Person Re-IdentificationDukeMTMC-reID
Rank-1 Acc91.5
648
Person Re-IdentificationMSMT17 (test)
Rank-1 Acc88.35
499
Person Re-IdentificationMarket-1501 (test)
Rank-195.8
384
Person Re-IdentificationOccluded-Duke (test)
Rank-1 Acc64.3
177
Person Re-IdentificationOccluded-Duke
mAP0.557
97
Person Re-IdentificationOccluded-DukeMTMC
Rank-1 Acc64.3
55
Person Re-IdentificationP-DukeMTMC
Rank-1 Acc91.9
9
Showing 10 of 11 rows

Other info

Code

Follow for update