Data-Efficient Design Exploration through Surrogate-Assisted Illumination
Adam Gaier, Alexander Asteroth, and Jean-Baptiste Mouret

TL;DR
SAIL is a surrogate-assisted illumination algorithm that efficiently explores the design space, producing diverse high-quality solutions with significantly fewer evaluations than traditional methods, aiding designers in understanding possibilities beyond optimality.
Contribution
This paper introduces SAIL, a novel surrogate-assisted illumination algorithm that reduces the number of evaluations needed for diverse design exploration in complex optimization tasks.
Findings
SAIL produces hundreds of diverse, high-performing designs with fewer evaluations.
SAIL effectively maps high-performing designs in 3D aerodynamic problems.
SAIL outperforms MAP-Elites and CMA-ES in evaluation efficiency.
Abstract
Design optimization techniques are often used at the beginning of the design process to explore the space of possible designs. In these domains illumination algorithms, such as MAP-Elites, are promising alternatives to classic optimization algorithms because they produce diverse, high-quality solutions in a single run, instead of only a single near-optimal solution. Unfortunately, these algorithms currently require a large number of function evaluations, limiting their applicability. In this article we introduce a new illumination algorithm, Surrogate-Assisted Illumination (SAIL), that leverages surrogate modeling techniques to create a map of the design space according to user-defined features while minimizing the number of fitness evaluations. On a 2-dimensional airfoil optimization problem SAIL produces hundreds of diverse but high-performing designs with several orders of magnitude…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Multi-Objective Optimization Algorithms
