個人の再識別は、公安やビデオ監視でのさまざまなアプリケーションにより、現実的なシナリオで重要な役割を果たします。最近、大規模なデータセットと強力なコンピューティング パフォーマンスの恩恵を受ける、教師ありまたは半教師なしの学習パラダイムを活用することで、特定のターゲット ドメインで競争力のあるパフォーマンスを達成しました。ただし、Re-ID モデルがターゲット サンプルなしで新しいドメインに直接展開されると、常にパフォーマンスが大幅に低下し、ドメインの一般化が不十分になります。この課題に対処するために、このホワイト ペーパーでは、DMF を提案します。DMF は、個人の再識別タスクに関する一般的なシナリオ向けのディープ マルチモーダル フュージョン ネットワークです。このネットワークでは、事前トレーニング段階で特徴表現の学習を支援するために豊富なセマンティック知識が導入されます。その上で、マルチモーダル フュージョン戦略を導入して、異なるモダリティのデータを同じ特徴空間に変換します。これにより、Re-ID モデルの一般化機能が大幅に向上します。微調整段階では、現実的なデータセットを採用して、事前にトレーニングされたモデルを微調整し、分布を現実世界に合わせます。ベンチマークに関する包括的な実験は、提案された方法が以前のドメイン一般化またはメタ学習方法よりも大幅に優れていることを示しています。ソース コードは、https://github.com/JeremyXSC/DMF でも公開されます。
Person re-identification plays a significant role in realistic scenarios due to its various applications in public security and video surveillance. Recently, leveraging the supervised or semi-unsupervised learning paradigms, which benefits from the large-scale datasets and strong computing performance, has achieved a competitive performance on a specific target domain. However, when Re-ID models are directly deployed in a new domain without target samples, they always suffer from considerable performance degradation and poor domain generalization. To address this challenge, in this paper, we propose DMF, a Deep Multimodal Fusion network for the general scenarios on person re-identification task, where rich semantic knowledge is introduced to assist in feature representation learning during the pre-training stage. On top of it, a multimodal fusion strategy is introduced to translate the data of different modalities into the same feature space, which can significantly boost generalization capability of Re-ID model. In the fine-tuning stage, a realistic dataset is adopted to fine-tine the pre-trained model for distribution alignment with real-world. Comprehensive experiments on benchmarks demonstrate that our proposed method can significantly outperform previous domain generalization or meta-learning methods. Our source code will also be publicly available at https://github.com/JeremyXSC/DMF.