人物再識別(ReID)は、異なるカメラで同じ人物を見つけることを目的としています。このようなシステムをトレーニングするには、通常、監視カメラから大量のクロスカメラ歩行者に注釈を付ける必要があり、これは特にカメラの数が多い場合は手間がかかります。別の方法として、このホワイトペーパーでは、トレーニングセットの各人物が1台のカメラにのみ表示される未探索の単一カメラトレーニング(SCT)設定でReIDを調査します。私たちの知る限り、この設定はこれまで研究されたことはありません。 SCTは、低コストのデータ収集と注釈の利点を享受しているため、ReIDシステムを真新しい環境で訓練することが容易になります。ただし、従来のアプローチでは差別的な特徴を抽出するために大きく依存している、クロスカメラの人物の出現がないため、大きな課題が生じます。 SCT設定の課題に対処する鍵は、クロスカメラアノテーションを補完する効果的なメカニズムを設計することにあります。特徴抽出のための通常の深いネットワークから始め、それに基づいて、マルチカメラ負損失(MCNL)という名前の新しい損失関数を提案します。これは、確率に動機付けられるメトリック学習損失であり、マルチカメラシステムでは、1つの画像が同じカメラの最も類似したネガティブサンプルよりも他のカメラの最も類似したネガティブサンプルに近い可能性が高いことを示唆しています。実験では、MCNLはSCT設定でReIDの精度を大幅に向上させます。これにより、新しいターゲットシーンで優れたパフォーマンスのReIDシステムを迅速に展開できます。
Person re-identification (ReID) aims at finding the same person in different cameras. Training such systems usually requires a large amount of cross-camera pedestrians to be annotated from surveillance videos, which is labor-consuming especially when the number of cameras is large. Differently, this paper investigates ReID in an unexplored single-camera-training (SCT) setting, where each person in the training set appears in only one camera. To the best of our knowledge, this setting was never studied before. SCT enjoys the advantage of low-cost data collection and annotation, and thus eases ReID systems to be trained in a brand new environment. However, it raises major challenges due to the lack of cross-camera person occurrences, which conventional approaches heavily rely on to extract discriminative features. The key to dealing with the challenges in the SCT setting lies in designing an effective mechanism to complement cross-camera annotation. We start with a regular deep network for feature extraction, upon which we propose a novel loss function named multi-camera negative loss (MCNL). This is a metric learning loss motivated by probability, suggesting that in a multi-camera system, one image is more likely to be closer to the most similar negative sample in other cameras than to the most similar negative sample in the same camera. In experiments, MCNL significantly boosts ReID accuracy in the SCT setting, which paves the way of fast deployment of ReID systems with good performance on new target scenes.