paper-with-me

홈 › Papers

Cross-Domain Few-Shot Classification via Adversarial Task Augmentation

2021-04-29 · Haoqing Wang, Zhi-Hong Deng

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.

📄 PDF Abstract BibTeX arXiv:2104.14385

Code (1)

Haoqing-Wang/CDFSL-ATA 공식 구현 pytorch

Tasks

ClassificationCross-Domain Few-ShotDomain GeneralizationGeneral ClassificationInductive BiasMeta-Learning

Similar Papers 제목 키워드 기반

Adversarial Feature Augmentation for Cross-domain Few-shot Classification

2022-08-23 · Yanxu Hu, Andy J. Ma

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 t…

ClassificationCross-Domain Few-ShotFew-Shot LearningMeta-Learning

Long-term Cross Adversarial Training: A Robust Meta-learning Method for Few-shot Classification Tasks

2021-06-22 · ICML Workshop AML 2021 7 · Fan Liu, Shuyu Zhao, Xuelong Dai, Bin Xiao

Meta-learning model can quickly adapt to new tasks using few-shot labeled data. However, despite achieving good generalization on few-shot classification tasks, it is still challenging to improve the adversarial robustne…

Adversarial RobustnessClassificationFew-Shot LearningMeta-Learning

Adversarial Style Mining for One-Shot Unsupervised Domain Adaptation

2020-04-13 · NeurIPS 2020 12 · Yawei Luo, Ping Liu, Tao Guan, Junqing Yu 외

We aim at the problem named One-Shot Unsupervised Domain Adaptation. Unlike traditional Unsupervised Domain Adaptation, it assumes that only one unlabeled target sample can be available when learning to adapt. This setti…

Domain Adaptationdomain classificationOne-shot Unsupervised Domain AdaptationStyle Transfer+1

Improving the Generalization of Meta-learning on Unseen Domains via Adversarial Shift

2021-07-23 · Pinzhuo Tian, Yao Gao

Meta-learning provides a promising way for learning to efficiently learn and achieves great success in many applications. However, most meta-learning literature focuses on dealing with tasks from a same domain, making it…

Cross-Domain Few-ShotDomain GeneralizationMeta-Learning

Cross Domain Few-Shot Learning via Meta Adversarial Training

2022-02-11 · Jirui Qi, Richong Zhang, Chune Li, Yongyi Mao

Few-shot relation classification (RC) is one of the critical problems in machine learning. Current research merely focuses on the set-ups that both training and testing are from the same domain. However, in practice, thi…

Cross-Domain Few-Shotcross-domain few-shot learningFew-Shot LearningFew-Shot Relation Classification+1