paper-with-me

Papers

Finite Element Neural Network Interpolation. Part I: Interpretable and Adaptive Discretization for Solving PDEs

2024-12-07 · Kateřina Škardová, Alexandre Daby-Seesaram, Martin Genet

We present the Finite Element Neural Network Interpolation (FENNI) framework, a sparse neural network architecture extending previous work on Embedded Finite Element Neural Networks (EFENN) introduced with the Hierarchical Deep-learning Neural Networks (HiDeNN). Due to their mesh-based structure, EFENN requires significantly fewer trainable parameters than fully connected neural networks, with individual weights and biases having a clear interpretation. Our FENNI framework, within the EFENN framework, brings improvements to the HiDeNN approach. First, we propose a reference element-based architecture where shape functions are defined on a reference element, enabling variability in interpolation functions and straightforward use of Gaussian quadrature rules for evaluating the loss function. Second, we propose a pragmatic multigrid training strategy based on the framework's interpretability. Third, HiDeNN's combined rh-adaptivity is extended from 1D to 2D, with a new Jacobian-based criterion for adding nodes combining h- and r-adaptivity. From a deep learning perspective, adaptive mesh behavior through rh-adaptivity and the multigrid approach correspond to transfer learning, enabling FENNI to optimize the network's architecture dynamically during training. The framework's capabilities are demonstrated on 1D and 2D test cases, where its accuracy and computational cost are compared against an analytical solution and a classical FEM solver. On these cases, the multigrid training strategy drastically improves the training stage's efficiency and robustness. Finally, we introduce a variational loss within the EFENN framework, showing that it performs as well as energy-based losses and outperforms residual-based losses. This framework is extended to surrogate modeling over the parametric space in Part II.

📄 PDF Abstract BibTeX arXiv:2412.05719

Code (1)

AlexandreDabySeesaram/NeuROM 공식 구현 pytorch

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

FEM 설명 없음

Similar Papers 제목 키워드 기반

Solving Inverse Parametrized Problems via Finite Elements and Extreme Learning Networks

2026-02-16 · Erik Burman, Mats G. Larson, Karl Larsson, Jonatan Vallin arxiv

We develop an interpolation-based modeling framework for parameter-dependent partial differential equations arising in control, inverse problems, and uncertainty quantification. The solution is discretized in the physica…

Multilevel CNNs for Parametric PDEs based on Adaptive Finite Elements

2024-08-20 · Janina Enrica Schütte, Martin Eigel

A neural network architecture is presented that exploits the multilevel properties of high-dimensional parameter-dependent partial differential equations, enabling an efficient approximation of parameter-to-solution maps…

Uncertainty Quantification

G-Adaptivity: optimised graph-based mesh relocation for finite element methods

2024-07-05 · James Rowbottom, Georg Maierhofer, Teo Deveney, Eike Mueller 외

We present a novel, and effective, approach to achieve optimal mesh relocation in finite element methods (FEMs). The cost and accuracy of FEMs is critically dependent on the choice of mesh points. Mesh relocation (r-adap…

Graph Neural NetworkInductive Bias

An Adaptive Neuro-Fuzzy Inference System Modeling for Grid-Adaptive Interpolation over Depth Images

2015-01-13 · Arbaaz Singh Sidhu

A suitable interpolation method is essential to keep the noise level minimum along with the time-delay. In recent years, many different interpolation filters have been developed for instance H.264-6 tap filter, and AVS- …

Convergence Conditions for Stochastic Line Search Based Optimization of Over-parametrized Models

2024-08-06 · Matteo Lapucci, Davide Pucci

In this paper, we deal with algorithms to solve the finite-sum problems related to fitting over-parametrized models, that typically satisfy the interpolation condition. In particular, we focus on approaches based on stoc…