NeuralOM: Neural Ocean Model for Subseasonal-to-Seasonal Simulation
Yuan Gao, Hao Wu, Fan Xu, Yanfei Xiang, Ruijian Gou, Ruiqi Shu, Qingsong Wen, Xian Wu, Kun Wang, Xiaomeng Huang
TL;DR
NeuralOM tackles the challenge of accurate, long-horizon ocean simulations by addressing error accumulation through a Progressive Residual Correction framework and enforcing physical consistency with a Physics-Guided Graph Network. The method combines a multi-stage residual refinement process with physics-informed edge interactions and a dynamic, multi-scale aggregation scheme to capture both fine-scale and large-scale dynamics. Empirical results on global S2S ocean forecasting show state-of-the-art long-term fidelity, robustness under realistic forcings, and improved performance for extreme events, with ablations confirming the necessity of climatology priors and each architectural component. The work offers a practical, scalable approach for data-driven scientific computing in oceanography and climate, with potential extensions to enforce conservation laws and reduce computational cost.
Abstract
Long-term, high-fidelity simulation of slow-changing physical systems, such as the ocean and climate, presents a fundamental challenge in scientific computing. Traditional autoregressive machine learning models often fail in these tasks as minor errors accumulate and lead to rapid forecast degradation. To address this problem, we propose NeuralOM, a general neural operator framework designed for simulating complex, slow-changing dynamics. NeuralOM's core consists of two key innovations: (1) a Progressive Residual Correction Framework that decomposes the forecasting task into a series of fine-grained refinement steps, effectively suppressing long-term error accumulation; and (2) a Physics-Guided Graph Network whose built-in adaptive messaging mechanism explicitly models multi-scale physical interactions, such as gradient-driven flows and multiplicative couplings, thereby enhancing physical consistency while maintaining computational efficiency. We validate NeuralOM on the challenging task of global Subseasonal-to-Seasonal (S2S) ocean simulation. Extensive experiments demonstrate that NeuralOM not only surpasses state-of-the-art models in forecast accuracy and long-term stability, but also excels in simulating extreme events. For instance, at a 60-day lead time, NeuralOM achieves a 13.3% lower RMSE compared to the best-performing baseline, offering a stable, efficient, and physically-aware paradigm for data-driven scientific computing. Code link: https://github.com/YuanGao-YG/NeuralOM.
