Volume-preserving geometric shape optimization of the Dirichlet energy using variational neural networks
Amaury Bélières--Frendo, Emmanuel Franck, Victor Michel-Dansac, Yannick Privat
TL;DR
The paper develops a mesh-free, parallelizable framework to minimize the Dirichlet energy over domains of fixed volume by learning both the PDE solution and a volume-preserving domain transformation. It couples a DeepRitz-style variational neural network for solving Poisson-type PDEs with SympNets that represent volume-preserving domain deformations, enabling joint optimization without explicit shape derivatives. The method handles Dirichlet and Robin boundary conditions, parametric right-hand sides, and Bernoulli-type free-boundary problems, and the authors provide open-source GeSONN code for reproduction and extension. The approach offers a scalable path toward higher-dimensional and more complex PDE shape-optimization problems by remaining mesh-free and highly parallelizable, with demonstrated accuracy against reference solutions in 2D and a clear roadmap for generalization.
Abstract
In this work, we explore the numerical solution of geometric shape optimization problems using neural network-based approaches. This involves minimizing a numerical criterion that includes solving a partial differential equation with respect to a domain, often under geometric constraints like a constant volume. We successfully develop a proof of concept using a flexible and parallelizable methodology to tackle these problems. We focus on a prototypal problem: minimizing the so-called Dirichlet energy with respect to the domain under a volume constraint, involving Poisson's equation in $\mathbb{R}^2$. We use variational neural networks to approximate the solution to Poisson's equation on a given domain, and represent the shape through a neural network that approximates a volume-preserving transformation from an initial shape to an optimal one. These processes are combined in a single optimization algorithm that minimizes the Dirichlet energy. A significant advantage of this approach is its inherent parallelizability, which makes it easy to handle the addition of parameters. Additionally, it does not rely on shape derivative or adjoint calculations. Our approach is tested on Dirichlet and Robin boundary conditions, parametric right-hand sides, and extended to Bernoulli-type free boundary problems. The source code for solving the shape optimization problem is open-source and freely available.
