このホワイトペーパーでは、1人の人物に1つの画像のみがラベル付けされ、他の画像にはラベルが付けられない、ワンショットの人物再識別問題に取り組むことを目指しています。このタスクは、十分なラベル付きトレーニングデータが不足しているため困難です。この問題に取り組むために、ラベル付けされていない画像サンプルの擬似ラベルを繰り返し推測し、後でラベル付けされたサンプルとともに再識別モデルを更新するために使用することを提案します。新しいサンプリングメカニズムは、距離行列に基づいてラベルなしサンプルから擬似ラベル付きサンプルを選択し、ラベル付きサンプルと擬似ラベル付きサンプルの両方を含むトレーニングトリプレットバッチを形成するように設計されています。また、HSoften-Triplet-Lossを設計して、疑似ラベル付きサンプルの信頼できない性質を考慮して、誤った疑似ラベルの悪影響を和らげます。最後に、敵対学習法を展開して、画像サンプルをさまざまなカメラビューに展開します。私たちの実験は、フレームワークがMarket-1501(mAP 42.7%)およびDukeMTMC-Reidデータセット(mAP 40.3%)で新しい最先端のワンショットRe-IDパフォーマンスを達成することを示しています。コードはまもなく利用可能になります。
In this paper, we aim to tackle the one-shot person re-identification problem where only one image is labelled for each person, while other images are unlabelled. This task is challenging due to the lack of sufficient labelled training data. To tackle this problem, we propose to iteratively guess pseudo labels for the unlabeled image samples, which are later used to update the re-identification model together with the labelled samples. A new sampling mechanism is designed to select unlabeled samples to pseudo labelled samples based on the distance matrix, and to form a training triplet batch including both labelled samples and pseudo labelled samples. We also design an HSoften-Triplet-Loss to soften the negative impact of the incorrect pseudo label, considering the unreliable nature of pseudo labelled samples. Finally, we deploy an adversarial learning method to expand the image samples to different camera views. Our experiments show that our framework achieves a new state-of-the-art one-shot Re-ID performance on Market-1501 (mAP 42.7%) and DukeMTMC-Reid dataset (mAP 40.3%). Code will be available soon.