LGNEJul 17, 2023

Q(D)O-ES: Population-based Quality (Diversity) Optimisation for Post Hoc Ensemble Selection in AutoML

arXiv:2307.08364v210 citationsh-index: 78
Originality Incremental advance
AI Analysis

This work addresses the problem of improving ensemble selection in AutoML for practitioners, but it is incremental as it builds on existing ensemble techniques with modest gains.

The paper tackled the suboptimality of greedy ensemble selection in AutoML by introducing population-based methods QO-ES and QDO-ES, which often outranked GES on 71 classification datasets, though with statistical significance only on validation data.

Automated machine learning (AutoML) systems commonly ensemble models post hoc to improve predictive performance, typically via greedy ensemble selection (GES). However, we believe that GES may not always be optimal, as it performs a simple deterministic greedy search. In this work, we introduce two novel population-based ensemble selection methods, QO-ES and QDO-ES, and compare them to GES. While QO-ES optimises solely for predictive performance, QDO-ES also considers the diversity of ensembles within the population, maintaining a diverse set of well-performing ensembles during optimisation based on ideas of quality diversity optimisation. The methods are evaluated using 71 classification datasets from the AutoML benchmark, demonstrating that QO-ES and QDO-ES often outrank GES, albeit only statistically significant on validation data. Our results further suggest that diversity can be beneficial for post hoc ensembling but also increases the risk of overfitting.

Foundations

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

Your Notes