Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Data-Augmented Few-Shot Neural Stencil Emulation for System Identification of Computer Models

Created by
  • Haebom

Author

Sanket Jantre, Deepak Akhare, Xiaoning Qian, Nathan M. Urban

Outline

This paper proposes an efficient data augmentation strategy for partial differential equation (PDE) modeling. Neural PDEs, which utilize neural networks, are used instead of conventional numerical PDE solvers. Conventional methods, however, require a large amount of data to train neural PDEs using the solution trajectories obtained through long-term integration of the PDE solver. In this paper, we present a sample-efficient data augmentation strategy that generates neural PDE training data from a computer model by space-filling sampling of local "stencil" states. This method removes much of the spatiotemporal redundancy present in trajectory data and oversamples states that are rarely visited but help neural PDEs generalize across the state space. Experiments using synthetic data demonstrate the effectiveness of the proposed method, demonstrating superior performance to conventional methods.

Takeaways, Limitations

Takeaways:
Sample-efficient data augmentation strategies can significantly reduce the amount of data required to train neural PDEs.
We can learn a neural PDE stencil operator that is more accurate and has better generalization performance than existing methods.
We present a general methodology applicable to a variety of PDE systems.
Achieve equivalent or better performance at 10x less computational cost.
Limitations:
The performance of the proposed method may vary depending on the PDE system and sampling strategy used.
Since these are experimental results using synthetic data, further verification is required for performance in real-world applications.
Further research is needed to optimize stencil size and sampling strategy.
👍