The Decoder:AI News(RSS)
67AI 编辑部评分,满分 100

Google DeepMind 推出 WeatherNext Cyclones,同时预测气旋路径与强度

2026-08-09 20:29· 1小时前· Jonathan Kemper
AI 导读

Google DeepMind 推出 WeatherNext Cyclones(WN-C),可同时预测热带气旋路径与强度,五天路径误差平均 230 公里,优于 ECMWF ENS 的 370 公里。该模型基于 Functional Generative Networks,单次前向传播即可生成预测,速度比扩散模型快 8 倍,代码与权重已在 GitHub 开源。

Image description

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.

WN-C solves a decades-old tradeoff

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.

Flowchart of WeatherNext Cyclones showing how the model generates forecasts in 6-hour steps tracking Hurricane Milton's path out to +96 hours, with three probability maps for wind speeds at 34, 50, and 64 knots.
The model advances the global atmospheric state in 6-hour steps and derives the cyclone track directly, shown here for Hurricane Milton. From 1,000 runs, the maps below show the probability at each location of winds reaching 34, 50, and 64 knots. | Image: Google Deepmind

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.

Coarse data, sharper forecasts

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.

Functional generative networks replace diffusion

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.

1,000 scenarios per storm

A 15-day forecast runs in under a minute on one of Google's AI chips, so Deepmind scaled the number of parallel forecast runs from 50 to 1,000. Large ensembles like this could help capture rare extreme events more reliably. The Critical Success Index, which weighs correct warnings against false alarms and missed events, jumps from below 0.3 to 0.5, according to the paper.

Three line charts showing track, intensity, and extent error over five days of lead time. WeatherNext Cyclones in blue consistently falls below GenCast, ENS, and HAFS, with arrows marking roughly one day of advantage.
WN-C's blue line reaches the error levels of ENS, GenCast, and HAFS about one day later in each case, which amounts to one extra day of warning time in practice. At the five-day horizon, the position error sits at 230 kilometers instead of 370. | Image: Google Deepmind

A complement, not a replacement

Traditional numerical models still matter, according to Deepmind. The NHC typically combines results from several physics-based models into a weighted average for its official forecasts, split between track (TVCN) and intensity (IVCN). In a simulated weighted addition to these consensus models, WN-C improves track forecasts by an average of 28 percent. For intensity, the gain is about 6 percent. The smaller intensity improvement shows that traditional models still contribute heavily in that area.

Two scatter plots showing annual 3-day error from 2005 to 2025. Left shows position error from ECMWF-ENS, right shows intensity error from HWRF. Blue data points for WeatherNext Cyclones starting in 2023 sit well below both trendlines.
Position errors from ENS and intensity errors from HWRF have declined slowly since 2005. The blue data points starting in 2023 show WN-C gaining as much in a single step as traditional models achieved over roughly a decade. | Image: Google Deepmind

A model years in the making

Deepmind has made all of this publicly available, releasing the code and weights for both WeatherNext 2 and WeatherNext Cyclones on GitHub. The mini variant runs on a single TPU in a free Colab notebook. For official warnings, the authors still point users to national weather services. WN-C is meant to support forecasters, not replace them.

Last year, Deepmind introduced WeatherNext 2, the underlying weather AI that is now open-source along with the cyclone variant. In June 2025, Deepmind and Google Research launched Weather Lab, a platform built for cyclone forecasting whose experimental model has now become WeatherNext Cyclones. The collaboration with NHC and CIRA was already in place at that point.

Before that, Deepmind released GenCast in late 2024, the first probabilistic weather model to beat ECMWF's ensemble, also open-source. WN-C swaps out GenCast's diffusion approach for the faster FGN method and broadens the scope to tropical cyclones.

Google's track record with forecasting hasn't always been this strong, though. Its Android Earthquake Alerts system severely underestimated the 2023 Turkey earthquakes, rating a 7.8 quake at just 4.5 to 4.9 and sending only 469 critical warnings when millions should have been alerted.

The scientific achievement comes during a turbulent stretch for Deepmind itself. CEO Demis Hassabis recently stepped back from day-to-day operations to become Alphabet's Chief Scientist, while chief researcher Jeff Dean left after 27 years to co-found the AI startup Discovery Loop with several other senior researchers.

Read on for the full picture.
Subscribe for hype-free coverage.

  • Access to all THE DECODER articles.
  • Read without distractions – no Google ads.
  • Access to comments and community discussions.
  • Weekly AI newsletter.
  • 6 times a year: “AI Radar” – deep dives on key AI topics.
  • Up to 25 % off on KI Pro online events.
  • Access to our full ten-year archive.
  • Get the latest AI news from The Decoder.

来源:The Decoder:AI News(RSS) · the-decoder.com

同一事件 · 1

