個人の再識別(re-ID)におけるドメイン適応は、常に挑戦的な仕事でした。この作業では、ターゲットドメインのサンプルに存在する自然な類似の特性を利用して、教師なしで個人の再IDを実行する方法を学習します。具体的には、ラベル付けされていないサンプルの潜在的な類似性(グローバルボディからローカルパーツ)を活用して、異なるビューから複数のクラスターを自動的に構築する自己類似性グループ化(SSG)アプローチを提案します。次に、これらの独立したクラスターにラベルが割り当てられます。ラベルは、トレーニングプロセスを監視する疑似IDとして機能します。モデルが安定するまで、このようなグループ化とトレーニングのプロセスを繰り返し代替的に実行します。明らかに簡素化されているにもかかわらず、当社のSSGは、mAPでそれぞれ最新技術よりも4.6%(DukeMTMCからMarket1501)および4.4%(Market1501からDukeMTMC)優れています。 SSGでは、オープンセット設定でワンショットドメイン適応を実行するために、SSG ++という名前のクラスタリングガイド付き半教師付きアプローチをさらに導入します(つまり、ターゲットドメインからの独立したIDの数は不明です)。ラベリングに多くの労力を費やすことなく、SSG ++は、SSGでのmAPをそれぞれ10.7%と6.9%促進できます。コードはhttps://github.com/OasisYang/SSGから入手できます。
Domain adaptation in person re-identification (re-ID) has always been a challenging task. In this work, we explore how to harness the natural similar characteristics existing in the samples from the target domain for learning to conduct person re-ID in an unsupervised manner. Concretely, we propose a Self-similarity Grouping (SSG) approach, which exploits the potential similarity (from global body to local parts) of unlabeled samples to automatically build multiple clusters from different views. These independent clusters are then assigned with labels, which serve as the pseudo identities to supervise the training process. We repeatedly and alternatively conduct such a grouping and training process until the model is stable. Despite the apparent simplify, our SSG outperforms the state-of-the-arts by more than 4.6% (DukeMTMC to Market1501) and 4.4% (Market1501 to DukeMTMC) in mAP, respectively. Upon our SSG, we further introduce a clustering-guided semisupervised approach named SSG ++ to conduct the one-shot domain adaption in an open set setting (i.e. the number of independent identities from the target domain is unknown). Without spending much effort on labeling, our SSG ++ can further promote the mAP upon SSG by 10.7% and 6.9%, respectively. Our Code is available at: https://github.com/OasisYang/SSG .