MAML

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2025 Mar 17 20:23
Editor
Edited
Edited
2025 Apr 10 23:37

Model-Agnostic Meta-Learning

Transfer Learning
differs in that its goal is not to reuse model knowledge for new tasks, but rather to find good common initial parameters for meta
  1. Data sampling across diverse tasks
  1. Inner Loop: Back propagate samples for data points
  1. Outer Loop: Compute gradient based on updated parameters for each task
  1. Aggregate gradients from multiple tasks to update initial parameters
 
 
 
 
Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks
We propose an algorithm for meta-learning that is model-agnostic, in the sense that it is compatible with any model trained with gradient descent and applicable to a variety of different learning...
Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks
 

Recommendations