自监督视觉 Transformer 中的涌现特性

Emerging Properties in Self-Supervised Vision Transformers

玛蒂尔德·卡龙 Mathilde Caron · Meta AI · 2021-04-29 · arXiv:2104.14294 ↗ · 被引 9534

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

本文探讨自监督学习是否为视觉 Transformer(ViT)带来区别于卷积网络(convnet)的新特性。除了自监督方法在此架构上表现尤佳外,我们观察到:首先,自监督 ViT 特征包含图像的显式语义分割信息,这在监督 ViT 或 convnet 中并不明显;其次,这些特征也是优秀的 k-NN 分类器,在小型 ViT 上 ImageNet top-1 准确率达 78.3%。研究还强调了动量编码器、多裁剪训练以及 ViT 中小 patch 的使用。我们将发现整合为简单自监督方法 DINO,可视为无标签的自蒸馏。通过 ViT-Base,DINO 在 ImageNet 线性评估中达到 80.1% top-1 准确率,展现了 DINO 与 ViT 的协同效应。

In this paper, we question if self-supervised learning provides new properties to Vision Transformer (ViT) that stand out compared to convolutional networks (convnets). Beyond the fact that adapting self-supervised methods to this architecture works particularly well, we make the following observations: first, self-supervised ViT features contain explicit information about the semantic segmentation of an image, which does not emerge as clearly with supervised ViTs, nor with convnets. Second, these features are also excellent k-NN classifiers, reaching 78.3% top-1 on ImageNet with a small ViT. Our study also underlines the importance of momentum encoder, multi-crop training, and the use of small patches with ViTs. We implement our findings into a simple self-supervised method, called DINO, which we interpret as a form of self-distillation with no labels. We show the synergy between DINO and ViTs by achieving 80.1% top-1 on ImageNet in linear evaluation with ViT-Base.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 15)

阅读逐段中英对照全文 →