SOTAVerified

Cross-Domain Few-Shot Classification via Adversarial Task Augmentation

2021-04-29Code Available1· sign in to hype

Haoqing Wang, Zhi-Hong Deng

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
carsATA-FT5 shot54.28Unverified
carsATA5 shot49.14Unverified
ChestXATA5 shot24.32Unverified
ChestXATA-FT5 shot25.08Unverified
CropDiseaseATA5 shot90.59Unverified
CropDiseaseATA-FT5 shot95.44Unverified
CUBATA-FT5 shot69.83Unverified
CUBATA5 shot66.22Unverified
EuroSATATA5 shot83.75Unverified
EuroSATATA-FT5 shot89.64Unverified
ISIC2018ATA5 shot44.91Unverified
ISIC2018ATA-FT5 shot49.79Unverified
PlacesATA-FT5 shot76.64Unverified
PlacesATA5 shot75.48Unverified
PlantaeATA-FT5 shot58.08Unverified
PlantaeATA5 shot52.69Unverified

Reproductions