Cooperative Data-Driven Modeling: Continual Learning of Different Material Behavior

Abstract

Training deep neural networks (DNNs) in solid mechanics is challenging due to data scarcity. Even when using synthetic datasets obtained from computational simulations, these datasets have limited size because each simulation is time-consuming. One way to address this challenge is to use transfer learning, i.e. finetuning a model pretrained in a different context (e.g., computer vision) such that it can learn a new task while using less data (e.g., learning the behavior of a material with a given microstructure). Unfortunately, a model obtained by transfer learning loses the ability to solve the original task. Therefore, each new task that is being learned destroys the ability to perform the previous one with the same model. We present a Cooperative Data-driven Modeling (CDDM) network that can continually learn tasks without forgetting, accumulating knowledge such that less training data is required when facing a new task or that leads to smaller prediction test error for each new task. We provide our numerical experiments on predicting the plastic behavior of different materials using recurrent neural networks, as they have been shown to handle history-dependent problems.

Cite

Text

Dekhovich et al. "Cooperative Data-Driven Modeling: Continual Learning of Different Material Behavior." ICLR 2023 Workshops: ML4Materials, 2023.

Markdown

[Dekhovich et al. "Cooperative Data-Driven Modeling: Continual Learning of Different Material Behavior." ICLR 2023 Workshops: ML4Materials, 2023.](https://mlanthology.org/iclrw/2023/dekhovich2023iclrw-cooperative/)

BibTeX

@inproceedings{dekhovich2023iclrw-cooperative,
  title     = {{Cooperative Data-Driven Modeling: Continual Learning of Different Material Behavior}},
  author    = {Dekhovich, Aleksandr and Turan, Ozgur Taylan and Yi, Jiaxiang and Bessa, Miguel Anibal},
  booktitle = {ICLR 2023 Workshops: ML4Materials},
  year      = {2023},
  url       = {https://mlanthology.org/iclrw/2023/dekhovich2023iclrw-cooperative/}
}