CVMar 14, 2022

Self-Promoted Supervision for Few-Shot Transformer

arXiv:2203.07057v266 citationsh-index: 141
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving few-shot learning performance for vision transformers, which is important for applications with limited labeled data, though it is incremental as it builds on existing few-shot frameworks.

The paper tackles the problem of few-shot learning with vision transformers (ViTs), which underperform CNNs in this setting, by proposing a Self-promoted sUpervisioN (SUN) framework that adds location-specific supervision to accelerate token dependency learning and improve object recognition. Experimental results show that SUN with ViTs surpasses other ViT-based frameworks and achieves higher performance than CNN state-of-the-art methods.

The few-shot learning ability of vision transformers (ViTs) is rarely investigated though heavily desired. In this work, we empirically find that with the same few-shot learning frameworks, \eg~Meta-Baseline, replacing the widely used CNN feature extractor with a ViT model often severely impairs few-shot classification performance. Moreover, our empirical study shows that in the absence of inductive bias, ViTs often learn the low-qualified token dependencies under few-shot learning regime where only a few labeled training data are available, which largely contributes to the above performance degradation. To alleviate this issue, for the first time, we propose a simple yet effective few-shot training framework for ViTs, namely Self-promoted sUpervisioN (SUN). Specifically, besides the conventional global supervision for global semantic learning SUN further pretrains the ViT on the few-shot learning dataset and then uses it to generate individual location-specific supervision for guiding each patch token. This location-specific supervision tells the ViT which patch tokens are similar or dissimilar and thus accelerates token dependency learning. Moreover, it models the local semantics in each patch token to improve the object grounding and recognition capability which helps learn generalizable patterns. To improve the quality of location-specific supervision, we further propose two techniques:~1) background patch filtration to filtrate background patches out and assign them into an extra background class; and 2) spatial-consistent augmentation to introduce sufficient diversity for data augmentation while keeping the accuracy of the generated local supervisions. Experimental results show that SUN using ViTs significantly surpasses other few-shot learning frameworks with ViTs and is the first one that achieves higher performance than those CNN state-of-the-arts.

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