教師なし個人再識別(re-ID)は、ラベルのないデータから個人を検索するための識別表現を学習することを目的としています。最近の手法では、疑似ラベルを使用してこのタスクを実行していますが、これらのラベルは本質的にノイズが多く、精度が低下します。この問題を克服するために、いくつかの疑似ラベル改良方法が提案されていますが、それらは人の再IDに不可欠なきめ細かいローカルコンテキストを無視しています。この論文では、グローバル機能とパーツ機能の間の補完的な関係を採用することにより、ラベルノイズを低減する新しいパーツベースの疑似ラベルリファインメント(PPLR)フレームワークを提案します。具体的には、信頼できる補完関係を活用するために、特徴空間間のk最近傍の類似性として相互一致スコアを設計します。相互合意に基づいて、パーツフィーチャの予測をアンサンブルすることにより、グローバルフィーチャの疑似ラベルを改良します。これにより、グローバルフィーチャクラスタリングのノイズが集合的に軽減されます。各パーツに指定されたラベルの適合性に応じてラベルスムージングを適用することにより、パーツフィーチャの疑似ラベルをさらに改良します。相互合意スコアによって提供される信頼できる補足情報のおかげで、私たちのPPLRは、ノイズの多いラベルの影響を効果的に減らし、豊富なローカルコンテキストで識別表現を学習します。 Market-1501およびMSMT17に関する広範な実験結果は、最先端のパフォーマンスに対する提案された方法の有効性を示しています。コードはhttps://github.com/yoonkicho/PPLRで入手できます。
Unsupervised person re-identification (re-ID) aims at learning discriminative representations for person retrieval from unlabeled data. Recent techniques accomplish this task by using pseudo-labels, but these labels are inherently noisy and deteriorate the accuracy. To overcome this problem, several pseudo-label refinement methods have been proposed, but they neglect the fine-grained local context essential for person re-ID. In this paper, we propose a novel Part-based Pseudo Label Refinement (PPLR) framework that reduces the label noise by employing the complementary relationship between global and part features. Specifically, we design a cross agreement score as the similarity of k-nearest neighbors between feature spaces to exploit the reliable complementary relationship. Based on the cross agreement, we refine pseudo-labels of global features by ensembling the predictions of part features, which collectively alleviate the noise in global feature clustering. We further refine pseudo-labels of part features by applying label smoothing according to the suitability of given labels for each part. Thanks to the reliable complementary information provided by the cross agreement score, our PPLR effectively reduces the influence of noisy labels and learns discriminative representations with rich local contexts. Extensive experimental results on Market-1501 and MSMT17 demonstrate the effectiveness of the proposed method over the state-of-the-art performance. The code is available at https://github.com/yoonkicho/PPLR.