Pith. sign in

REVIEW 13 cited by

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

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 1909.09157 v2 pith:Y75BWMHG submitted 2019-09-19 cs.LG stat.ML

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

classification cs.LG stat.ML
keywords mamllearningfeatureloopreusealgorithmheadinner
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
read the original abstract

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.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 13 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. SpurAudio: A Benchmark for Studying Shortcut Learning in Few-Shot Audio Classification

    cs.CV 2026-05 unverdicted novelty 7.0

    SpurAudio benchmark shows state-of-the-art few-shot audio classifiers suffer large performance drops when background correlations are disrupted, even in large pretrained models.

  2. Second-Order Bilevel Optimization with Accelerated Convergence Rates

    math.OC 2026-05 unverdicted novelty 7.0

    Second-order bilevel methods achieve Õ(ε^{-1.5}) iteration complexity for second-order stationary points, faster than first-order approaches, with a lazy variant improving computational efficiency by √d.

  3. Graph-Conditioned Meta-Optimizer for QAOA Parameter Generation on Multiple Problem Classes

    quant-ph 2026-04 unverdicted novelty 7.0

    A graph-conditioned meta-optimizer learns QAOA parameter trajectories from one problem class and transfers them to others, yielding better initializations than standard methods in an empirical study of 64 settings.

  4. Binomial Gradient-Based Meta-Learning for Enhanced Meta-Gradient Estimation

    cs.LG 2026-04 unverdicted novelty 6.0

    BinomMAML uses a binomial expansion to estimate meta-gradients more accurately than prior approximations, with error bounds that improve on existing methods and decay super-exponentially under mild conditions.

  5. Continual Few-shot Adaptation for Synthetic Fingerprint Detection

    cs.CV 2026-03 unverdicted novelty 6.0

    A continual few-shot adaptation method combining binary cross-entropy and supervised contrastive losses with replay achieves a good trade-off between fast adaptation to unseen synthetic fingerprint styles and retentio...

  6. DUPLE: An Intelligent Cross-Deployment Recognition Framework for Fiber-Optic Perimeter Security under Scarce Target Labels

    cs.LG 2025-11 conditional novelty 6.0

    DUPLE, a dual-domain multi-prototype meta-learning framework with statistical guidance, improves cross-deployment fiber-optic event recognition on two private few-shot benchmarks.

  7. From Trajectories to Instructions: Language-Conditioned Meta-Reinforcement Learning

    cs.LG 2026-07 conditional novelty 5.0

    A language-instruction embedding can replace the gradient-based inner loop of MAML, yielding competitive BabyAI performance with lower per-iteration wall-clock time.

  8. Few-Shot Left Atrial Wall Segmentation in 3D LGE MRI via Meta-Learning

    cs.CV 2026-03 conditional novelty 5.0

    MAML with auxiliary cavity tasks and boundary-aware loss achieves better few-shot 3D left atrial wall segmentation than standard fine-tuning, reaching DSC 0.64 at 5 shots versus 0.52.

  9. DUPLE: An Intelligent Cross-Deployment Recognition Framework for Fiber-Optic Perimeter Security under Scarce Target Labels

    cs.LG 2025-11 unverdicted novelty 5.0

    DUPLE adapts multi-prototype class representations using dual-domain features and sample-specific statistical guidance for more accurate cross-deployment DFOS activity recognition under label scarcity.

  10. Few-Shot Left Atrial Wall Segmentation in 3D LGE MRI via Meta-Learning

    cs.CV 2026-03 unverdicted novelty 4.0

    MAML with auxiliary cavity tasks and boundary loss improves 5-shot LA wall segmentation over standard fine-tuning (DSC 0.54 vs 0.48) and nears fully supervised performance at 20 shots.

  11. CCoMAML: Efficient Cattle Identification Using Cooperative Model-Agnostic Meta-Learning

    cs.CV 2025-09 conditional novelty 4.0

    CCoMAML, a Cooperative MAML variant with a CNN co-learner, reports strong few-shot cattle identification from muzzle images, but its test-set-tuned hyperparameters and best-split reporting weaken the result.

  12. Unsupervised Multi-Attention Meta Transformer for Rotating Machinery Fault Diagnosis

    cs.LG 2025-09 reject novelty 4.0

    MMT-FD combines time-frequency self-supervised alignment, multi-head attention, a Transformer encoder, and MAML meta-learning to reach around 93-99% fault-diagnosis accuracy with 1-10% labeled data in reported experiments.

  13. Meta-Learning and Meta-Reinforcement Learning -- Tracing the Path towards DeepMind's Adaptive Agent

    cs.AI 2026-02 unverdicted novelty 2.0

    A survey provides a task-based formalization of meta-learning and meta-RL while chronicling algorithms that lead to DeepMind's Adaptive Agent.