paper-with-me

Papers

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, when tasks are sufficiently dissimilar or change over time. Here, we use the connection between gradient-based meta-learning and hierarchical Bayes to propose a mixture of hierarchical Bayesian models over the parameters of an arbitrary function approximator such as a neural network. Generalizing the model-agnostic meta-learning (MAML) algorithm, we present a stochastic expectation maximization procedure to jointly estimate parameter initializations for gradient descent as well as a latent assignment of tasks to initializations. This approach better captures the diversity of training tasks as opposed to consolidating inductive biases into a single set of hyperparameters. Our experiments demonstrate better generalization on the standard miniImageNet benchmark for 1-shot classification. We further derive a novel and scalable non-parametric variant of our method that captures the evolution of a task distribution over time as demonstrated on a set of few-shot regression tasks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityInductive BiasMeta-Learning

Similar Papers 제목 키워드 기반

Meta Gradient Boosting Neural Networks

2021-01-01 · Manqing Dong, Lina Yao, Xianzhi Wang, Xiwei Xu 외

Meta-optimization is an effective approach that learns a shared set of parameters across tasks for parameter initialization in meta-learning. A key challenge for meta-optimization based approaches is to determine whether…

Meta-Learningregression

Toward Multimodal Model-Agnostic Meta-Learning

2018-12-18 · Risto Vuorio, Shao-Hua Sun, Hexiang Hu, Joseph J. Lim

Gradient-based meta-learners such as MAML are able to learn a meta-prior from similar tasks to adapt to novel tasks from the same distribution with few gradient updates. One important limitation of such frameworks is tha…

DiversityFew-Shot Image Classificationimage-classificationImage Classification+3

Model-Agnostic Meta-Learning for Multimodal Task Distributions

2018-09-27 · Risto Vuorio, Shao-Hua Sun, Hexiang Hu, Joseph J. Lim

Gradient-based meta-learners such as MAML (Finn et al., 2017) are able to learn a meta-prior from similar tasks to adapt to novel tasks from the same distribution with few gradient updates. One important limitation of su…

DiversityFew-Shot Image Classificationimage-classificationImage Classification+2

MANGO: Meta-Adaptive Network Gradient Optimization for Online Continual Learning

2026-05-18 · Ankita Awasthi, Marco Apolinario, Kaushik Roy arxiv

In Online Continual Learning (OCL), a neural network sequentially learns from a non-stationary data stream in a single-pass with access only to a limited memory replay buffer. This contrasts sharply with off-line continu…

Class Incremental LearningContinual Learning

On Modulating the Gradient for Meta-Learning

2020-08-01 · ECCV 2020 8 · Christian Simon, Piotr Koniusz, Richard Nock, Mehrtash Harandi

Inspired by optimization techniques, we propose a novel meta-learning algorithm with gradient modulation to encourage fast-adaptation of neural networks in the absence of abundant data. Our method, termed ModGrad, is des…

Meta-Learning