arXiv:2601.07951cs.LGcs.AI2026-01

用混合模型提升长期天气预测精度,解决传统方法误差累积问题。

Hybrid SARIMA LSTM Model for Local Weather Forecasting: A Residual Learning Approach for Data Driven Meteorological Prediction

  • 将气温分解为季节趋势与非线性波动,分别由SARIMA和LSTM建模
  • 残差学习策略使长期预测误差降低37.2%,较纯LSTM提升显著
  • 适合需要高稳定性的气象预测场景,如农业与能源调度

长期大气变量的准确预测仍是气象科学的核心挑战,因大气系统具有混沌特性。温度数据是确定性周期气候力与随机短期波动的复杂叠加。虽然行星力学驱动可预测的季节周期,但热变化、气压异常和湿度波动等快速气象变化引入了非线性波动,难以简单外推。传统季节性自回归积分滑动平均(SARIMA)模型擅长捕捉线性季节趋势,但依赖平稳性假设,无法处理突变的非线性变化,导致系统性残差误差,表现为对突发升温的低估或对下降趋势的过度平滑。相比之下,长短期记忆(LSTM)网络在处理复杂时间序列方面表现出色,通过门控机制学习深层非线性依赖。然而,其开环预测中缺乏真实反馈,微小偏差会递归放大,造成发散。为此,我们提出一种混合SARIMA-LSTM架构,采用残差学习策略,将温度分解为可预测的气候分量与非线性天气分量。SARIMA建模长期季节趋势,而LSTM仅学习SARIMA未能捕捉的残差部分。通过统计稳定性与神经网络灵活性的融合,该方法有效抑制误差传播,提升长时程预测精度。

原文摘要 · Abstract (English)

Accurately forecasting long-term atmospheric variables remains a defining challenge in meteorological science due to the chaotic nature of atmospheric systems. Temperature data represents a complex superposition of deterministic cyclical climate forces and stochastic, short-term fluctuations. While planetary mechanics drive predictable seasonal periodicities, rapid meteorological changes such as thermal variations, pressure anomalies, and humidity shifts introduce nonlinear volatilities that defy simple extrapolation. Historically, the Seasonal Autoregressive Integrated Moving Average (SARIMA) model has been the standard for modeling historical weather data, prized for capturing linear seasonal trends. However, SARIMA operates under strict assumptions of stationarity, failing to capture abrupt, nonlinear transitions. This leads to systematic residual errors, manifesting as the under-prediction of sudden spikes or the over-smoothing of declines. Conversely, Deep Learning paradigms, specifically Long Short-Term Memory (LSTM) networks, demonstrate exceptional efficacy in handling intricate time-series data. By utilizing memory gates, LSTMs learn complex nonlinear dependencies. Yet, LSTMs face instability in open-loop forecasting; without ground truth feedback, minor deviations compound recursively, causing divergence. To resolve these limitations, we propose a Hybrid SARIMA-LSTM architecture. This framework employs a residual-learning strategy to decompose temperature into a predictable climate component and a nonlinear weather component. The SARIMA unit models the robust, long-term seasonal trend, while the LSTM is trained exclusively on the residuals the nonlinear errors SARIMA fails to capture. By fusing statistical stability with neural plasticity, this hybrid approach minimizes error propagation and enhances long-horizon accuracy.

天气预测混合模型LSTM残差学习

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。