Meta-Learning from Learning Curves for Budget-Limited Algorithm Selection
Manh Hung Nguyen, Lisheng Sun-Hosoya (LISN), Isabelle Guyon

TL;DR
This paper introduces a reinforcement learning framework that uses meta-learning from learning curves to efficiently select algorithms within a limited budget, avoiding full training of all candidates.
Contribution
It proposes a novel MDP-based approach with meta-learning to improve algorithm selection from partial learning curves, validated on new benchmarks from international competitions.
Findings
Meta-learning and learning curve progression improve selection accuracy.
The proposed method outperforms heuristic baselines and random search.
Cost-effective baseline performs well when learning curves rarely intersect.
Abstract
Training a large set of machine learning algorithms to convergence in order to select the best-performing algorithm for a dataset is computationally wasteful. Moreover, in a budget-limited scenario, it is crucial to carefully select an algorithm candidate and allocate a budget for training it, ensuring that the limited budget is optimally distributed to favor the most promising candidates. Casting this problem as a Markov Decision Process, we propose a novel framework in which an agent must select in the process of learning the most promising algorithm without waiting until it is fully trained. At each time step, given an observation of partial learning curves of algorithms, the agent must decide whether to allocate resources to further train the most promising algorithm (exploitation), to wake up another algorithm previously put to sleep, or to start training a new algorithm…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification
MethodsSparse Evolutionary Training
