Skip to main content
QUICK REVIEW

[论文解读] Learning to Advect: A Neural Semi-Lagrangian Architecture for Weather Forecasting

Carlos Pereira, Stéphane Gaudreault|arXiv (Cornell University)|Jan 29, 2026
Model Reduction and Neural Networks被引用 0
一句话总结

PARADIS 引入一种受物理启发的神经架构,具有一个可微分的神经半拉格朗日平流算子,在1°分辨率下实现最优或接近最佳的预报,同时与0.25°基线相比降低了训练成本。

ABSTRACT

Recent machine-learning approaches to weather forecasting often employ a monolithic architecture, where distinct physical mechanisms (advection, transport), diffusion-like mixing, thermodynamic processes, and forcing are represented implicitly within a single large network. This representation is particularly problematic for advection, where long-range transport must be treated with expensive global interaction mechanisms or through deep, stacked convolutional layers. To mitigate this, we present PARADIS, a physics-inspired global weather prediction model that imposes inductive biases on network behavior through a functional decomposition into advection, diffusion, and reaction blocks acting on latent variables. We implement advection through a Neural Semi-Lagrangian operator that performs trajectory-based transport via differentiable interpolation on the sphere, enabling end-to-end learning of both the latent modes to be transported and their characteristic trajectories. Diffusion-like processes are modeled through depthwise-separable spatial mixing, while local source terms and vertical interactions are modeled via pointwise channel interactions, enabling operator-level physical structure. PARADIS provides state-of-the-art forecast skill at a fraction of the training cost. On ERA5-based benchmarks, the 1 degree PARADIS model, with a total training cost of less than a GPU month, meets or exceeds the performance of 0.25 degree traditional and machine-learning baselines, including the ECMWF HRES forecast and DeepMind's GraphCast.

研究动机与目标

  • Motivating 并解决单一端到端 DL 天气模型在捕捉平流主导动力学方面的局限性。
  • 引入一个神经半拉格朗日算子,将潜在特征沿学习到的轨迹传输。
  • 强化受物理启发的分解,分解为平流、扩散和反应,以提高物理一致性。
  • 开发一个 光谱训练课程,以在球面谐和中保持小尺度能量和相位信息。
  • 在 ERA5 基准的1°分辨率上展示最先进的预测能力,并在 cyclone 跟踪方面具有竞争力。

提出的方法

  • 在球面上沿学习到的速度场使用可微分的双三次插值实现潜在特征的平流(NSL)层。
  • 编码器–处理器–解码器的潜在空间表述;投影到一个便于传输的子空间以进行平流。
  • 通过算子层分解为平流(速度网络)、扩散(深度可分离卷积)和反应(1x1卷积)。
  • 使用 Lie–Trotter 算子分割,在子步中依次积分 A_net、D_net、R_net。
  • 通过 Geocyclic Padding 与极点处理处理球面几何,以在全球范围内保持连续性。
  • 三阶段训练课程:反向 Huber 损失、自回归微调,以及光谱微调(AMSE)以在球面谐波中保持振幅/相位。
Figure 1 : Tracking of cyclone eye for Hurricane Laura (August 2020) using different models and the observed trajectory (IBTrACS dataset (Knapp et al. , 2010 ; Gahtan et al. , 2024 ) ).
Figure 1 : Tracking of cyclone eye for Hurricane Laura (August 2020) using different models and the observed trajectory (IBTrACS dataset (Knapp et al. , 2010 ; Gahtan et al. , 2024 ) ).

实验结果

研究问题

  • RQ1 物理启发的算子分解(平流–扩散–反应)是否能提升全球天气预测,相较于单一端到端 DL 模型?
  • RQ2 将可微分的神经半拉格朗日平流嵌入是否能改善长距离传输并保持小尺度的光谱能量?
  • RQ3 在1°与0.25°基线相比,何种分辨率与训练策略能达到最先进或可比的预测技能?
  • RQ4 显式的潜在空间传输如何影响气旋轨迹和强度预报?
  • RQ5 面向光谱保真度的训练是否能缓解 ML 天气预测中的双重惩罚效应?

主要发现

Modelz500_1dz500_5dz500_10dt850_1dt850_5dt850_10dq700_1dq700_5dq700_10du850_1du850_5du850_10dv850_1dv850_5dv850_10dw850_1dw850_5dw850_10dmsl_1dmsl_5dmsl_10d2t_1d2t_5d2t_10d
HRES4.38e+013.09e+028.00e+027.37e-011.93e+003.70e+007.71e-041.47e-031.97e-031.52e+003.99e+006.68e+001.52e+003.98e+006.71e+002.62e-013.26e-013.58e-010.00.00.00.00.00.0
GraphCast4.05e+012.78e+027.29e+025.66e-011.61e+003.38e+005.19e-041.11e-031.64e-031.10e+003.25e+005.87e+001.10e+003.27e+005.88e+001.25e-011.66e-011.95e-010.00.00.00.00.00.0
Pangu4.76e+012.99e+027.84e+026.78e-011.76e+003.59e+005.97e-041.26e-031.85e-031.29e+003.52e+006.32e+001.30e+003.56e+006.33e+00---0.00.00.00.00.00.0
PARADIS3.94e+012.73e+027.27e+025.79e-011.59e+003.33e+005.31e-041.15e-031.72e-031.09e+003.20e+005.87e+001.10e+003.22e+005.90e+001.04e-011.50e-011.81e-030.00.00.00.00.00.0
PARADIS AMSE4.01e+012.91e+027.87e+026.03e-011.68e+003.50e+005.42e-041.23e-031.81e-031.11e+003.46e+006.36e+001.09e-011.71e-012.14e-010.00.00.00.00.00.00.00.00.0
  • PARADIS 在 ERA5 基准的1°分辨率下,对大多数变量和提前期实现最佳或第二最佳的 RMSE。
  • 潜在空间中的平流通过神经半拉格朗日传输改善对长距离传输和动态变量(如 u、v、w)的处理。
  • PARADIS 在2020年覆盖的80个风暴中提供具有竞争力的热带气旋轨迹预报,平均位置误差相同或更好于高分辨率基线。
  • 多尺度光谱保真度得以维持,并可通过 AMSE 加强,在略微增加 RMSE 的同时提升小尺度能量和相位一致性。
  • 训练成本显著降低(训练成本为 0.8 GPU 月;推理阶段每10天预报 3.5 GPU 秒)。
  • 在1° ERA5 数据上,PARADIS 在多种提前期和变量上达到或超过 ECMWF HRES、GraphCast 与 Pangu Weather 的性能。
Figure 2 : Diagram of the PARADIS model.
Figure 2 : Diagram of the PARADIS model.

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。