Skip to content

bonneted/ISRERM2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Separable Physics-Informed Neural Networks for Robust Inverse Quantification in Solid Mechanics

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

Contents

1. Analytical Example

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

image

2. Side Loaded Plate

  • 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

How to Use

  1. Install the custom deepxde library with SPINN implemented : pip install git+/~https://github.com/bonneted/deepxde.git@ISRERM2024

  2. Clone the repository.

  3. 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.

References

[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.

Citation

If you use this framework in your research, please consider citing our paper:

DOI

@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}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published