CVMar 24, 2021

Can Vision Transformers Learn without Natural Images?

arXiv:2103.13023v142 citations
Originality Incremental advance
AI Analysis

This addresses privacy, fairness, and labor issues in large-scale image datasets for computer vision researchers and practitioners, though it is incremental as it builds on existing SSL methods.

The paper tackles the problem of pre-training Vision Transformers without natural images or human-annotated labels, achieving competitive performance on datasets like CIFAR-10 with 97.6% accuracy, partially outperforming methods like SimCLRv2.

Can we complete pre-training of Vision Transformers (ViT) without natural images and human-annotated labels? Although a pre-trained ViT seems to heavily rely on a large-scale dataset and human-annotated labels, recent large-scale datasets contain several problems in terms of privacy violations, inadequate fairness protection, and labor-intensive annotation. In the present paper, we pre-train ViT without any image collections and annotation labor. We experimentally verify that our proposed framework partially outperforms sophisticated Self-Supervised Learning (SSL) methods like SimCLRv2 and MoCov2 without using any natural images in the pre-training phase. Moreover, although the ViT pre-trained without natural images produces some different visualizations from ImageNet pre-trained ViT, it can interpret natural image datasets to a large extent. For example, the performance rates on the CIFAR-10 dataset are as follows: our proposal 97.6 vs. SimCLRv2 97.4 vs. ImageNet 98.0.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes