paper-with-me

홈 › Papers

XB-MAML: Learning Expandable Basis Parameters for Effective Meta-Learning with Wide Task Coverage

2024-03-11 · Jae-Jun Lee, Sung Whan Yoon

Meta-learning, which pursues an effective initialization model, has emerged as a promising approach to handling unseen tasks. However, a limitation remains to be evident when a meta-learner tries to encompass a wide range of task distribution, e.g., learning across distinctive datasets or domains. Recently, a group of works has attempted to employ multiple model initializations to cover widely-ranging tasks, but they are limited in adaptively expanding initializations. We introduce XB-MAML, which learns expandable basis parameters, where they are linearly combined to form an effective initialization to a given task. XB-MAML observes the discrepancy between the vector space spanned by the basis and fine-tuned parameters to decide whether to expand the basis. Our method surpasses the existing works in the multi-domain meta-learning benchmarks and opens up new chances of meta-learning for obtaining the diverse inductive bias that can be combined to stretch toward the effective initialization for diverse unseen tasks.

📄 PDF Abstract BibTeX arXiv:2403.06768

Code (1)

johnjaejunlee95/xb-maml 공식 구현 pytorch

Tasks

Inductive BiasMeta-Learning

Similar Papers 제목 키워드 기반

Recasting Gradient-Based Meta-Learning as Hierarchical Bayes

2018-01-26 · ICLR 2018 1 · Erin Grant, Chelsea Finn, Sergey Levine, Trevor Darrell 외

Meta-learning allows an intelligent agent to leverage prior learning episodes as a basis for quickly improving performance on a novel task. Bayesian hierarchical modeling provides a theoretical framework for formalizing …

Meta-Learning

NoRML: No-Reward Meta Learning

2019-03-04 · Yuxiang Yang, Ken Caluwaerts, Atil Iscen, Jie Tan 외

Efficiently adapting to new environments and changes in dynamics is critical for agents to successfully operate in the real world. Reinforcement learning (RL) based approaches typically rely on external reward feedback f…

Meta-LearningReinforcement LearningReinforcement Learning (RL)

Constrained Meta Agnostic Reinforcement Learning

2024-06-20 · Karam Daaboul, Florian Kuhm, Tim Joseph, J. Marius Zoellner

Meta-Reinforcement Learning (Meta-RL) aims to acquire meta-knowledge for quick adaptation to diverse tasks. However, applying these policies in real-world environments presents a significant challenge in balancing rapid …

Meta-LearningMeta Reinforcement Learningreinforcement-learningReinforcement Learning

Alpha MAML: Adaptive Model-Agnostic Meta-Learning

2019-05-17 · Harkirat Singh Behl, Atılım Güneş Baydin, Philip H. S. Torr

Model-agnostic meta-learning (MAML) is a meta-learning technique to train a model on a multitude of learning tasks in a way that primes the model for few-shot learning of new tasks. The MAML algorithm performs well on fe…

Few-Shot LearningGeneral ClassificationMeta-Learningmodel+1

Meta-Learning with a Geometry-Adaptive Preconditioner

2023-04-04 · CVPR 2023 1 · Suhyun Kang, Duhun Hwang, Moonjung Eo, Taesup Kim 외

Model-agnostic meta-learning (MAML) is one of the most successful meta-learning algorithms. It has a bi-level optimization structure where the outer-loop process learns a shared initialization and the inner-loop process …

Few-Shot Image ClassificationFew-Shot LearningMeta-Learning