Exploring Various Sequential Learning Methods for Deformation History Modeling
Muhammed Adil Yatkin, Mihkel Korgesaar, Jani Romanoff, Umit Islak, Hasan Kurban
TL;DR
The paper addresses the challenge of predicting deformation localization under bilinear loading by learning deformation history with three NN architectures: 1D CNN, encoder-decoder RNN (GRU-based), and Transformer. Using bilinear loading histories generated from MK-FE simulations, the study finds that encoder-decoder RNNs achieve the lowest training and test error, but their outputs vary with history truncation, violating the physical requirement that current damage states $D^t$ depend deterministically on past history. Transformers exhibit strong, stable convergence and consistent predictions, while 1D-CNNs perform poorly. The results highlight a critical mismatch between certain architectural dynamics and physical state evolution, guiding surrogate-model design for FE simulations and underscoring the importance of physical-consistency in history-dependent modeling; the dataset used is publicly available for replication.
Abstract
Current neural network (NN) models can learn patterns from data points with historical dependence. Specifically, in natural language processing (NLP), sequential learning has transitioned from recurrence-based architectures to transformer-based architectures. However, it is unknown which NN architectures will perform the best on datasets containing deformation history due to mechanical loading. Thus, this study ascertains the appropriateness of 1D-convolutional, recurrent, and transformer-based architectures for predicting deformation localization based on the earlier states in the form of deformation history. Following this investigation, the crucial incompatibility issues between the mathematical computation of the prediction process in the best-performing NN architectures and the actual values derived from the natural physical properties of the deformation paths are examined in detail.
