AI News AI资讯 14d ago Updated 11d ago 更新于 11天前 68

Google Deepmind's WeatherNext predicts cyclone tracks and intensity at the same time 谷歌DeepMind的WeatherNext可同时预测气旋路径和强度

Google Deepmind's WeatherNext Cyclones (WN-C) forecasts tropical cyclone tracks and intensity more accurately than specialized operational models, gaining roughly one extra day of lead time compared to leading systems. The model achieves state-of-the-art results using data grids approximately 100 times coarser than regional specialized models, challenging the assumption that high resolution is essential for accurate intensity forecasting. WN-C replaces GenCast's diffusion-based approach with Fun Deepmind推出WeatherNext Cyclones (WN-C),热带气旋预报精度超越专业模型,预报时效延长约一天 使用100倍粗粒度的数据(28公里网格)实现高精度预测,打破"高分辨率是高精度预测必要条件"的传统认知 采用Functional Generative Networks (FGN)替代扩散方法,单次前向传播,推理速度提升8倍 联合训练20TB全球大气数据与5000个历史气旋案例,实现轨迹与强度预测的统一建模 已与美国国家飓风中心(NHC)等机构合作投入实际运行,在Hurricane Melissa中成功预测快速增强

68
Hot 热度
72
Quality 质量
75
Impact 影响力

Analysis 深度分析

TL;DR

  • Google Deepmind's WeatherNext Cyclones (WN-C) forecasts tropical cyclone tracks and intensity more accurately than specialized operational models, gaining roughly one extra day of lead time compared to leading systems.
  • The model achieves state-of-the-art results using data grids approximately 100 times coarser than regional specialized models, challenging the assumption that high resolution is essential for accurate intensity forecasting.
  • WN-C replaces GenCast's diffusion-based approach with Functional Generative Networks (FGN), enabling a single neural network pass per forecast step and delivering an eightfold speed improvement.
  • Joint training on 20 terabytes of global ECMWF atmospheric data and a curated dataset of ~5,000 historical cyclones proved critical, with ablation studies confirming this combination drives the performance gains.
  • Running 1,000 parallel forecast scenarios per storm significantly improves the Critical Success Index (from below 0.3 to 0.5), and WN-C integrates as a complement to traditional numerical models rather than a replacement.

Why It Matters

WN-C represents a significant leap in AI-driven weather forecasting, matching a decade's worth of improvement in traditional modeling in a single step—particularly for tropical cyclone intensity, which has historically been the hardest variable to predict. For AI practitioners and meteorologists alike, it demonstrates that coarse-resolution global data can encode far more predictive signal than previously assumed, reshaping how the field approaches the resolution-versus-accuracy tradeoff. The open-source release of both the code and weights further lowers the barrier for researchers and operational agencies to build on this foundation.

Technical Details

  • Architecture: WN-C uses Functional Generative Networks (FGN), which perform a single pass through the neural network per forecast step, compared to the dozens of passes required by diffusion-based models like GenCast. Uncertainty is captured by injecting noise into the network's control layers rather than into individual pixels, producing physically consistent but diverse forecast scenarios.
  • Data and Training: The model was trained on two complementary datasets: nearly 20 terabytes of global atmospheric analysis data from ECMWF and a curated database of approximately 5,000 historical tropical cyclones. Tabular storm data (position, intensity, wind radii) is projected onto the same geographic grid as the atmospheric data, enabling joint prediction of track, intensity, and wind structure. Ablation studies confirm that this combined training is the primary driver of performance improvements.
  • Resolution and Performance: WN-C operates on a grid where each point covers roughly 28 kilometers—about 100 times coarser than specialized regional models like NOAA's HAFS. Despite this, it achieves a five-day forecast position error of 230 kilometers (vs. 370 km for ECMWF ENS and 335 km for GenCast) and a three-day intensity forecast that is 3.75 knots more accurate than HAFS. It also scores more than twice as well as ENS and GenCast on probabilistic intensity forecasts.
  • Ensemble Scaling: A 15-day forecast runs in under a minute on a single Google AI chip, enabling Deepmind to scale from 50 to 1,000 parallel forecast runs per storm. This large ensemble approach substantially improves the Critical Success Index (from below 0.3 to 0.5) and better captures rare extreme events.
  • Operational Integration: WN-C is designed to complement, not replace, traditional numerical models. In simulated weighted consensus with operational models, it improves track forecasts by 28% and intensity forecasts by 6%. It has been running live on Google's Weather Lab since June 2025 and assisted the National Hurricane Center during Hurricane Melissa's rapid intensification event.

