CVAILGJun 21, 2022

Few-Max: Few-Shot Domain Adaptation for Unsupervised Contrastive Representation Learning

arXiv:2206.10137v21 citationsh-index: 49
Originality Incremental advance
AI Analysis

This addresses the issue of overfitting in few-shot learning for domain adaptation in self-supervised representation learning, which is incremental as it builds on existing contrastive methods.

The paper tackles the problem of poor generalization in contrastive self-supervised learning when target training data is limited, proposing Few-Max for few-shot domain adaptation and showing it consistently outperforms other methods on datasets like ImageNet, VisDA, and fastMRI.

Contrastive self-supervised learning methods learn to map data points such as images into non-parametric representation space without requiring labels. While highly successful, current methods require a large amount of data in the training phase. In situations where the target training set is limited in size, generalization is known to be poor. Pretraining on a large source data set and fine-tuning on the target samples is prone to overfitting in the few-shot regime, where only a small number of target samples are available. Motivated by this, we propose a domain adaption method for self-supervised contrastive learning, termed Few-Max, to address the issue of adaptation to a target distribution under few-shot learning. To quantify the representation quality, we evaluate Few-Max on a range of source and target datasets, including ImageNet, VisDA, and fastMRI, on which Few-Max consistently outperforms other approaches.

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