Chrome Extension
WeChat Mini Program
Use on ChatGLM

Trans-Net: A Transferable Pretrained Neural Networks Based on Temporal Domain Decomposition for Solving Partial Differential Equations

COMPUTER PHYSICS COMMUNICATIONS(2024)

Shanghai Univ

Cited 1|Views21
Abstract
Physics-Informed Neural Networks (PINNs) has provided a novel direction for solving partial differential equations (PDEs) and has achieved significant advancements in the field of scientific computing. PINNs effectively incorporate the physical constraints of equations into the loss function, enabling neural networks to learn and approximate the behavior of physical systems by optimizing the loss function. According to the existing research, we propose a transferable pretrained neural networks framework based on temporal domain decomposition to solve partial differential equations. Specifically, we divide the domain into multiple subdomains according to time, each of which is solved using an individual neural network. Subsequently, the trained subnetwork and the predicted values at the common boundary are used as the pretrained model and initial values for the next subdomain, respectively. This not only improves the prediction accuracy of the subnetwork, but also reduces the training time. Finally, we present a series of classical numerical experiments including one-dimensional, two-dimensional, and three-dimensional partial differential equations. The experimental results indicate that the proposed method outperforms existing approaches in terms of accuracy and efficiency. Relevant data and code can be accessed on GitHub via https://github.com/karry-Zhang/Trans-Net.
More
Translated text
Key words
Partial differential equations,Deep neural network,Temporal domain decomposition,Pretrained model
PDF
Bibtex
AI Read Science
AI Summary
AI Summary is the key point extracted automatically understanding the full text of the paper, including the background, methods, results, conclusions, icons and other key content, so that you can get the outline of the paper at a glance.
Example
Background
Key content
Introduction
Methods
Results
Related work
Fund
Key content
  • Pretraining has recently greatly promoted the development of natural language processing (NLP)
  • We show that M6 outperforms the baselines in multimodal downstream tasks, and the large M6 with 10 parameters can reach a better performance
  • We propose a method called M6 that is able to process information of multiple modalities and perform both single-modal and cross-modal understanding and generation
  • The model is scaled to large model with 10 billion parameters with sophisticated deployment, and the 10 -parameter M6-large is the largest pretrained model in Chinese
  • Experimental results show that our proposed M6 outperforms the baseline in a number of downstream tasks concerning both single modality and multiple modalities We will continue the pretraining of extremely large models by increasing data to explore the limit of its performance
Try using models to generate summary,it takes about 60s
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点】:本文提出了一种基于时间域分解的可传递预训练神经网络框架,用于求解偏微分方程。通过将域分解为多个子域,并利用每个子域的训练模型和公共边界的预测值作为下一个子域的预训练模型和初始值,该方法在准确性和效率方面优于现有方法。

方法】:基于时间域分解的可传递预训练神经网络框架。

实验】:进行了一系列经典的数值实验,包括一维、二维和三维偏微分方程,并通过GitHub上的 https://github.com/karry-Zhang/Trans-Net 提供了相关数据和代码。