AI觉醒星球
Awakening is here
Knowledge File / AI小生意项目库
2026-08-09 0 浏览 会员

Google Deepmind 的 WeatherNext 同时预测气旋路径和强度

Deepmind 推出 WeatherNext Cyclones,用粗糙百倍的数据同时准确预测气旋路径和强度,性能超越现有专业模型,并揭示高分辨率并非强度预报的必要条件。

SOURCE / AI小生意项目库 MIN / 9 ACCESS / 会员 POST / 2026-08-09 20:29:06

原贴

查看原文
作者:Jonathan Kemper 来源站点:the-decoder.com 原贴时间:

原文

Deepmind's new weather AI forecasts tropical cyclones more accurately than specialized models, and it does so with data that's a hundred times coarser. How exactly it pulls this off isn't clear even to the developers. Google Deepmind is introducing WeatherNext Cyclones, or WN-C, an AI system for tropical cyclone forecasting that can see about one day further into the future than leading operational models. The improvement roughly matches the progress traditional weather models have made over the past decade. The model was built with the National Hurricane Center (NHC), the Cooperative Institute for Research in the Atmosphere, and the UK Met Office. Since June 2025, forecasts have been running live on Google's Weather Lab . During Hurricane Melissa, which made landfall in Jamaica in 2025, the model helped the NHC predict the storm's rapid intensification in time, according to Deepmind. That's when a storm gains at least 30 knots (about 34 mph) in wind speed within 24 hours. Cyclone forecasting has long suffered from a tradeoff. Global models like ECMWF's ensemble system (ENS) are strong on track prediction but too coarse for intensity. Specialized regional models like NOAA's Hurricane Analysis and Forecast System (HAFS) deliver more precise intensity readings but lose accuracy on the track. WN-C handles both in a single system, according to a paper published in Nature . For a five-day forecast, the estimated storm center position is off by an average of 230 kilometers, compared to 370 kilometers for ENS and 335 kilometers for Deepmind's predecessor model GenCast. On three-day intensity forecasts, WN-C is 3.75 knots (about 4.3 mph) more accurate than HAFS. WN-C also scores more than twice as well as ENS and GenCast on probabilistic storm intensity forecasts across many lead times. For the probability of 64-knot winds, the threshold where a storm reaches hurricane strength, the model delivers higher practical value for decision-making than ENS, according to Deepmind. WN-C works with a data grid where each point covers about 28 kilometers, roughly a hundred times coarser than specialized regional models. Even a compact variant with 111 kilometers per grid point produces competitive results, Deepmind says. "High resolution is not a strict prerequisite for state-of-the-art intensity forecasting," the authors write. The coarse weather data apparently contains more information about storm strength than anyone thought. How the models generate such accurate forecasts at this resolution remains an open research question. WN-C uses Functional Generative Networks (FGN). GenCast relies on diffusion, a method best known from AI image generators, and needs dozens of passes through the neural network per forecast step. FGN gets by with a single pass, making it eight times faster. To capture uncertainty, the system doesn't add noise to individual pixels the way most approaches do. Instead, it injects noise into the network's control layers. This produces different but physically consistent scenarios rather than just noisy variants of the same output. Training on two very different data sources was key. The team used nearly 20 terabytes of global atmospheric data from ECMWF analyses along with a curated database of roughly 5,000 historical cyclones. To let the model learn from both sources together, the tabular storm data, including position, intensity, and extent, gets projected onto the same geographic grid as the weather data. That lets the network predict track, intensity, and wind radii directly. Ablation studies in the paper show that this joint training is what drives the improvements.

中文翻译

Deepmind 的新型天气 AI 比专业模型更准确地预测热带气旋,而且使用的是粗糙一百倍的数据。即使是开发者也不清楚它究竟是如何做到的。Google Deepmind 正在推出 WeatherNext Cyclones(简称 WN-C),一种用于热带气旋预报的 AI 系统,其预测时效比领先的业务模型大约多出一天。这一改进大致相当于传统天气模型在过去十年中取得的进步。该模型是与美国国家飓风中心(NHC)、大气合作研究所和英国气象局合作开发的。自 2025 年 6 月以来,预报已在 Google 的 Weather Lab 上实时运行。据 Deepmind 称,在 2025 年登陆牙买加的飓风梅丽莎期间,该模型帮助 NHC 及时预测了风暴的快速增强。快速增强是指风暴在 24 小时内风速至少增加 30 节(约 34 英里/小时)。

气旋预报长期以来一直面临权衡。像 ECMWF 的集合预报系统(ENS)这样的全球模型在路径预测方面很强,但分辨率太粗,无法准确预报强度。像 NOAA 的飓风分析和预报系统(HAFS)这样的专业区域模型提供更精确的强度读数,但在路径上会失去准确性。根据发表在《自然》杂志上的一篇论文,WN-C 在单一系统中同时处理这两方面。对于五天预报,估计的台风中心位置平均偏差 230 公里,而 ENS 为 370 公里,Deepmind 的前代模型 GenCast 为 335 公里。在三天强度预报上,WN-C 比 HAFS 精确 3.75 节(约 4.3 英里/小时)。在许多提前时间上,WN-C 在概率性风暴强度预报上的得分是 ENS 和 GenCast 的两倍多。据 Deepmind 称,对于 64 节风的概率(即风暴达到飓风强度的阈值),该模型比 ENS 提供了更高的决策实用价值。

WN-C 使用的数据网格中,每个点覆盖约 28 公里,比专业区域模型粗糙约一百倍。Deepmind 表示,即使是每个网格点 111 公里的紧凑变体也能产生有竞争力的结果。作者写道:“高分辨率并不是最先进强度预报的严格先决条件。”显然,粗糙的天气数据包含的风暴强度信息比任何人想象的都多。这些模型如何在这种分辨率下生成如此准确的预报仍是一个开放的研究问题。

WN-C 使用功能生成网络(FGN)。GenCast 依赖于扩散方法,这种方法因 AI 图像生成器而闻名,每个预报步骤需要多次通过神经网络。FGN 只需一次通过,因此速度提高了八倍。为了捕捉不确定性,该系统不像大多数方法那样向单个像素添加噪声,而是将噪声注入网络的控制层。这会产生不同但物理上一致的情景,而不是同一输出的噪声变体。

在两种非常不同的数据源上进行训练是关键。团队使用了来自 ECMWF 分析的近 20 TB 全球大气数据,以及一个包含约 5000 个历史气旋的策划数据库。为了让模型同时从这两个来源学习,表格形式的风暴数据(包括位置、强度和范围)被投影到与天气数据相同的地理网格上。这让网络可以直接预测路径、强度和风半径。论文中的消融研究表明,正是这种联合训练推动了改进。

核心信息

Deepmind 推出 WeatherNext Cyclones,用粗糙百倍的数据同时准确预测气旋路径和强度,性能超越现有专业模型,并揭示高分辨率并非强度预报的必要条件。

  • Deepmind 推出 WeatherNext Cyclones,用粗糙百倍的数据同时准确预测气旋路径和强度,性能超越现有专业模型,并揭示高分辨率并非强度预报的必要条件。
  • 原贴提到:Deepmind's new weather AI forecasts tropical cyclones more accurately th
  • 来源:the-decoder.com
试看内容

成为会员查看完整内容

你已经看到了这篇内容的前置整理,剩余深度部分仅对会员开放。

详细解读 信息差价值 参考来源
成为会员查看完整内容
上一篇 从黑客事件中汲取的教训:前沿模型攻击暴露激励与治理失衡 下一篇 谷歌的DiffusionGemma证明构建文本扩散模型无需从头训练