LGCEMLSep 15, 2020

MO-PaDGAN: Reparameterizing Engineering Designs for Augmented Multi-objective Optimization

arXiv:2009.07110v342 citations
Originality Incremental advance
AI Analysis

This addresses a domain-specific problem for engineering design optimization, offering a novel method to enhance Pareto front discovery, though it builds incrementally on existing generative models.

The paper tackled the problem of limited design space coverage and performance in multi-objective optimization for engineering designs by proposing MO-PaDGAN, which integrates a Determinantal Point Processes loss into a GAN to model diversity and performance, resulting in an over 180% improvement in hypervolume indicator compared to existing methods.

Multi-objective optimization is key to solving many Engineering Design problems, where design parameters are optimized for several performance indicators. However, optimization results are highly dependent on how the designs are parameterized. Researchers have shown that deep generative models can learn compact design representations, providing a new way of parameterizing designs to achieve faster convergence and improved optimization performance. Despite their success in capturing complex distributions, existing generative models face three challenges when used for design problems: 1) generated designs have limited design space coverage, 2) the generator ignores design performance, and 3)~the new parameterization is unable to represent designs beyond training data. To address these challenges, we propose MO-PaDGAN, which adds a Determinantal Point Processes based loss function to the generative adversarial network to simultaneously model diversity and (multi-variate) performance. MO-PaDGAN can thus improve the performances and coverage of generated designs, and even generate designs with performances exceeding those from training data. When using MO-PaDGAN as a new parameterization in multi-objective optimization, we can discover much better Pareto fronts even though the training data do not cover those Pareto fronts. In a real-world multi-objective airfoil design example, we demonstrate that MO-PaDGAN achieves, on average, an over 180\% improvement in the hypervolume indicator when compared to the vanilla GAN or other state-of-the-art parameterization methods.

Code Implementations1 repo
Foundations

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

Your Notes