NEAIJan 23, 2023

RF+clust for Leave-One-Problem-Out Performance Prediction

arXiv:2301.09524v211 citationsh-index: 25
Originality Incremental advance
AI Analysis

This work addresses a specific challenge in evolutionary computation and AutoML for improving algorithm performance prediction on unseen problems, but it is incremental as it builds on existing methods with limited gains.

The paper tackles the problem of poor generalization in leave-one-problem-out performance prediction for automated algorithm selection by proposing an RF+clust method that calibrates random forest predictions with weighted averages from similar problem instances, achieving more accurate predictions for several problems.

Per-instance automated algorithm configuration and selection are gaining significant moments in evolutionary computation in recent years. Two crucial, sometimes implicit, ingredients for these automated machine learning (AutoML) methods are 1) feature-based representations of the problem instances and 2) performance prediction methods that take the features as input to estimate how well a specific algorithm instance will perform on a given problem instance. Non-surprisingly, common machine learning models fail to make predictions for instances whose feature-based representation is underrepresented or not covered in the training data, resulting in poor generalization ability of the models for problems not seen during training.In this work, we study leave-one-problem-out (LOPO) performance prediction. We analyze whether standard random forest (RF) model predictions can be improved by calibrating them with a weighted average of performance values obtained by the algorithm on problem instances that are sufficiently close to the problem for which a performance prediction is sought, measured by cosine similarity in feature space. While our RF+clust approach obtains more accurate performance prediction for several problems, its predictive power crucially depends on the chosen similarity threshold as well as on the feature portfolio for which the cosine similarity is measured, thereby opening a new angle for feature selection in a zero-shot learning setting, as LOPO is termed in machine learning.

Foundations

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

Your Notes