Adversarial Feature Augmentation for Cross-domain Few-shot Classification
Yanxu Hu, Andy J. Ma

TL;DR
This paper introduces an adversarial feature augmentation technique to reduce domain gap in cross-domain few-shot classification, improving generalization across diverse datasets.
Contribution
The paper proposes a novel adversarial feature augmentation method that enhances cross-domain few-shot learning by simulating distribution variations through adversarial training.
Findings
Outperforms state-of-the-art methods on nine datasets
Effectively reduces domain discrepancy in few-shot tasks
Easily integrates with existing meta-learning frameworks
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
MethodsBalanced Selection
