LGFeb 1, 2022

Understanding Cross-Domain Few-Shot Learning Based on Domain Similarity and Few-Shot Difficulty

arXiv:2202.01339v365 citationsHas Code
AI Analysis

This work addresses the challenge of adapting few-shot learning to real-world scenarios with large domain shifts, providing empirical insights and methods for practitioners, though it is incremental in nature.

The paper investigates how domain similarity and few-shot difficulty affect the choice between self-supervised and supervised pre-training in cross-domain few-shot learning, finding that self-supervised pre-training is more beneficial when the target domain is dissimilar to the source or has low few-shot difficulty, and proposes two improved pre-training schemes validated on multiple datasets.

Cross-domain few-shot learning (CD-FSL) has drawn increasing attention for handling large differences between the source and target domains--an important concern in real-world scenarios. To overcome these large differences, recent works have considered exploiting small-scale unlabeled data from the target domain during the pre-training stage. This data enables self-supervised pre-training on the target domain, in addition to supervised pre-training on the source domain. In this paper, we empirically investigate which pre-training is preferred based on domain similarity and few-shot difficulty of the target domain. We discover that the performance gain of self-supervised pre-training over supervised pre-training becomes large when the target domain is dissimilar to the source domain, or the target domain itself has low few-shot difficulty. We further design two pre-training schemes, mixed-supervised and two-stage learning, that improve performance. In this light, we present six findings for CD-FSL, which are supported by extensive experiments and analyses on three source and eight target benchmark datasets with varying levels of domain similarity and few-shot difficulty. Our code is available at https://github.com/sungnyun/understanding-cdfsl.

Code Implementations2 repos
Foundations

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

Your Notes