A comparison of Single- and Double-generator formalisms for Thermodynamics-Informed Neural Networks

Pau Urdeitx,Icíar Alfaro,David González,Francisco Chinesta,Elías Cueto
2024-04-01
Abstract:The development of inductive biases has been shown to be a very effective way to increase the accuracy and robustness of neural networks, particularly when they are used to predict physical phenomena. These biases significantly increase the certainty of predictions, decrease the error made and allow considerably smaller datasets to be used.
Machine Learning
What problem does this paper attempt to address?
### What problems does this paper attempt to solve? This paper aims to explore and compare the applications of two different generator sub - forms (single generator and double generator formalisms) in Thermodynamics - Informed Neural Networks (TINNs). Specifically, the paper focuses on: 1. **Introducing physical principles to improve prediction accuracy**: - The inductive biases of neural networks have been proven to significantly improve the accuracy and robustness of their predictions of physical phenomena. These biases not only reduce prediction errors but also allow training with smaller data sets. 2. **Ensuring the consistency of thermodynamic principles**: - When there is a lack of knowledge of the specific physical principles of the studied phenomena, thermodynamic principles provide a generally valid constraint. Therefore, the paper focuses on how to ensure that the learning process of the neural network complies with these basic physical laws by introducing thermodynamic principles. 3. **Analysis of the advantages and disadvantages of single - generator and double - generator forms**: - In the dynamic description of non - equilibrium systems, single - generator and double - generator forms are two commonly used methods. Through the study of classical problems and synthetic data, the paper analyzes the advantages and limitations of these two forms, especially their influence on maintaining the system structure during the learning process. 4. **Performance evaluation in practical applications**: - The paper evaluates in detail the performance of these two generator forms in practical applications through two specific problems - discrete problems (such as double - thermoelastic pendulum) and continuous problems (such as Couette flow of Oldroyd - B fluid), and draws conclusions about their respective advantages and disadvantages. ### Summary of mathematical formulas - **Generalized free energy**: \[ F = H+S \] where \(H\) is the Hamiltonian and \(S\) is the entropy. - **Equations of motion**: For the single - generator form: \[ \frac{dz}{dt}=\{\{z, F\}\} \] For the double - generator form: \[ \frac{dz}{dt}=L\frac{\partial(H + S)}{\partial z}+M\frac{\partial(H + S)}{\partial z} \] - **Energy conservation and entropy increase conditions**: \[ \frac{dH}{dt} = 0 \] \[ \frac{dS}{dt}\geq0 \] Through these formulas, the paper shows how to embed thermodynamic principles into neural networks to ensure that the learning results of the model not only conform to physical laws but also have high prediction accuracy.