NEMLFeb 13, 2017

Data-Efficient Exploration, Optimization, and Modeling of Diverse Designs through Surrogate-Assisted Illumination

arXiv:1702.03713v251 citations
Originality Incremental advance
AI Analysis

This work addresses the data inefficiency in design optimization for engineers, offering a significant improvement over existing methods but is incremental as it builds on MAP-Elites.

The paper tackles the problem of reducing the number of evaluations needed for design space exploration using the MAP-Elites algorithm by introducing the Surrogate-Assisted Illumination (SAIL) algorithm, which integrates approximative models and intelligent sampling to achieve several orders of magnitude fewer evaluations while producing better-performing solutions in each bin on a 2D airfoil design problem.

The MAP-Elites algorithm produces a set of high-performing solutions that vary according to features defined by the user. This technique has the potential to be a powerful tool for design space exploration, but is limited by the need for numerous evaluations. The Surrogate-Assisted Illumination algorithm (SAIL), introduced here, integrates approximative models and intelligent sampling of the objective function to minimize the number of evaluations required by MAP-Elites. The ability of SAIL to efficiently produce both accurate models and diverse high performing solutions is illustrated on a 2D airfoil design problem. The search space is divided into bins, each holding a design with a different combination of features. In each bin SAIL produces a better performing solution than MAP-Elites, and requires several orders of magnitude fewer evaluations. The CMA-ES algorithm was used to produce an optimal design in each bin: with the same number of evaluations required by CMA-ES to find a near-optimal solution in a single bin, SAIL finds solutions of similar quality in every bin.

Code Implementations4 repos
Foundations

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

Your Notes