CVAIOct 31, 2023

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

arXiv:2310.20704v226 citationsh-index: 9Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of data efficiency for ViT users in computer vision, offering an incremental improvement over existing self-supervised learning methods.

The study tackled the challenge of training Vision Transformers (ViTs) with limited data by jointly optimizing them for a primary task and a Self-Supervised Auxiliary Task (SSAT), finding that this approach improves performance over sequential pre-training and fine-tuning, as demonstrated on 10 datasets with reduced carbon footprint.

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.

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