觉
AI觉醒星球
Awakening is here
Knowledge File / AI小生意项目库
2026-08-09 3 浏览 免费阅读

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

详细解读

这是什么信号?Deepmind 的 WN-C 模型是一个明确的信号:AI 正在颠覆传统气象预报的底层假设。长期以来,气象学界普遍认为高分辨率数据是准确预测风暴强度的必要条件,但 WN-C 用粗糙一百倍的数据实现了更高的精度,这打破了“数据越精细越好”的固有认知。该模型不仅同时优化了路径和强度预测,还解决了传统模型中“鱼与熊掌不可兼得”的困境,展示了 AI 在科学计算中的范式迁移能力。

为什么重要?首先,它直接提升了防灾减灾的效能。更准确的风暴路径和强度预测意味着更早的预警和更精准的应急响应,可能挽救生命和减少经济损失。其次,它降低了气象 AI 的应用门槛——不需要依赖昂贵的超高分辨率数据,即可获得更优结果,这尤其有利于发展中国家和资源有限的气象机构。再者,它验证了“功能生成网络”(FGN)的优越性,相比扩散模型,单次前向传播就能生成物理一致的情景,计算效率提升八倍,为实时预报铺平了道路。

对谁有价值?对气象局和防灾部门,WN-C 可以作为现有预报系统的补充或替代,提高决策质量;对保险和再保险公司,更精准的飓风预测意味着更准确的风险定价和巨灾模型;对能源行业,尤其是海上油气和风电,提前预知风暴路径可优化作业安全和生产计划;对航运和航空业,能减少因台风造成的航线中断损失。

可以怎么行动?首先,关注 Google Weather Lab 和 Deepmind 的 API 开放动态,评估是否可接入自身业务。其次,从业者可以查阅发表于《自然》的论文,理解 FGN 和联合训练的技术细节,尝试在类似问题上复现方法。再者,企业可以开展试点项目,将 WN-C 的预测结果与历史数据进行比对,验证其在特定区域的有效性。最后,保持对后续版本和改进的关注,特别是模型可解释性和不确定性量化的进展。

风险或限制该模型的内部机制尚不完全透明,开发者也承认“不清楚它如何实现”,这在关键决策中可能引发信任问题。其次,模型基于历史气旋训练,对于气候变化导致的极端风暴形态可能泛化不足。此外,虽然粗分辨率表现惊人,但某些局部天气现象(如强对流)可能仍需要高分辨率数据,不应盲目乐观。最后,模型在实时运行中可能受数据质量影响,且与现有业务系统的集成需要工程投入。

信息差价值

这条内容的真正价值,不只是“有人发布了一个新功能”,而是它揭示了 the-decoder.com 背后的产品方向、工作流变化或竞争信号。对 OPC 来说,这种信息可以转化成持续追踪的栏目选题。

如果把《Google Deepmind 的 WeatherNext 同时预测气旋路径和强度》放到你的内容系统里,它最大的价值在于帮助读者更快看懂“为什么值得关注”,而不是只看到一条碎片化动态。

参考来源

AI SUMMARY

这篇文章回答了什么

Google Deepmind 的 WeatherNext 同时预测气旋路径和强度主要讲什么?

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

这篇文章最值得关注的要点是什么?

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

这篇文章和哪些AI专题相关?

它适合放在AI副业、AI工具、AI超级个体专题里阅读。 关联原因:这篇内容命中「项目、小生意、变现」等主题信号。;这篇内容命中「模型」等主题信号。;这篇内容命中「学习」等主题信号。

阅读这篇文章建议先理解哪些关键词?

建议先理解AI工具、工具、自动化、模型、Cursor这些关键词,再结合正文判断工具、机会或风险是否值得进入自己的工作流。

上一篇 从黑客事件中汲取的教训:前沿模型攻击暴露激励与治理失衡 下一篇 谷歌的DiffusionGemma证明构建文本扩散模型无需从头训练