1: \begin{abstract}
2: % As a popular approach for addressing data scarcity in deep learning, few-shot meta-learning aims to learn eļ¬cient learning algorithms that can learn new tasks quickly.
3: Model-agnostic meta learning (MAML) is currently one of the dominating approaches for few-shot meta-learning. Albeit its effectiveness, the optimization of MAML can be challenging due to the innate bilevel problem structure. Specifically, the loss landscape of MAML is much more complex with possibly more saddle points and local minimizers than its empirical risk minimization counterpart.
4: %MAML is simple, elegant and very powerful. However, it is difficult to train. Part of the reason is that due to the bilevel problem structure, the loss landscape of MAML is much complex with possibly many more saddle points and local minima than its empirical risk minimization counterpart.
5: To address this challenge, we leverage the recently invented sharpness-aware minimization and develop a sharpness-aware MAML approach that we term Sharp-MAML. We empirically demonstrate that Sharp-MAML and its computation-efficient variant can outperform the plain-vanilla MAML baseline (e.g., $+3\%$ accuracy on Mini-Imagenet). We complement the empirical study with the convergence rate analysis and the generalization bound of Sharp-MAML. To the best of our knowledge, this is the first empirical and theoretical study on sharpness-aware minimization in the context of bilevel learning. The code is available at \url{https://github.com/mominabbass/Sharp-MAML}.
6: \end{abstract}
7: