paper-with-me

홈 › Papers

Towards Stability of Autoregressive Neural Operators

2023-06-18 · Michael McCabe, Peter Harrington, Shashank Subramanian, Jed Brown

Neural operators have proven to be a promising approach for modeling spatiotemporal systems in the physical sciences. However, training these models for large systems can be quite challenging as they incur significant computational and memory expense -- these systems are often forced to rely on autoregressive time-stepping of the neural network to predict future temporal states. While this is effective in managing costs, it can lead to uncontrolled error growth over time and eventual instability. We analyze the sources of this autoregressive error growth using prototypical neural operator models for physical systems and explore ways to mitigate it. We introduce architectural and application-specific improvements that allow for careful control of instability-inducing operations within these models without inflating the compute/memory expense. We present results on several scientific systems that include Navier-Stokes fluid flow, rotating shallow water, and a high-resolution global weather forecasting system. We demonstrate that applying our design principles to neural operators leads to significantly lower errors for long-term forecasts as well as longer time horizons without qualitative signs of divergence compared to the original models for these systems. We open-source our \href{https://github.com/mikemccabe210/stabilizing_neural_operators}{code} for reproducibility.

📄 PDF Abstract BibTeX arXiv:2306.10619

Code (1)

mikemccabe210/stabilizing_neural_operators 공식 구현 pytorch

Tasks

Weather Forecasting

Similar Papers 제목 키워드 기반

Autoregression-Free Neural Operators for Time-Dependent PDEs

2026-05-25 · Jiaquan Zhang, Caiyan Qin, Haoyu Bian, Libin Cai 외 arxiv

Neural operators learn mappings from function-dependent inputs to solutions, providing an effective framework for solving partial differential equations (PDEs). For time-dependent PDEs, existing methods typically perform…

Autoregressive Renaissance in Neural PDE Solvers

2023-10-30 · Yolanne Yi Ran Lee

Recent developments in the field of neural partial differential equation (PDE) solvers have placed a strong emphasis on neural operators. However, the paper "Message Passing Neural PDE Solver" by Brandstetter et al. publ…

Graph Neural Network

A Constitutive Markov Physics-Informed Neural Operator (MPNO) for Autoregressive Stability in Transient Dynamics

2026-08-26 · Wenpu Du, Peng Zhou, Yunlong Xia, Sinuo Xin 외 arxiv

Neural operators applied to transient-dynamics PDEs with strong discontinuities exhibit autoregressive instability: in concrete-penetration stress-field prediction, the wavelet neural operator (WNO) diverges in autoregre…

Recurrent Neural Operators: Stable Long-Term PDE Prediction

2025-05-27 · Zaijun Ye, Chen-Song Zhang, Wansheng Wang

Neural operators have emerged as powerful tools for learning solution operators of partial differential equations. However, in time-dependent problems, standard training strategies such as teacher forcing introduce a mis…

Operator learningPrediction

Generative Neural Operators through Diffusion Last Layer

2026-02-04 · Sungwon Park, Anthony Zhou, Hongjoong Kim, Amir Barati Farimani arxiv

Neural operators provide a powerful framework for learning discretization invariant mappings between function spaces, but standard deterministic models do not capture predictive uncertainty. We introduce diffusion last l…