NESep 30, 2020

Linear Matrix Factorization Embeddings for Single-objective Optimization Landscapes

arXiv:2009.14506v115 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the issue of explainability in algorithm design for optimization problems, but it is incremental as it builds on existing feature-based methods.

The paper tackles the problem of correlated features in automated algorithm selection for black-box optimization by proposing linear matrix factorization for dimensionality reduction, resulting in improved detection of correlations between problem instances.

Automated per-instance algorithm selection and configuration have shown promising performances for a number of classic optimization problems, including satisfiability, AI planning, and TSP. The techniques often rely on a set of features that measure some characteristics of the problem instance at hand. In the context of black-box optimization, these features have to be derived from a set of $(x,f(x))$ samples. A number of different features have been proposed in the literature, measuring, for example, the modality, the separability, or the ruggedness of the instance at hand. Several of the commonly used features, however, are highly correlated. While state-of-the-art machine learning techniques can routinely filter such correlations, they hinder explainability of the derived algorithm design techniques. We therefore propose in this work to pre-process the measured (raw) landscape features through representation learning. More precisely, we show that a linear dimensionality reduction via matrix factorization significantly contributes towards a better detection of correlation between different problem instances -- a key prerequisite for successful automated algorithm design.

Foundations

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

Your Notes