CVAINov 8, 2021

Hybrid BYOL-ViT: Efficient approach to deal with small datasets

arXiv:2111.04845v22 citationsHas Code
AI Analysis

This addresses the challenge of training robust models with limited labeled data, particularly for image classification tasks, though it appears incremental as it combines existing self-supervised and transformer methods.

The paper tackled the problem of poor generalization in supervised learning on small datasets by using self-supervised learning to extract low-level features, which improved Vision Transformer performance on the STL-10 dataset from 41.66% to 83.25%.

Supervised learning can learn large representational spaces, which are crucial for handling difficult learning tasks. However, due to the design of the model, classical image classification approaches struggle to generalize to new problems and new situations when dealing with small datasets. In fact, supervised learning can lose the location of image features which leads to supervision collapse in very deep architectures. In this paper, we investigate how self-supervision with strong and sufficient augmentation of unlabeled data can train effectively the first layers of a neural network even better than supervised learning, with no need for millions of labeled data. The main goal is to disconnect pixel data from annotation by getting generic task-agnostic low-level features. Furthermore, we look into Vision Transformers (ViT) and show that the low-level features derived from a self-supervised architecture can improve the robustness and the overall performance of this emergent architecture. We evaluated our method on one of the smallest open-source datasets STL-10 and we obtained a significant boost of performance from 41.66% to 83.25% when inputting low-level features from a self-supervised learning architecture to the ViT instead of the raw images.

Foundations

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

Your Notes