Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cmteam4/Neural-Modal-ODE-Demo

 
 

Repository files navigation

Neural Modal ODEs

This repository contains a PyTorch implementation of a demonstrative example in the following paper:

Framework

The architecture of Neural Modal ODEs is comprised of:

  • an encoder $\Psi_{\text{NN}}$: performing inference from a handful observational data to the initial conditions of latent quantities $\textbf{z}_0$
  • Physics-informed Neural ODEs (Pi-Neural ODEs): modeling the dynamics of latent quantities structured by a modal representation added by a learning term
  • a decoder $\Phi_p$: emitting the latent quantities to the full-field observational space, enforced by the eigenmodes derived from eigenanalysis of the structural matrices of the (or linearized) physics-based models

Graphical abstract of the framework

Results

In this 4-DOF nonlinear Structural Dynamical System, we only measure $\ddot{x}_1$, $\ddot{x}_3$, $\ddot{x}_4$, and $x_4$:

  • The full-field responses are successfully reconstructed via Neural Modal ODEs.

  • "FEM" in the figure, means the purely physics-based model, where we intentionally introduce model noise into the model. We integrate this "inaccurate" model with observational data via Neural Model ODEs, forming a hybrid model -- the learning term $\text{NN}(\textbf{z})$ parametrized by a feed-forward neural network is capable of rectifying the model inaccuracy/discrepancy.

prediction

Repository Overview

  • bridge_example - implementation on the bridge example.
  • data - generated datasets of the simulated 4-DOF nonlinear system.
  • fem_matlab - data generation for the bridge example.
  • Neural_Modal_ODE_demo.py - main function, managing model training and testing.
  • data_generation.py - function for generating datasets from the simulated 4-DOF nonlinear system.
  • models.py - PyTorch modules for the encoder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.8%
  • MATLAB 16.2%