Physics-Informed Machine Learning for Seismic Response Prediction OF Nonlinear Steel Moment Resisting Frame Structures

2402.17992

YC

0

Reddit

0

Published 4/30/2024 by R. Bailey Bond, Pu Ren, Jerome F. Hajjar, Hao Sun

🔮

Abstract

There is growing interest in using machine learning (ML) methods for structural metamodeling due to the substantial computational cost of traditional simulations. Purely data-driven strategies often face limitations in model robustness, interpretability, and dependency on extensive data. To address these challenges, this paper introduces a novel physics-informed machine learning (PiML) method that integrates scientific principles and physical laws into deep neural networks to model seismic responses of nonlinear structures. The approach constrains the ML model's solution space within known physical bounds through three main features: dimensionality reduction via combined model order reduction and wavelet analysis, long short-term memory (LSTM) networks, and Newton's second law. Dimensionality reduction addresses structural systems' redundancy and boosts efficiency while extracting essential features through wavelet analysis. LSTM networks capture temporal dependencies for accurate time-series predictions. Manipulating the equation of motion helps learn system nonlinearities and confines solutions within physically interpretable results. These attributes allow for model training with sparse data, enhancing accuracy, interpretability, and robustness. Furthermore, a dataset of archetype steel moment resistant frames under seismic loading, available in the DesignSafe-CI Database [1], is considered for evaluation. The resulting metamodel handles complex data better than existing physics-guided LSTM models and outperforms other non-physics data-driven networks.

Create account to get full access

or

If you already have an account, we'll log you in

Overview

  • Growing interest in using machine learning (ML) methods for structural metamodeling due to high computational cost of traditional simulations
  • Purely data-driven ML strategies often face limitations in model robustness, interpretability, and dependency on extensive data
  • This paper introduces a novel physics-informed machine learning (PiML) method that integrates scientific principles and physical laws into deep neural networks to model seismic responses of nonlinear structures

Plain English Explanation

Traditional computer simulations of complex structures like buildings can be very computationally expensive. To address this, researchers are increasingly turning to machine learning methods as an alternative. However, purely data-driven ML approaches often have issues with how robust and interpretable the models are, and they typically require a lot of training data.

This paper introduces a new technique called physics-informed machine learning (PiML) that tries to overcome these limitations. The key idea is to build the ML model in a way that incorporates fundamental scientific principles and physical laws, rather than relying solely on the data. This helps the model learn the underlying nonlinear behavior of the structures more accurately, while also making the results more interpretable and requiring less training data.

The PiML method has three main components:

  1. Dimensionality reduction: This uses a combination of model order reduction and wavelet analysis to distill the essential features of the structural system, making the model more efficient.
  2. Long short-term memory (LSTM) networks: These specialized neural networks are good at capturing the temporal dependencies in time-series data, enabling accurate predictions over time.
  3. Incorporating Newton's second law: By manipulating the equation of motion, the model can learn the system's nonlinearities and keep the solutions within physically meaningful bounds.

The researchers tested this approach on a dataset of steel building frames under seismic loading, and found that the PiML metamodel outperformed other physics-guided and data-driven neural network models. The integration of physical principles allowed for better handling of complex data with sparse training samples, resulting in a more accurate, interpretable, and robust model.

Technical Explanation

The paper introduces a novel physics-informed machine learning (PiML) method to model the seismic responses of nonlinear structural systems. This approach integrates scientific principles and physical laws directly into deep neural networks, addressing the limitations of purely data-driven strategies.

The key features of the PiML framework are:

  1. Dimensionality reduction: The method combines model order reduction and wavelet analysis to extract the essential features of the structural system, reducing problem dimensionality and boosting efficiency.

  2. Long short-term memory (LSTM) networks: These specialized recurrent neural networks are employed to capture the temporal dependencies in the structural response, enabling accurate time-series predictions.

  3. Incorporating Newton's second law: By manipulating the equation of motion, the model learns the nonlinearities of the system and confines the solutions within physically interpretable bounds.

The researchers evaluated the PiML metamodel using a dataset of archetype steel moment resistant frames under seismic loading from the DesignSafe-CI Database. The results show that the PiML approach outperforms existing physics-guided LSTM models and other non-physics-based data-driven networks in handling complex data and sparse training samples, while also providing enhanced accuracy, interpretability, and robustness.

Critical Analysis

The paper presents a compelling approach to address the limitations of purely data-driven machine learning methods for structural metamodeling. By integrating physical principles and scientific laws, the PiML framework aims to improve model robustness, interpretability, and data efficiency.

However, the paper does not discuss the potential challenges in precisely formulating the physical constraints and incorporating them into the neural network architecture. The selection and tuning of the appropriate dimensionality reduction techniques, as well as the hyperparameters of the LSTM networks, may require significant domain expertise and computational effort.

Additionally, the authors acknowledge that the performance of the PiML metamodel may be sensitive to the quality and quantity of the training data. Further research is needed to evaluate the generalizability of the approach to a wider range of structural systems and loading conditions.

It would also be valuable to explore alternative physics-enhanced ML techniques, such as those that leverage self-supervised learning or hybrid optimization approaches, to further enhance the model's performance and interpretability.

Conclusion

This paper presents a novel physics-informed machine learning (PiML) method that integrates scientific principles and physical laws into deep neural networks to model the seismic responses of nonlinear structural systems. By incorporating dimensionality reduction, LSTM networks, and Newton's second law, the PiML framework addresses the limitations of purely data-driven approaches, resulting in a more accurate, interpretable, and robust metamodel.

