LGCEMay 2, 2024

Enforcing the Principle of Locality for Physical Simulations with Neural Operators

arXiv:2405.01319v21 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses a domain-specific issue for researchers and engineers using neural operators in physical simulations, offering an incremental improvement by modifying data handling to enforce locality.

The paper tackled the problem of neural operators violating the principle of locality in physical simulations, which leads to poor convergence and generalizability under limited data, by proposing a data decomposition method (DDELD) that strictly enforces local-dependency, resulting in significantly accelerated training convergence and reduced test errors in large-scale engineering simulations.

Time-dependent partial differential equations (PDEs) for classic physical systems are established based on the conservation of mass, momentum, and energy, which are ubiquitous in scientific and engineering applications. These PDEs are strictly local-dependent according to the principle of locality in physics, which means that the evolution at a point is only influenced by the neighborhood around it whose size is determined by the length of timestep multiplied with the speed of characteristic information traveling in the system. However, deep learning architecture cannot strictly enforce the local-dependency as it inevitably increases the scope of information to make local predictions as the number of layers increases. Under limited training data, the extra irrelevant information results in sluggish convergence and compromised generalizability. This paper aims to solve this problem by proposing a data decomposition method to strictly limit the scope of information for neural operators making local predictions, which is called data decomposition enforcing local-dependency (DDELD). The numerical experiments over multiple physical phenomena show that DDELD significantly accelerates training convergence and reduces test errors of benchmark models on large-scale engineering simulations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes