paper-with-me

홈 › Papers

Rapid Learning or Feature Reuse? Towards Understanding the Effectiveness of MAML

2019-09-19 · ICLR 2020 1 · Aniruddh Raghu, Maithra Raghu, Samy Bengio, Oriol Vinyals

An important research direction in machine learning has centered around developing meta-learning algorithms to tackle few-shot learning. An especially successful algorithm has been Model Agnostic Meta-Learning (MAML), a method that consists of two optimization loops, with the outer loop finding a meta-initialization, from which the inner loop can efficiently learn new tasks. Despite MAML's popularity, a fundamental open question remains -- is the effectiveness of MAML due to the meta-initialization being primed for rapid learning (large, efficient changes in the representations) or due to feature reuse, with the meta initialization already containing high quality features? We investigate this question, via ablation studies and analysis of the latent representations, finding that feature reuse is the dominant factor. This leads to the ANIL (Almost No Inner Loop) algorithm, a simplification of MAML where we remove the inner loop for all but the (task-specific) head of a MAML-trained network. ANIL matches MAML's performance on benchmark few-shot image classification and RL and offers computational improvements over MAML. We further study the precise contributions of the head and body of the network, showing that performance on the test tasks is entirely determined by the quality of the learned features, and we can remove even the head of the network (the NIL algorithm). We conclude with a discussion of the rapid learning vs feature reuse question for meta-learning algorithms more broadly.

📄 PDF Abstract BibTeX arXiv:1909.09157

Code (2)

fmu2/PyTorch-MAML pytorch
learnables/learn2learn pytorch

Tasks

Few-Shot Image ClassificationFew-Shot Learningimage-classificationImage ClassificationMeta-LearningOpen-Ended Question Answering

Methods 이 논문이 사용한 방법론

MAML 설명 없음

Similar Papers 제목 키워드 기반

Representation Change in Model-Agnostic Meta-Learning

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Last year, an exciting adaptation of one of the most popular optimization-based meta-learning approaches, model-agnostic meta-learning (MAML) [Finn et al., 2017], was proposed in - Jaehoon Oh, Hyungjun Yoo, ChangHwan K…

Few-Shot LearningMeta-Learningmodel

Exploring the Similarity of Representations in Model-Agnostic Meta-Learning

2021-05-12 · ICLR Workshop Learning_to_Learn 2021 5 · Thomas Goerttler, Klaus Obermayer

In past years model-agnostic meta-learning (MAML) has been one of the most promising approaches in meta-learning. It can be applied to different kinds of problems, e.g., reinforcement learning, but also shows good result…

Few-Shot LearningMeta-Learning

MAC: A Meta-Learning Approach for Feature Learning and Recombination

2022-09-20 · S. Tiwari, M. Gogoi, S. Verma, K. P. Singh

Optimization-based meta-learning aims to learn an initialization so that a new unseen task can be learned within a few gradient updates. Model Agnostic Meta-Learning (MAML) is a benchmark algorithm comprising two optimiz…

Meta-Learning

MAML is a Noisy Contrastive Learner in Classification

2021-06-29 · ICLR 2022 4 · Chia-Hsiang Kao, Wei-Chen Chiu, Pin-Yu Chen

Model-agnostic meta-learning (MAML) is one of the most popular and widely adopted meta-learning algorithms, achieving remarkable success in various learning problems. Yet, with the unique design of nested inner-loop and …

ClassificationFew-Shot LearningMeta-Learning

To Learn Effective Features: Understanding the Task-Specific Adaptation of MAML

2021-01-01 · Zhijie Lin, Zhou Zhao, Zhu Zhang, Huai Baoxing 외

Meta learning, an effective way for learning unseen tasks with few samples, is an important research area in machine learning. Model Agnostic Meta-Learning~(MAML)~(\cite{finn2017model}) is one of the most well-known grad…

Contrastive LearningMeta-Learning