English

Limited Data, Unlimited Potential: A Study on ViTs Augmented by Masked Autoencoders

Computer Vision and Pattern Recognition 2023-12-29 v2 Artificial Intelligence

Abstract

Vision Transformers (ViTs) have become ubiquitous in computer vision. Despite their success, ViTs lack inductive biases, which can make it difficult to train them with limited data. To address this challenge, prior studies suggest training ViTs with self-supervised learning (SSL) and fine-tuning sequentially. However, we observe that jointly optimizing ViTs for the primary task and a Self-Supervised Auxiliary Task (SSAT) is surprisingly beneficial when the amount of training data is limited. We explore the appropriate SSL tasks that can be optimized alongside the primary task, the training schemes for these tasks, and the data scale at which they can be most effective. Our findings reveal that SSAT is a powerful technique that enables ViTs to leverage the unique characteristics of both the self-supervised and primary tasks, achieving better performance than typical ViTs pre-training with SSL and fine-tuning sequentially. Our experiments, conducted on 10 datasets, demonstrate that SSAT significantly improves ViT performance while reducing carbon footprint. We also confirm the effectiveness of SSAT in the video domain for deepfake detection, showcasing its generalizability. Our code is available at https://github.com/dominickrei/Limited-data-vits.

Keywords

Cite

@article{arxiv.2310.20704,
  title  = {Limited Data, Unlimited Potential: A Study on ViTs Augmented by Masked Autoencoders},
  author = {Srijan Das and Tanmay Jain and Dominick Reilly and Pranav Balaji and Soumyajit Karmakar and Shyam Marjit and Xiang Li and Abhijit Das and Michael S. Ryoo},
  journal= {arXiv preprint arXiv:2310.20704},
  year   = {2023}
}

Comments

Accepted to WACV 2024

R2 v1 2026-06-28T13:07:46.281Z