LGAIJul 20, 2021

Algorithm Selection on a Meta Level

arXiv:2107.09414v123 citations
Originality Incremental advance
AI Analysis

This work addresses the algorithm selection problem for researchers and practitioners in computational optimization, offering an incremental improvement through meta-learning and ensemble methods.

The paper tackles the problem of meta algorithm selection by combining existing algorithm selectors into ensembles, demonstrating that these ensembles significantly outperform single selectors and have the potential to set a new state of the art in algorithm selection.

The problem of selecting an algorithm that appears most suitable for a specific instance of an algorithmic problem class, such as the Boolean satisfiability problem, is called instance-specific algorithm selection. Over the past decade, the problem has received considerable attention, resulting in a number of different methods for algorithm selection. Although most of these methods are based on machine learning, surprisingly little work has been done on meta learning, that is, on taking advantage of the complementarity of existing algorithm selection methods in order to combine them into a single superior algorithm selector. In this paper, we introduce the problem of meta algorithm selection, which essentially asks for the best way to combine a given set of algorithm selectors. We present a general methodological framework for meta algorithm selection as well as several concrete learning methods as instantiations of this framework, essentially combining ideas of meta learning and ensemble learning. In an extensive experimental evaluation, we demonstrate that ensembles of algorithm selectors can significantly outperform single algorithm selectors and have the potential to form the new state of the art in algorithm selection.

Code Implementations1 repo
Foundations

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

Your Notes