自己監視によるビデオ類似性学習アプローチである S^2VS を紹介します。自己教師あり学習 (SSL) は通常、プロキシ タスクでディープ モデルをトレーニングして、微調整後にターゲット タスクで強力な転送可能性を実現するために使用されます。ここでは、以前の研究とは対照的に、SSL を使用してビデオ類似性学習を実行し、ラベル付きデータを使用せずに複数の検索および検出タスクに一度に対処します。これは、タスクに合わせた増強と広く使用されている InfoNCE 損失を使用したインスタンス識別による学習と、自己相似性とハードネガティブ類似性に共同で作用する追加の損失によって学習することによって達成されます。ビデオのコピーから同じ事件やイベントを描写したビデオまで、さまざまな粒度でビデオの関連性が定義されているタスクで、私たちの方法をベンチマークします。すべてのタスクで最先端のパフォーマンスを達成する単一の普遍的なモデルを学習し、ラベル付きデータを使用する以前に提案された方法を上回ります。コードと事前トレーニング済みのモデルは、https://github.com/gkordo/s2vs で公開されています。
We introduce S^2VS, a video similarity learning approach with self-supervision. Self-Supervised Learning (SSL) is typically used to train deep models on a proxy task so as to have strong transferability on target tasks after fine-tuning. Here, in contrast to prior work, SSL is used to perform video similarity learning and address multiple retrieval and detection tasks at once with no use of labeled data. This is achieved by learning via instance-discrimination with task-tailored augmentations and the widely used InfoNCE loss together with an additional loss operating jointly on self-similarity and hard-negative similarity. We benchmark our method on tasks where video relevance is defined with varying granularity, ranging from video copies to videos depicting the same incident or event. We learn a single universal model that achieves state-of-the-art performance on all tasks, surpassing previously proposed methods that use labeled data. The code and pretrained models are publicly available at: https://github.com/gkordo/s2vs