Parametric Learning of Time-Advancement Operators for Unstable Flame Evolution

Rixin Yu,Erdzan Hodzic
2024-02-15
Abstract:This study investigates the application of machine learning, specifically Fourier Neural Operator (FNO) and Convolutional Neural Network (CNN), to learn time-advancement operators for parametric partial differential equations (PDEs). Our focus is on extending existing operator learning methods to handle additional inputs representing PDE parameters. The goal is to create a unified learning approach that accurately predicts short-term solutions and provides robust long-term statistics under diverse parameter conditions, facilitating computational cost savings and accelerating development in engineering simulations. We develop and compare parametric learning methods based on FNO and CNN, evaluating their effectiveness in learning parametric-dependent solution time-advancement operators for one-dimensional PDEs and realistic flame front evolution data obtained from direct numerical simulations of the Navier-Stokes equations.
Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: how to use machine - learning methods (especially Fourier Neural Operator (FNO) and Convolutional Neural Network (CNN)) to learn time - advancing operators with parameters, in order to accurately predict the short - time solutions of the evolution of unstable flame fronts and provide robust long - time statistics under different parameter conditions. Specifically, the authors focus on extending the existing operator - learning methods to handle additional input parameters, which represent variables in partial differential equations (PDEs). The goal is to create a unified learning method that can accurately predict short - term solutions under multiple parameter conditions and provide robust long - term statistical results. This helps to save computational costs and accelerate the development of engineering simulations. ### Main problems: 1. **Evolution of unstable flame fronts**: The evolution of unstable flame fronts involved in the study is a complex non - linear process, usually described by partial differential equations. 2. **Parameter dependence**: Different parameter values will affect the evolution pattern of the flame front, so a method that can handle parameter changes is required. 3. **Challenges of long - time prediction**: Due to the chaotic characteristics of the system, long - time prediction is very difficult, especially for non - linear systems that are sensitive to initial conditions. ### Solutions: - **Fourier Neural Operator (FNO)** and **Convolutional Neural Network (CNN)** are used to learn time - advancing operators with parameters. - **Parameterization extension**: By introducing additional input parameters, the model can capture the evolution of the flame front under different parameter conditions. - **Short - term and long - term prediction**: It is necessary not only to accurately predict short - term behavior, but also to ensure that the long - term statistical characteristics are similar to the real solutions. ### Methods: 1. **Problem setting**: Define the time - advancing operator $\hat{G}$ with parameters, which maps the input function $v(x)$ and the parameter $\gamma$ to another function $v'(x')$. \[ \hat{G}: (v(x), \gamma) \rightarrow v'(x') \] 2. **Training method**: Use the recursive training method to optimize the model so that it can make multiple consecutive predictions from a single input function. 3. **Model design**: - **Parameterized Convolutional Neural Network (pCNN)**: Consider the influence of parameters by expanding the encoder block. - **Parameterized Fourier Neural Operator (pFNO)**: Include the influence of parameters in different wavenumber ranges by introducing additional learnable complex weights. ### Results: - **Short - term prediction**: All models (pFNO, pFNO*, pCNN) perform well in short - term prediction with relatively small relative errors. - **Long - term statistical characteristics**: pFNO performs excellently in capturing long - term statistical characteristics, especially in the chaotic DT front evolution. - **DL front evolution**: For DL front evolution, pFNO* and pCNN are superior to pFNO in long - term prediction, especially when the noise influence is large. Through these methods, the authors have successfully developed a unified learning framework that can handle parameter changes, providing a new approach for efficient computation in complex engineering simulations.