iBOT:基于在线分词器的图像 BERT 预训练

iBOT: Image BERT Pre-Training with Online Tokenizer

周靖皓 Jinghao Zhou · ByteDance Seed · 2021-11-15 · arXiv:2111.07832 ↗ · 被引 1124

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

摘要 · Abstract

语言 Transformer 的成功主要归功于掩码语言建模(MLM)这一预文本任务,其中文本首先被分词为语义上有意义的片段。在这项工作中,我们研究了掩码图像建模(MIM),并指出了使用语义上有意义的视觉分词器的优势和挑战。我们提出了一个自监督框架 iBOT,它可以通过在线分词器执行掩码预测。具体来说,我们在掩码补丁令牌上执行自蒸馏,并将教师网络作为在线分词器,同时在类别令牌上进行自蒸馏以获取视觉语义。在线分词器与 MIM 目标联合学习,无需多阶段训练流程(即分词器需要预先训练)。我们通过在线性探测中达到 82.3%的准确率,在 ImageNet-1K 微调中达到 87.8%的准确率,展示了 iBOT 的优越性。除了最先进的图像分类结果外,我们强调了新兴的局部语义模式,这有助于模型获得对常见损坏的强鲁棒性,并在密集下游任务(如目标检测、实例分割和语义分割)上取得领先结果。

The success of language Transformers is primarily attributed to the pretext task of masked language modeling (MLM), where texts are first tokenized into semantically meaningful pieces. In this work, we study masked image modeling (MIM) and indicate the advantages and challenges of using a semantically meaningful visual tokenizer. We present a self-supervised framework iBOT that can perform masked prediction with an online tokenizer. Specifically, we perform self-distillation on masked patch tokens and take the teacher network as the online tokenizer, along with self-distillation on the class token to acquire visual semantics. The online tokenizer is jointly learnable with the MIM objective and dispenses with a multi-stage training pipeline where the tokenizer needs to be pre-trained beforehand. We show the prominence of iBOT by achieving an 82.3% linear probing accuracy and an 87.8% fine-tuning accuracy evaluated on ImageNet-1K. Beyond the state-of-the-art image classification results, we underline emerging local semantic patterns, which helps the models to obtain strong robustness against common corruptions and achieve leading results on dense downstream tasks, eg., object detection, instance segmentation, and semantic segmentation.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 14)

阅读逐段中英对照全文 →