paper-with-me

홈 › Papers

DiffusionNet: Accelerating the solution of Time-Dependent partial differential equations using deep learning

2020-11-19 · Mahmoud Asem

We present our deep learning framework to solve and accelerate the Time-Dependent partial differential equation's solution of one and two spatial dimensions. We demonstrate DiffusionNet solver by solving the 2D transient heat conduction problem with Dirichlet boundary conditions. The model is trained on solution data calculated using the Alternating direction implicit method. We show the model's ability to predict the solution from any combination of seven variables: the starting time step of the solution, initial condition, four boundary conditions, and a combined variable of the time step size, diffusivity constant, and grid step size. To improve speed, we exploit our model capability to predict the solution of the Time-dependent PDE after multiple time steps at once to improve the speed of solution by dividing the solution into parallelizable chunks. We try to build a flexible architecture capable of solving a wide range of partial differential equations with minimal changes. We demonstrate our model flexibility by applying our model with the same network architecture used to solve the transient heat conduction to solve the Inviscid Burgers equation and Steady-state heat conduction, then compare our model performance against related studies. We show that our model reduces the error of the solution for the investigated problems.

📄 PDF Abstract BibTeX arXiv:2011.10015

Code (1)

ASEM000/DiffusionNet 공식 구현 tf

Similar Papers 제목 키워드 기반

DeepShapeMatchingKit: Accelerated Functional Map Solver and Shape Matching Pipelines Revisited

2026-04-11 · Yizheng Xie, Lennart Bastian, Congyue Deng, Thomas W. Mitchel 외 arxiv

Deep functional maps, leveraging learned feature extractors and spectral correspondence solvers, are fundamental to non-rigid 3D shape matching. Based on an analysis of open-source implementations, we find that standard …

Parametric Learning of Time-Advancement Operators for Unstable Flame Evolution

2024-02-14 · Rixin Yu, Erdzan Hodzic

This study investigates the application of machine learning, specifically Fourier Neural Operator (FNO) and Convolutional Neural Network (CNN), to learn time-advancement operators for parametric partial differential equa…

Operator learning

Accelerating Data Generation for Neural Operators via Krylov Subspace Recycling

2024-01-17 · Hong Wang, Zhongkai Hao, Jie Wang, Zijie Geng 외

Learning neural operators for solving partial differential equations (PDEs) has attracted great attention due to its high inference efficiency. However, training such operators requires generating a substantial amount of…

DiffusionNet: Discretization Agnostic Learning on Surfaces

2020-12-01 · Nicholas Sharp, Souhaib Attaiki, Keenan Crane, Maks Ovsjanikov

We introduce a new general-purpose approach to deep learning on 3D surfaces, based on the insight that a simple diffusion layer is highly effective for spatial communication. The resulting networks are automatically robu…

Spatio-Temporal Super-Resolution of Dynamical Systems using Physics-Informed Deep-Learning

2022-12-08 · Rajat Arora, Ankit Shrivastava

This work presents a physics-informed deep learning-based super-resolution framework to enhance the spatio-temporal resolution of the solution of time-dependent partial differential equations (PDE). Prior works on deep l…

Deep LearningSuper-Resolution