Bayesian Model-Agnostic Meta-Learning

Abstract

Due to the inherent model uncertainty, learning to infer Bayesian posterior from a few-shot dataset is an important step towards robust meta-learning. In this paper, we propose a novel Bayesian model-agnostic meta-learning method. The proposed method combines efficient gradient-based meta-learning with nonparametric variational inference in a principled probabilistic framework. Unlike previous methods, during fast adaptation, the method is capable of learning complex uncertainty structure beyond a simple Gaussian approximation, and during meta-update, a novel Bayesian mechanism prevents meta-level overfitting. Remaining a gradient-based method, it is also the first Bayesian model-agnostic meta-learning method applicable to various tasks including reinforcement learning. Experiment results show the accuracy and robustness of the proposed method in sinusoidal regression, image classification, active learning, and reinforcement learning.

Cite

Text

Yoon et al. "Bayesian Model-Agnostic Meta-Learning." Neural Information Processing Systems, 2018.

Markdown

[Yoon et al. "Bayesian Model-Agnostic Meta-Learning." Neural Information Processing Systems, 2018.](https://mlanthology.org/neurips/2018/yoon2018neurips-bayesian/)

BibTeX

@inproceedings{yoon2018neurips-bayesian,
  title     = {{Bayesian Model-Agnostic Meta-Learning}},
  author    = {Yoon, Jaesik and Kim, Taesup and Dia, Ousmane and Kim, Sungwoong and Bengio, Yoshua and Ahn, Sungjin},
  booktitle = {Neural Information Processing Systems},
  year      = {2018},
  pages     = {7332-7342},
  url       = {https://mlanthology.org/neurips/2018/yoon2018neurips-bayesian/}
}