NEAILGOCFeb 7, 2024

A Bandit Approach with Evolutionary Operators for Model Selection

arXiv:2402.05144v21 citationsh-index: 2Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient model selection for machine learning practitioners, offering an incremental improvement by combining existing bandit and evolutionary techniques.

The paper tackles model selection as an infinite-armed bandit problem, proposing Mutant-UCB, which integrates evolutionary operators into the UCB-E algorithm, and demonstrates that it outperforms state-of-the-art methods on three image classification datasets for a fixed budget.

This work formulates model selection as an infinite-armed bandit problem, namely, a problem in which a decision maker iteratively selects one of an infinite number of fixed choices (i.e., arms) when the properties of each choice are only partially known at the time of allocation and may become better understood over time, via the attainment of rewards.Here, the arms are machine learning models to train and selecting an arm corresponds to a partial training of the model (resource allocation).The reward is the accuracy of the selected model after its partial training.We aim to identify the best model at the end of a finite number of resource allocations and thus consider the best arm identification setup. We propose the algorithm Mutant-UCB that incorporates operators from evolutionary algorithms into the UCB-E (Upper Confidence Bound Exploration) bandit algorithm introduced by Audiber et al.Tests carried out on three open source image classification data sets attest to the relevance of this novel combining approach, which outperforms the state-of-the-art for a fixed budget.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes