HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

Escaping the Big Data Paradigm with Compact Transformers

Ali Hassani; Steven Walton; Nikhil Shah; Abulikemu Abuduweili; Jiachen Li; Humphrey Shi

Escaping the Big Data Paradigm with Compact Transformers

Abstract

With the rise of Transformers as the standard for language processing, and their advancements in computer vision, there has been a corresponding growth in parameter size and amounts of training data. Many have come to believe that because of this, transformers are not suitable for small sets of data. This trend leads to concerns such as: limited availability of data in certain scientific domains and the exclusion of those with limited resource from research in the field. In this paper, we aim to present an approach for small-scale learning by introducing Compact Transformers. We show for the first time that with the right size, convolutional tokenization, transformers can avoid overfitting and outperform state-of-the-art CNNs on small datasets. Our models are flexible in terms of model size, and can have as little as 0.28M parameters while achieving competitive results. Our best model can reach 98% accuracy when training from scratch on CIFAR-10 with only 3.7M parameters, which is a significant improvement in data-efficiency over previous Transformer based models being over 10x smaller than other transformers and is 15% the size of ResNet50 while achieving similar performance. CCT also outperforms many modern CNN based approaches, and even some recent NAS-based approaches. Additionally, we obtain a new SOTA result on Flowers-102 with 99.76% top-1 accuracy, and improve upon the existing baseline on ImageNet (82.71% accuracy with 29% as many parameters as ViT), as well as NLP tasks. Our simple and compact design for transformers makes them more feasible to study for those with limited computing resources and/or dealing with small datasets, while extending existing research efforts in data efficient transformers. Our code and pre-trained models are publicly available at https://github.com/SHI-Labs/Compact-Transformers.

Code Repositories

Benchmarks

BenchmarkMethodologyMetrics
fine-grained-image-classification-on-oxfordCCT-14/7x2
FLOPS: 15G
PARAMS: 22.5M
image-classification-on-cifar-10CCT-6/3x1
Percentage correct: 95.29
image-classification-on-cifar-10CCT-7/3x1*
Percentage correct: 98
image-classification-on-cifar-100CCT-7/3x1*
Percentage correct: 82.72
image-classification-on-cifar-100CCT-6/3x1
PARAMS: 3.17M
Percentage correct: 77.31
image-classification-on-flowers-102CCT-14/7x2
Accuracy: 99.76
image-classification-on-imagenetCCT-14/7x2
GFLOPs: 11.06
Number of params: 22.36M

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Escaping the Big Data Paradigm with Compact Transformers | Papers | HyperAI