> For the complete documentation index, see [llms.txt](https://lichangbin.gitbook.io/paper_notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lichangbin.gitbook.io/paper_notes/nov/adversarially-robust-few-shot-learning-a-meta-learning-approach.md).

# Adversarially Robust Few-Shot Learning: A Meta-Learning Approach

## Motivation

FSL methods are highly vulnerable to adversarial examples.&#x20;

The goal of this paper is to produce NN which both perform well at few-shot classification tasks and simultaneously robust to adversarial examples.

## Reference

* <https://arxiv.org/pdf/1910.00982.pdf>
