This repository contains the material corresponding to the publication: "Separable Physics-Informed Neural Networks for Robust Inverse Quantification in Solid Mechanics" presented at ISRERM 2024 conference. https://www.researchgate.net/publication/385552345_Separable_Physics-Informed_Neural_Networks_for_Robust_Inverse_Quantification_in_Solid_Mechanics
We first consider a simple example introduced by Haghighat et al. (2020)[1]
- PINN vs SPINN:
Ux_time_pfnn_10min_vs_spinn_10min.mp4
- Inverse Quantification:
Ux-Uy_time.mp4
- Robustness to Noise: Adding 10% of standard deviation Gaussian noise to FEM simulated displacement
-
Benchmark Example from Literature: Comparison with other inverse quantification methods, using the benchmark example from Martins et al. (2018) [2]
-
Improved Results: The results presented here are significantly better than those in the paper due to recent improvements:
- Convergence in a few minutes instead of hours for both noise-free and noisy cases.
- More accurate final results: SPINN outperforms other methods for the noisy case.
- These improvements are mainly due to scaling the network outputs which was not done in the paper.
-
No Noise Results: (with 16 simulated DIC points)
Ux-Uy-Sxx-Syy-Sxy_time.mp4
- Adding 10% of Std Deviation Noise: (49 DIC points)
Ux-Uy-Sxx-Syy-Sxy_time.1.mp4
-
Install the custom deepxde library with SPINN implemented : pip install git+/~https://github.com/bonneted/deepxde.git@ISRERM2024
-
Clone the repository.
-
The results .dat files are not stored in the repository due to size constraints. You can generate the results using the parameters in the config files.
[1] R. Juanes, “A deep learning framework for solution and discovery in solid mechanics,” arXiv:2003.02751[cs, stat], May 2020.
[2] J. Martins, A. Andrade-Campos, and S. Thuillier, “Comparison of inverse identification strategies for constitutive mechanical models using full-field measurements,” International Journal of Mechanical Sciences, vol. 145, pp. 330–345, Sep. 2018.
If you use this framework in your research, please consider citing our paper:
@misc{bonnet2024spinniq,
title={Separable Physics-Informed Neural Networks for Robust Inverse Quantification in Solid Mechanics},
author={D. Bonnet-Eymard, A. Persoons, M. GR Faes, D. Moens},
year={2024},
organization={KU Leuven, TU Dortmund University},
howpublished = {Presented at ISRERM conference, Hefei, China},
doi={10.5281/zenodo.14039660}
}