arXiv reaDer
自己教師あり学習の平均シフト
Mean Shift for Self-Supervised Learning
最新の自己教師あり学習(SSL)アルゴリズムは、画像のインスタンス間を対比するか、画像をクラスター化してから画像クラスター間を対比することにより、特徴を学習します。画像を対比したり、クラスターの構造に多くの事前情報を採用したりせずに、画像をグループ化することによって表現を学習する単純な平均シフトアルゴリズムを紹介します。各画像の埋め込みを単に「シフト」して、隣接する画像の「平均」に近づけます。私たちの設定では、最近傍は常に同じ画像の別の拡張であるため、実験で使用した5つではなく1つの最近傍のみを使用した場合、モデルはBYOLと同じになります。私たちのモデルは、200エポックでResNet50を使用してImageNet線形評価で72.4%を達成し、BYOLを上回っています。私たちのコードはここから入手できます:https://github.com/UMBCvision/MSF
Most recent self-supervised learning (SSL) algorithms learn features by contrasting between instances of images or by clustering the images and then contrasting between the image clusters. We introduce a simple mean-shift algorithm that learns representations by grouping images together without contrasting between them or adopting much of prior on the structure of the clusters. We simply "shift" the embedding of each image to be close to the "mean" of its neighbors. Since in our setting, the closest neighbor is always another augmentation of the same image, our model will be identical to BYOL when using only one nearest neighbor instead of 5 as used in our experiments. Our model achieves 72.4% on ImageNet linear evaluation with ResNet50 at 200 epochs outperforming BYOL. Our code is available here: https://github.com/UMBCvision/MSF
updated: Fri Sep 10 2021 15:25:09 GMT+0000 (UTC)
published: Sat May 15 2021 17:42:19 GMT+0000 (UTC)
参考文献 (このサイトで利用可能なもの) / References (only if available on this site)
被参照文献 (このサイトで利用可能なものを新しい順に) / Citations (only if available on this site, in order of most recent)
Amazon.co.jpアソシエイト