CVAug 23, 2022

Adversarial Feature Augmentation for Cross-domain Few-shot Classification

arXiv:2208.11021v193 citationsh-index: 20Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of generalizing to novel classes across different domains in few-shot learning, which is an incremental improvement over existing meta-learning methods.

The paper tackles the problem of domain discrepancy in cross-domain few-shot classification by proposing an adversarial feature augmentation method, achieving state-of-the-art results on nine datasets.

Existing methods based on meta-learning predict novel-class labels for (target domain) testing tasks via meta knowledge learned from (source domain) training tasks of base classes. However, most existing works may fail to generalize to novel classes due to the probably large domain discrepancy across domains. To address this issue, we propose a novel adversarial feature augmentation (AFA) method to bridge the domain gap in few-shot learning. The feature augmentation is designed to simulate distribution variations by maximizing the domain discrepancy. During adversarial training, the domain discriminator is learned by distinguishing the augmented features (unseen domain) from the original ones (seen domain), while the domain discrepancy is minimized to obtain the optimal feature encoder. The proposed method is a plug-and-play module that can be easily integrated into existing few-shot learning methods based on meta-learning. Extensive experiments on nine datasets demonstrate the superiority of our method for cross-domain few-shot classification compared with the state of the art. Code is available at https://github.com/youthhoo/AFA_For_Few_shot_learning

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