CVNov 28, 2022

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

arXiv:2211.15180v12 citationsh-index: 54
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in robust meta-learning for few-shot learning tasks, offering an incremental improvement to enhance model accuracy while maintaining adversarial robustness.

The paper tackles the problem of clean accuracy dropping in robust model-agnostic meta-learning (MAML) due to robustness-promoting regularization, and finds that increasing the number of training shots mitigates this issue, improving clean accuracy without much loss of robustness and outperforming prior methods in trade-off experiments.

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 solution for robust MAML is to introduce robustness-promoting regularization during meta-training stage. With such a regularization, previous robust MAML methods simply follow the typical MAML practice that the number of training shots should match with the number of test shots to achieve an optimal adaptation performance. However, although the robustness can be largely improved, previous methods sacrifice clean accuracy a lot. In this paper, we observe that introducing robustness-promoting regularization into MAML reduces the intrinsic dimension of clean sample features, which results in a lower capacity of clean representations. This may explain why the clean accuracy of previous robust MAML methods drops severely. Based on this observation, we propose a simple strategy, i.e., increasing the number of training shots, to mitigate the loss of intrinsic dimension caused by robustness-promoting regularization. Though simple, our method remarkably improves the clean accuracy of MAML without much loss of robustness, producing a robust yet accurate model. Extensive experiments demonstrate that our method outperforms prior arts in achieving a better trade-off between accuracy and robustness. Besides, we observe that our method is less sensitive to the number of fine-tuning steps during meta-training, which allows for a reduced number of fine-tuning steps to improve training efficiency.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes