This page is about the research on phase-field methods at the Camille Jordan Institute (ICJ) of the University of Claude-Bernard Lyon 1, France.
Learning phase field mean curvature flows with neural networks, Bretin & Denis & Masnou & Terii, 2022 and on arXiv.
Abstract: We introduce in this paper new and very effective numerical methods based on neural networks for the approximation of the mean curvature flow of either oriented or non-orientable surfaces. To learn the correct interface evolution law, our neural networks are trained on phase field representations of exact evolving interfaces. The structures of the networks draw inspiration from splitting schemes used for the discretization of the Allen-Cahn equation. But when the latter approximate the mean curvature motion of oriented interfaces only, the approach we propose extends very naturally to the non-orientable case. Through a variety of examples, we show that our networks, trained only on flows of smooth and simplistic interfaces, generalize very well to more complex interfaces, either oriented or non-orientable, and possibly with singularities. Furthermore, they can be coupled easily with additional constraints which opens the way to various applications illustrating the flexibility and effectiveness of our approach: mean curvature flows with volume constraint, multiphase mean curvature flows, numerical approximation of Steiner trees or minimal surfaces.
About making a neural network learn a mean curvature flow (oriented or not, isotropic or anisotropic), we have developped a dedicated module nnpf (see also the GitHub repository) that features problems (type of mean curvature flows to learn) and associated datasets, signed distance for many shapes, fast convolution using FFT, visualization...
It relies on PyTorch and Lightning.
In nnpf_paint2d you can find a Python script to play with mean curvature flows in 2D, to add inclusion or exclusion constraints, visually compare oriented and non-oriented flows, isotropic and anisotropic energy...
Three already learned neural networks are included for the oriented isotropic, non-oriented isotropic and non-oriented anisotropic cases.