Google DeepMind 推出 WeatherNext Cyclones,同时预测气旋路径与强度

The Decoder:AI News(RSS)·2026-08-09 20:29·1小时前·Jonathan Kemper
AI 导读

Google DeepMind 推出 WeatherNext Cyclones(WN-C),可同时预测热带气旋路径与强度,五天路径误差平均 230 公里,优于 ECMWF ENS 的 370 公里。该模型基于 Functional Generative Networks,单次前向传播即可生成预测,速度比扩散模型快 8 倍,代码与权重已在 GitHub 开源。

原文 · 保持原样,未翻译
Image description

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.

WN-C solves a decades-old tradeoff

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.

Flowchart of WeatherNext Cyclones showing how the model generates forecasts in 6-hour steps tracking Hurricane Milton's path out to +96 hours, with three probability maps for wind speeds at 34, 50, and 64 knots.
The model advances the global atmospheric state in 6-hour steps and derives the cyclone track directly, shown here for Hurricane Milton. From 1,000 runs, the maps below show the probability at each location of winds reaching 34, 50, and 64 knots. | Image: Google Deepmind

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.

Coarse data, sharper forecasts

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.

Functional generative networks replace diffusion

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.

1,000 scenarios per storm

A 15-day forecast runs in under a minute on one of Google's AI chips, so Deepmind scaled the number of parallel forecast runs from 50 to 1,000. Large ensembles like this could help capture rare extreme events more reliably. The Critical Success Index, which weighs correct warnings against false alarms and missed events, jumps from below 0.3 to 0.5, according to the paper.

Three line charts showing track, intensity, and extent error over five days of lead time. WeatherNext Cyclones in blue consistently falls below GenCast, ENS, and HAFS, with arrows marking roughly one day of advantage.
WN-C's blue line reaches the error levels of ENS, GenCast, and HAFS about one day later in each case, which amounts to one extra day of warning time in practice. At the five-day horizon, the position error sits at 230 kilometers instead of 370. | Image: Google Deepmind

A complement, not a replacement

Traditional numerical models still matter, according to Deepmind. The NHC typically combines results from several physics-based models into a weighted average for its official forecasts, split between track (TVCN) and intensity (IVCN). In a simulated weighted addition to these consensus models, WN-C improves track forecasts by an average of 28 percent. For intensity, the gain is about 6 percent. The smaller intensity improvement shows that traditional models still contribute heavily in that area.

Two scatter plots showing annual 3-day error from 2005 to 2025. Left shows position error from ECMWF-ENS, right shows intensity error from HWRF. Blue data points for WeatherNext Cyclones starting in 2023 sit well below both trendlines.
Position errors from ENS and intensity errors from HWRF have declined slowly since 2005. The blue data points starting in 2023 show WN-C gaining as much in a single step as traditional models achieved over roughly a decade. | Image: Google Deepmind

A model years in the making

Deepmind has made all of this publicly available, releasing the code and weights for both WeatherNext 2 and WeatherNext Cyclones on GitHub. The mini variant runs on a single TPU in a free Colab notebook. For official warnings, the authors still point users to national weather services. WN-C is meant to support forecasters, not replace them.

Last year, Deepmind introduced WeatherNext 2, the underlying weather AI that is now open-source along with the cyclone variant. In June 2025, Deepmind and Google Research launched Weather Lab, a platform built for cyclone forecasting whose experimental model has now become WeatherNext Cyclones. The collaboration with NHC and CIRA was already in place at that point.

Before that, Deepmind released GenCast in late 2024, the first probabilistic weather model to beat ECMWF's ensemble, also open-source. WN-C swaps out GenCast's diffusion approach for the faster FGN method and broadens the scope to tropical cyclones.

Google's track record with forecasting hasn't always been this strong, though. Its Android Earthquake Alerts system severely underestimated the 2023 Turkey earthquakes, rating a 7.8 quake at just 4.5 to 4.9 and sending only 469 critical warnings when millions should have been alerted.

The scientific achievement comes during a turbulent stretch for Deepmind itself. CEO Demis Hassabis recently stepped back from day-to-day operations to become Alphabet's Chief Scientist, while chief researcher Jeff Dean left after 27 years to co-found the AI startup Discovery Loop with several other senior researchers.

Read on for the full picture.
Subscribe for hype-free coverage.

  • Access to all THE DECODER articles.
  • Read without distractions – no Google ads.
  • Access to comments and community discussions.
  • Weekly AI newsletter.
  • 6 times a year: “AI Radar” – deep dives on key AI topics.
  • Up to 25 % off on KI Pro online events.
  • Access to our full ten-year archive.
  • Get the latest AI news from The Decoder.

来源:The Decoder:AI News(RSS)· the-decoder.com

同一事件 · 1