Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Cross-Domain Few-Shot Classification via Adversarial Task Augmentation

About

Few-shot classification aims to recognize unseen classes with few labeled samples from each class. Many meta-learning models for few-shot classification elaborately design various task-shared inductive bias (meta-knowledge) to solve such tasks, and achieve impressive performance. However, when there exists the domain shift between the training tasks and the test tasks, the obtained inductive bias fails to generalize across domains, which degrades the performance of the meta-learning models. In this work, we aim to improve the robustness of the inductive bias through task augmentation. Concretely, we consider the worst-case problem around the source task distribution, and propose the adversarial task augmentation method which can generate the inductive bias-adaptive 'challenging' tasks. Our method can be used as a simple plug-and-play module for various meta-learning models, and improve their cross-domain generalization capability. We conduct extensive experiments under the cross-domain setting, using nine few-shot classification datasets: mini-ImageNet, CUB, Cars, Places, Plantae, CropDiseases, EuroSAT, ISIC and ChestX. Experimental results show that our method can effectively improve the few-shot classification performance of the meta-learning models under domain shift, and outperforms the existing works. Our code is available at https://github.com/Haoqing-Wang/CDFSL-ATA.

Haoqing Wang, Zhi-Hong Deng• 2021

Related benchmarks

TaskDatasetResultRank
Few-shot classificationCUB (test)
Accuracy66.22
145
5-way Few-shot ClassificationCUB--
95
Few-shot classificationChestX (test)
Accuracy24.32
46
Few-shot Image ClassificationCropDiseases CDFSL (test)--
45
Few-shot Image ClassificationISIC (test)
Accuracy44.91
36
Few-shot classificationPlaces--
36
Cross-domain few-shot classificationCD-FSL benchmark--
33
Few-shot classificationCars--
30
Few-shot classificationPlantae--
30
Few-shot classificationCropDiseases (test)
Accuracy90.59
28
Showing 10 of 24 rows

Other info

Code

Follow for update