人の再識別(ReID)タスクには、オクルージョンやスケールの変動など、多くの困難な問題があります。既存の作品は通常、1つのブランチネットワークを使用してそれらを解決しようとしました。この1つのブランチのネットワークは、さまざまな困難な問題に対して堅牢である必要があり、このネットワークに負担がかかります。このペーパーでは、ReIDタスクを分割統治することを提案します。この目的のために、いくつかの自己監視操作を使用して、さまざまな困難な問題をシミュレートし、さまざまなネットワークを使用してそれぞれの困難な問題を処理します。具体的には、ランダム消去操作を使用し、制御可能な特性を持つ新しい画像を生成するための新しいランダムスケーリング操作を提案します。さまざまなシーンを処理するために、1つのマスターブランチと2つのサーバントブランチを含む一般的なマルチブランチネットワークが導入されています。これらの枝は協力して学び、さまざまな知覚能力を達成します。このようにして、ReIDタスクの複雑なシーンが効果的に解きほぐされ、各ブランチの負担が軽減されます。広範な実験の結果は、提案された方法が3つのReIDベンチマークと2つの閉塞されたReIDベンチマークで最先端のパフォーマンスを達成することを示しています。アブレーション研究はまた、提案されたスキームと操作がさまざまなシーンでのパフォーマンスを大幅に改善することを示しています。コードはhttps://git.openi.org.cn/zangxh/LDS.gitで入手できます。
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.