paper-with-me

홈 › Papers

On Fast Adversarial Robustness Adaptation in Model-Agnostic Meta-Learning

2021-02-20 · ICLR 2021 1 · Ren Wang, Kaidi Xu, Sijia Liu, Pin-Yu Chen, Tsui-Wei Weng, Chuang Gan, Meng Wang

Model-agnostic meta-learning (MAML) has emerged as one of the most successful meta-learning techniques in few-shot learning. It enables us to learn a meta-initialization} of model parameters (that we call meta-model) to rapidly adapt to new tasks using a small amount of labeled training data. Despite the generalization power of the meta-model, it remains elusive that how adversarial robustness can be maintained by MAML in few-shot learning. In addition to generalization, robustness is also desired for a meta-model to defend adversarial examples (attacks). Toward promoting adversarial robustness in MAML, we first study WHEN a robustness-promoting regularization should be incorporated, given the fact that MAML adopts a bi-level (fine-tuning vs. meta-update) learning procedure. We show that robustifying the meta-update stage is sufficient to make robustness adapted to the task-specific fine-tuning stage even if the latter uses a standard training protocol. We also make additional justification on the acquired robustness adaptation by peering into the interpretability of neurons' activation maps. Furthermore, we investigate HOW robust regularization can efficiently be designed in MAML. We propose a general but easily-optimized robustness-regularized meta-learning framework, which allows the use of unlabeled data augmentation, fast adversarial attack generation, and computationally-light fine-tuning. In particular, we for the first time show that the auxiliary contrastive learning task can enhance the adversarial robustness of MAML. Finally, extensive experiments are conducted to demonstrate the effectiveness of our proposed methods in robust few-shot learning.

📄 PDF Abstract BibTeX arXiv:2102.10454

Code (1)

wangren09/MetaAdv 공식 구현 pytorch

Tasks

Adversarial AttackAdversarial RobustnessContrastive LearningData AugmentationFew-Shot LearningMeta-Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
MAML 설명 없음

Similar Papers 제목 키워드 기반

Rethinking the Number of Shots in Robust Model-Agnostic Meta-Learning

2022-11-28 · Xiaoyue Duan, Guoliang Kang, Runqi Wang, Shumin Han 외

Robust Model-Agnostic Meta-Learning (MAML) is usually adopted to train a meta-model which may fast adapt to novel classes with only a few exemplars and meanwhile remain robust to adversarial attacks. The conventional sol…

Meta-Learning

Robust Fast Adaptation from Adversarially Explicit Task Distribution Generation

2024-07-28 · Cheems Wang, Yiqin Lv, Yixiu Mao, Yun Qu 외

Meta-learning is a practical learning paradigm to transfer skills across tasks from a few examples. Nevertheless, the existence of task distribution shifts tends to weaken meta-learners' generalization capability, partic…

Meta-Learning

Meta-Learning in Reproducing Kernel Hilbert Space

2021-01-01 · ICLR 2021 1 · Yufan Zhou, Zhenyi Wang, Jiayi Xian, Changyou Chen 외

Model Agnostic Meta Learning (MAML) has emerged as a standard framework for meta learning, where a meta-model is learned with the ability of fast adapting to new tasks. However, as a double-looped optimization problem,…

Meta-Learning

Bayesian Model-Agnostic Meta-Learning

2018-06-11 · NeurIPS 2018 12 · Taesup Kim, Jaesik Yoon, Ousmane Dia, Sungwoong Kim 외

Learning to infer Bayesian posterior from a few-shot dataset is an important step towards robust meta-learning due to the model uncertainty inherent in the problem. In this paper, we propose a novel Bayesian model-agnost…

Active Learningimage-classificationImage ClassificationMeta-Learning+3

Meta-Learning with Neural Tangent Kernels

2021-02-07 · Yufan Zhou, Zhenyi Wang, Jiayi Xian, Changyou Chen 외

Model Agnostic Meta-Learning (MAML) has emerged as a standard framework for meta-learning, where a meta-model is learned with the ability of fast adapting to new tasks. However, as a double-looped optimization problem, M…

Meta-Learning