Industry Insight

  • The finding that coarse-resolution data can outperform fine-resolution specialized models on intensity forecasting suggests the field should reconsider resource allocation—investing in better training methodologies and ensemble scaling may yield higher returns than simply increasing spatial resolution.
  • The shift from diffusion-based to functional generative networks marks a practical turning point for operational AI weather models: an eightfold speedup with comparable or superior accuracy makes real-time, large-ensemble forecasting viable at scale, potentially becoming a new standard for probabilistic weather prediction.
  • Deepmind's open-source release of WeatherNext Cyclones and its predecessor WeatherNext 2, along with a mini variant runnable on a single TPU via Colab, signals a strategic move to establish an ecosystem around AI weather modeling—positioning Google as infrastructure rather than just an application player in the climate and forecasting domain.

TL;DR

  • Deepmind推出WeatherNext Cyclones (WN-C),热带气旋预报精度超越专业模型,预报时效延长约一天
  • 使用100倍粗粒度的数据(28公里网格)实现高精度预测,打破"高分辨率是高精度预测必要条件"的传统认知
  • 采用Functional Generative Networks (FGN)替代扩散方法,单次前向传播,推理速度提升8倍
  • 联合训练20TB全球大气数据与5000个历史气旋案例,实现轨迹与强度预测的统一建模
  • 已与美国国家飓风中心(NHC)等机构合作投入实际运行,在Hurricane Melissa中成功预测快速增强

为什么值得看

这篇文章展示了AI在科学计算领域的重大突破,证明深度学习可以超越传统物理模型在专业气象预报任务上的表现。对于AI从业者而言,这提供了"低分辨率数据+先进架构"实现高精度预测的新范式,对降低计算成本、拓展AI在科学领域的应用具有重要参考价值。

技术解析

  • 架构创新:WN-C采用Functional Generative Networks (FGN)替代GenCast的扩散方法,通过单次前向传播完成预测,速度提升8倍。不确定性建模采用在控制层注入噪声而非像素级噪声的方式,生成物理一致的不同场景。
  • 数据与训练:使用28公里网格分辨率的全球大气数据(约100倍粗于专业区域模型),联合训练ECMWF的20TB全球大气分析数据与约5000个历史气旋数据库。表格状气旋数据被投影到地理网格上,使网络能直接预测轨迹、强度和风半径。
  • 性能基准:5天预报中心位置误差230公里(ENS为370公里,GenCast为335公里);3天强度预报比HAFS准确3.75节;概率强度预报得分是ENS和GenCast的两倍以上。
  • ** ensemble预测**:单次15天预报可在Google AI芯片上1分钟内完成,因此将并行预报次数从50次扩展到1000次,Critical Success Index从0.3提升至0.5。
  • 开源与部署:WeatherNext 2和WN-C代码及权重已在GitHub开源,小型变体可在单TPU的Colab笔记本上运行。自2025年6月起在Google Weather Lab平台实际运行。

行业启示

  • AI突破传统计算范式:在气象预报这一长期依赖物理模型的领域,AI开始展现出超越专业系统的潜力,标志着科学计算进入"AI+物理"融合新阶段。
  • 效率与精度重新权衡:证明高分辨率数据并非高精度预测的必要条件,为降低AI模型计算成本、拓展资源受限场景的应用提供了新思路。
  • 人机协作而非替代:WN-C被定位为预报员的辅助工具而非替代品,与传统数值模型形成互补(在模拟加权集成中轨迹预报提升28%、强度提升6%),体现了AI在关键决策支持系统中的合理定位。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Product Launch 产品发布 Training 训练