The successful application of the PiML method to a dataset of steel building frames under seismic loading suggests its potential for broader use in structural engineering and other domains where complex physical phenomena need to be modeled efficiently. As the field of physics-enhanced machine learning continues to evolve, this research contributes to the growing body of work exploring ways to combine scientific knowledge and data-driven techniques for improved predictive modeling.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Related Papers

Physics-Enhanced Machine Learning: a position paper for dynamical systems investigations

Physics-Enhanced Machine Learning: a position paper for dynamical systems investigations

Alice Cicirello

YC

0

Reddit

0

This position paper takes a broad look at Physics-Enhanced Machine Learning (PEML) -- also known as Scientific Machine Learning -- with particular focus to those PEML strategies developed to tackle dynamical systems' challenges. The need to go beyond Machine Learning (ML) strategies is driven by: (i) limited volume of informative data, (ii) avoiding accurate-but-wrong predictions; (iii) dealing with uncertainties; (iv) providing Explainable and Interpretable inferences. A general definition of PEML is provided by considering four physics and domain knowledge biases, and three broad groups of PEML approaches are discussed: physics-guided, physics-encoded and physics-informed. The advantages and challenges in developing PEML strategies for guiding high-consequence decision making in engineering applications involving complex dynamical systems, are presented.

Read more

6/11/2024

🤿

Deep Learning in Earthquake Engineering: A Comprehensive Review

Yazhou Xie

YC

0

Reddit

0

This article surveys the growing interest in utilizing Deep Learning (DL) as a powerful tool to address challenging problems in earthquake engineering. Despite decades of advancement in domain knowledge, issues such as uncertainty in earthquake occurrence, unpredictable seismic loads, nonlinear structural responses, and community engagement remain difficult to tackle using domain-specific methods. DL offers promising solutions by leveraging its data-driven capacity for nonlinear mapping, sequential data modeling, automatic feature extraction, dimensionality reduction, optimal decision-making, etc. However, the literature lacks a comprehensive review that systematically covers a consistent scope intersecting DL and earthquake engineering. To bridge the gap, the article first discusses methodological advances to elucidate various applicable DL techniques, such as multi-layer perceptron (MLP), convolutional neural network (CNN), recurrent neural network (RNN), generative adversarial network (GAN), autoencoder (AE), transfer learning (TL), reinforcement learning (RL), and graph neural network (GNN). A thorough research landscape is then disclosed by exploring various DL applications across different research topics, including vision-based seismic damage assessment and structural characterization, seismic demand and damage state prediction, seismic response history prediction, regional seismic risk assessment and community resilience, ground motion (GM) for engineering use, seismic response control, and the inverse problem of system/damage identification. Suitable DL techniques for each research topic are identified, emphasizing the preeminence of CNN for vision-based tasks, RNN for sequential data, RL for community resilience, and unsupervised learning for GM analysis. The article also discusses opportunities and challenges for leveraging DL in earthquake engineering research and practice.

Read more

5/16/2024

Physics-Informed Neural Network for Multirotor Slung Load Systems Modeling

Physics-Informed Neural Network for Multirotor Slung Load Systems Modeling

Gil Serrano, Marcelo Jacinto, Jose Ribeiro-Gomes, Joao Pinto, Bruno J. Guerreiro, Alexandre Bernardino, Rita Cunha

YC

0

Reddit

0

Recent advances in aerial robotics have enabled the use of multirotor vehicles for autonomous payload transportation. Resorting only to classical methods to reliably model a quadrotor carrying a cable-slung load poses significant challenges. On the other hand, purely data-driven learning methods do not comply by design with the problem's physical constraints, especially in states that are not densely represented in training data. In this work, we explore the use of physics informed neural networks to learn an end-to-end model of the multirotor-slung-load system and, at a given time, estimate a sequence of the future system states. An LSTM encoder decoder with an attention mechanism is used to capture the dynamics of the system. To guarantee the cohesiveness between the multiple predicted states of the system, we propose the use of a physics-based term in the loss function, which includes a discretized physical model derived from first principles together with slack variables that allow for a small mismatch between expected and predicted values. To train the model, a dataset using a real-world quadrotor carrying a slung load was curated and is made available. Prediction results are presented and corroborate the feasibility of the approach. The proposed method outperforms both the first principles physical model and a comparable neural network model trained without the physics regularization proposed.

Read more

5/16/2024

🌐

Physics-Informed Machine Learning On Polar Ice: A Survey

Zesheng Liu, YoungHyun Koo, Maryam Rahnemoonfar

YC

0

Reddit

0

The mass loss of the polar ice sheets contributes considerably to ongoing sea-level rise and changing ocean circulation, leading to coastal flooding and risking the homes and livelihoods of tens of millions of people globally. To address the complex problem of ice behavior, physical models and data-driven models have been proposed in the literature. Although traditional physical models can guarantee physically meaningful results, they have limitations in producing high-resolution results. On the other hand, data-driven approaches require large amounts of high-quality and labeled data, which is rarely available in the polar regions. Hence, as a promising framework that leverages the advantages of physical models and data-driven methods, physics-informed machine learning (PIML) has been widely studied in recent years. In this paper, we review the existing algorithms of PIML, provide our own taxonomy based on the methods of combining physics and data-driven approaches, and analyze the advantages of PIML in the aspects of accuracy and efficiency. Further, our survey discusses some current challenges and highlights future opportunities, including PIML on sea ice studies, PIML with different combination methods and backbone networks, and neural operator methods.

Read more

5/1/2024