Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

Spectral-inspired Operator Learning with Limited Data and Unknown Physics

Created by
  • Haebom

Author

Han Wan, Rui Zhang, Hao Sun

Outline

This paper addresses the problem of learning the dynamics of partial differential equations (PDEs) with unknown physical properties using limited data. We aim to overcome the limitations of existing neural network-based PDE solvers, which require large datasets or rely on known physical laws, such as PDE residuals or hand-crafted stencils. To this end, we propose the Spectral-Inspired Neural Operator (SINO), which can model complex systems with only 2-5 trajectories. SINO does not require explicit PDE terms and automatically captures local and global spatial derivatives through frequency indices, providing a concise representation of the basic differential operator in a physics-independent environment. We employ Pi-blocks, which perform multiplication operations on spectral features to model nonlinear effects, and apply a low-pass filter to suppress aliasing. Extensive experiments on 2D and 3D PDE benchmarks demonstrate that SINO achieves state-of-the-art performance, achieving one to two orders of magnitude performance improvement in accuracy. Notably, with only five training trajectories, SINO outperforms data-driven methods trained on 1,000 trajectories, and maintains its predictive performance even in challenging out-of-distribution cases where other methods fail.

Takeaways, Limitations

Takeaways:
We present a novel approach for effectively modeling complex PDEs with limited data.
Achieving high accuracy without prior knowledge of physical laws, suggesting the possibility of models that do not rely on physical knowledge.
It has superior data efficiency compared to existing methods and shows robust performance even in out-of-distribution environments.
Achieving state-of-the-art performance on 2D and 3D PDE benchmarks.
Limitations:
The specific Limitations is not stated in the abstract. (The full text of the paper must be checked.)
👍