LGCVFeb 15, 2022

Lie Point Symmetry Data Augmentation for Neural PDE Solvers

arXiv:2202.07643v289 citations
AI Analysis

This addresses data efficiency for neural PDE solvers, offering a domain-specific incremental improvement.

The paper tackles the chicken-and-egg problem of neural PDE solvers requiring ground truth data from traditional solvers by introducing Lie point symmetry data augmentation (LPSDA), which improves sample complexity by an order of magnitude.

Neural networks are increasingly being used to solve partial differential equations (PDEs), replacing slower numerical solvers. However, a critical issue is that neural PDE solvers require high-quality ground truth data, which usually must come from the very solvers they are designed to replace. Thus, we are presented with a proverbial chicken-and-egg problem. In this paper, we present a method, which can partially alleviate this problem, by improving neural PDE solver sample complexity -- Lie point symmetry data augmentation (LPSDA). In the context of PDEs, it turns out that we are able to quantitatively derive an exhaustive list of data transformations, based on the Lie point symmetry group of the PDEs in question, something not possible in other application areas. We present this framework and demonstrate how it can easily be deployed to improve neural PDE solver sample complexity by an order of magnitude.

Code Implementations1 repo
Foundations

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

Your Notes