metallarning
Metallarning, often referred to as meta-learning, is a subfield of machine learning that studies algorithms which learn how to learn. The central idea is to enable models to quickly adapt to new tasks using limited labeled data, by leveraging experience gathered from a distribution of related tasks during training. Rather than solving a single problem, metallearning seeks generically useful models or training procedures that transfer across tasks.
Taxonomy and approaches. Broadly, metallearning methods fall into several classes. Optimization-based methods aim to learn an
Applications and benchmarks. Metallearning is widely studied in few-shot supervised learning, where the goal is to
Challenges and considerations. Major issues include computational complexity, risk of overfitting to the meta-training task distribution,