Methods › General › Meta-Learning Algorithms › MAML
Model-Agnostic Meta-Learning
MAML
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
MAML, or Model-Agnostic Meta-Learning, is a model and task-agnostic algorithm for meta-learning that trains a model’s parameters such that a small number of gradient updates will lead to fast learning on a new task.
Consider a model represented by a parametrized function f_θ with parameters θ. When adapting to a new task 𝒯ᵢ, the model’s parameters θ become θ′ᵢ. With MAML, the updated parameter vector θ′ᵢ is computed using one or more gradient descent updates on task 𝒯ᵢ. For example, when using one gradient update,
θ′ᵢ = θ- α∇_θℒ_(𝒯ᵢ)(f_θ)
The step size α may be fixed as a hyperparameter or metalearned. The model parameters are trained by optimizing for the performance of f_(θ′ᵢ) with respect to θ across tasks sampled from p(𝒯ᵢ). More concretely the meta-objective is as follows:
min_θ ∑_(𝒯ᵢ ∼p(𝒯)) ℒ_(𝒯ᵢ)(f_(θ′ᵢ)) = ∑_(𝒯ᵢ ∼p(𝒯)) ℒ_(𝒯ᵢ)(f_(θ- α∇_θℒ_(𝒯ᵢ)(f_θ)))
Note that the meta-optimization is performed over the model parameters θ, whereas the objective is computed using the updated model parameters θ′. In effect MAML aims to optimize the model parameters such that one or a small number of gradient steps on a new task will produce maximally effective behavior on that task. The meta-optimization across tasks is performed via stochastic gradient descent (SGD), such that the model parameters θ are updated as follows:
θ←θ- β∇_θ ∑_(𝒯ᵢ ∼p(𝒯)) ℒ_(𝒯ᵢ)(f_(θ′ᵢ))
where β is the meta step size.
Papers archive 2025-07-28
30 shown of 232, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
Joint Antenna Position and Transmit Power Optimization for Pinching Antenna-Assisted ISAC Systems 17 Mar 2025 · 0 repositories · arXiv:2503.12872
-
Riemannian Geometric-based Meta Learning 14 Mar 2025 · 0 repositories · arXiv:2503.10993
-
Resilient UAV Trajectory Planning via Few-Shot Meta-Offline Reinforcement Learning 3 Feb 2025 · 0 repositories · arXiv:2502.01268
-
Age and Power Minimization via Meta-Deep Reinforcement Learning in UAV Networks 24 Jan 2025 · 0 repositories · arXiv:2501.14603
-
TLXML: Task-Level Explanation of Meta-Learning via Influence Functions 24 Jan 2025 · 0 repositories · arXiv:2501.14271
-
One-Class Domain Adaptation via Meta-Learning 22 Jan 2025 · 0 repositories · arXiv:2501.13052
-
Exploring the Efficacy of Meta-Learning: Unveiling Superior Data Diversity Utilization of MAML Over Pre-training 15 Jan 2025 · 0 repositories · arXiv:2501.08506
-
Memory-Reduced Meta-Learning with Guaranteed Convergence 16 Dec 2024 · 0 repositories · arXiv:2412.12030
-
Fast Adaptation with Kernel and Gradient based Meta Leaning 1 Nov 2024 · 0 repositories · arXiv:2411.00404
-
Meta-Learning-Driven Adaptive Codebook Design for Near-Field Communications 10 Oct 2024 · 0 repositories · arXiv:2410.08318
-
A New First-Order Meta-Learning Algorithm with Convergence Guarantees 5 Sep 2024 · 0 repositories · arXiv:2409.03682
-
ARCLE: The Abstraction and Reasoning Corpus Learning Environment for Reinforcement Learning 30 Jul 2024 · 1 repository · arXiv:2407.20806Syntology ran 1 of 1 samples · 0 unverified
-
Agnostic Sharpness-Aware Minimization 11 Jun 2024 · 0 repositories · arXiv:2406.07107
-
Cooperative Meta-Learning with Gradient Augmentation 7 Jun 2024 · 1 repository · arXiv:2406.04639
-
Privacy Challenges in Meta-Learning: An Investigation on Model-Agnostic Meta-Learning 1 Jun 2024 · 0 repositories · arXiv:2406.00249
-
MAML MOT: Multiple Object Tracking based on Meta-Learning 12 May 2024 · 0 repositories · arXiv:2405.07272
-
Lasso Ridge based XGBoost and Deep_LSTM Help Tennis Players Perform better 11 May 2024 · 0 repositories · arXiv:2405.07030
-
Evaluating Fast Adaptability of Neural Networks for Brain-Computer Interface 14 Apr 2024 · 1 repository · arXiv:2404.15350
-
Learning-to-Learn the Wave Angle Estimation 21 Mar 2024 · 0 repositories · arXiv:2403.14306
-
Zero-Shot ECG Classification with Multimodal Learning and Test-time Clinical Knowledge Enhancement 11 Mar 2024 · 2 repositories · arXiv:2403.06659Syntology ran 8 of 12 samples · 4 unverified
-
Decomposed Meta-Learning for Few-Shot Sequence Labeling 4 Mar 2024 · 1 repository
-
FORML: A Riemannian Hessian-free Method for Meta-learning on Stiefel Manifolds 28 Feb 2024 · 0 repositories · arXiv:2402.18605
-
Jointly Learning Representations for Map Entities via Heterogeneous Graph Contrastive Learning 9 Feb 2024 · 0 repositories · arXiv:2402.06135
-
Predicting Configuration Performance in Multiple Environments with Sequential Meta-learning 5 Feb 2024 · 1 repository · arXiv:2402.03183
-
Rethinking the Starting Point: Collaborative Pre-Training for Federated Downstream Tasks 3 Feb 2024 · 0 repositories · arXiv:2402.02225
-
DK-SLAM: Monocular Visual SLAM with Deep Keypoint Learning, Tracking and Loop-Closing 17 Jan 2024 · 0 repositories · arXiv:2401.09160
-
Any-Way Meta Learning 10 Jan 2024 · 0 repositories · arXiv:2401.05097
-
Are LSTMs Good Few-Shot Learners? 22 Oct 2023 · 1 repository · arXiv:2310.14139
-
Understanding Transfer Learning and Gradient-Based Meta-Learning Techniques 9 Oct 2023 · 1 repository · arXiv:2310.06148
-
Task Aware Modulation using Representation Learning: An Approach for Few Shot Learning in Environmental Systems 7 Oct 2023 · 0 repositories · arXiv:2310.04727
Tasks archive 2025-07-28
20 shown of 218 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections