paper-with-me

Papers

A Hierarchical Bayesian Model for Deep Few-Shot Meta Learning

2023-06-16 · Minyoung Kim, Timothy Hospedales

We propose a novel hierarchical Bayesian model for learning with a large (possibly infinite) number of tasks/episodes, which suits well the few-shot meta learning problem. We consider episode-wise random variables to model episode-specific target generative processes, where these local random variables are governed by a higher-level global random variate. The global variable helps memorize the important information from historic episodes while controlling how much the model needs to be adapted to new episodes in a principled Bayesian manner. Within our model framework, the prediction on a novel episode/task can be seen as a Bayesian inference problem. However, a main obstacle in learning with a large/infinite number of local random variables in online nature, is that one is not allowed to store the posterior distribution of the current local random variable for frequent future updates, typical in conventional variational inference. We need to be able to treat each local variable as a one-time iterate in the optimization. We propose a Normal-Inverse-Wishart model, for which we show that this one-time iterate optimization becomes feasible due to the approximate closed-form solutions for the local posterior distributions. The resulting algorithm is more attractive than the MAML in that it is not required to maintain computational graphs for the whole gradient optimization steps per episode. Our approach is also different from existing Bayesian meta learning methods in that unlike dealing with a single random variable for the whole episodes, our approach has a hierarchical structure that allows one-time episodic optimization, desirable for principled Bayesian learning with many/infinite tasks. The code is available at \url{https://github.com/minyoungkim21/niwmeta}.

📄 PDF Abstract BibTeX arXiv:2306.09702

Code (1)

minyoungkim21/niwmeta 공식 구현 pytorch

Tasks

Bayesian InferenceMeta-LearningVariational Inference

Methods 이 논문이 사용한 방법론

MAML 설명 없음

Similar Papers 제목 키워드 기반

Gradient-EM Bayesian Meta-learning

2020-06-21 · NeurIPS 2020 12 · Yayi Zou, Xiaoqi Lu

Bayesian meta-learning enables robust and fast adaptation to new tasks with uncertainty assessment. The key idea behind Bayesian meta-learning is empirical Bayes inference of hierarchical model. In this work, we extend t…

Computational EfficiencyFew-Shot Image Classificationimage-classificationImage Classification+2

Reconciling meta-learning and continual learning with online mixtures of tasks

2018-12-14 · NeurIPS 2019 12 · Ghassen Jerfel, Erin Grant, Thomas L. Griffiths, Katherine Heller

Learning-to-learn or meta-learning leverages data-driven inductive bias to increase the efficiency of learning on a novel task. This approach encounters difficulty when transfer is not advantageous, for instance, when ta…

Continual LearningFew-Shot LearningInductive BiasMeta-Learning

Modulating transfer between tasks in gradient-based meta-learning

2019-05-01 · ICLR 2019 5 · Erin Grant, Ghassen Jerfel, Katherine Heller, Thomas L. Griffiths

Learning-to-learn or meta-learning leverages data-driven inductive bias to increase the efficiency of learning on a novel task. This approach encounters difficulty when transfer is not mutually beneficial, for instance, …

DiversityInductive BiasMeta-Learning

Bayesian Online Meta-Learning

2020-09-28 · Pauching Yap, Hippolyt Ritter, David Barber

Neural networks are known to suffer from catastrophic forgetting when trained on sequential datasets. While there have been numerous attempts to solve this problem for large-scale supervised classification, little has be…

ClassificationMeta-LearningVariational Inference

Recasting Gradient-Based Meta-Learning as Hierarchical Bayes

2018-01-26 · ICLR 2018 1 · Erin Grant, Chelsea Finn, Sergey Levine, Trevor Darrell 외

Meta-learning allows an intelligent agent to leverage prior learning episodes as a basis for quickly improving performance on a novel task. Bayesian hierarchical modeling provides a theoretical framework for formalizing …

Meta-Learning