AI觉醒星球
Awakening is here
Knowledge File / 全球热点解读
2026-06-04 5 浏览 公开

趋势解读:The next chapter in flood resilience,讨论数据集与基础模型

Google Research 开源其水文建模框架,使国家气象水文部门能够集成基于AI的洪水预报到自身工作流程,通过开放数据和模型架构提升全球防洪能力。

SOURCE / 全球热点解读 MIN / 9 ACCESS / 公开 POST / 2026-06-04 02:37:32

原贴

查看原文
作者:Google Research Blog 来源站点:research.google 原贴时间:

原文

Grey Nearing and Deborah Cohen, Research Scientists, Google Research We have open-sourced our hydrology model to enable National Meteorological and Hydrological Services to integrate advanced AI-based flood forecasting into their own workflows. Floods are one of the most devastating natural hazards worldwide, often arriving with little warning and leaving long-term damage. Over several years, Google Research has built state-of-the-art AI models for more accurate flood forecasting , ensuring this technology reaches frontline responders to give them time to act. To help further protect vulnerable communities, we are now open-sourcing our hydrology modeling framework on GitHub for others to use and build upon. This open source modeling framework allows researchers and forecasters to train AI flood forecasting models with the same architecture and similar training data to what is used to power riverine flood forecasts on Google’s Flood Hub. It is developed to allow hydrological scientists to build on what we have done at Google Research by adding and testing new models, data, and approaches. It also allows operational forecasters — people whose job entails providing actionable flood warnings for specific areas — to incorporate local data and knowledge into state-of-the-art AI-based flood forecasting. We believe that a scientific breakthrough reaches its full potential when it empowers others to replicate and expand upon findings, ensuring that innovation is a catalyst for worldwide progress. That's why we developed this framework internally and tested it with partners like the Czech Hydrometeorological Institute (CHMI). Releasing our model architecture and training pipeline represents a fundamental shift in global flood preparedness, allowing National Meteorological and Hydrological Services (NMHSs), other meteorological agencies, and authorities to retain full control of their data while empowering local experts to refine models using specialized datasets. Our hydrology model is a Python package that uses the open source PyTorch machine learning modeling package to implement the river forecast model that drives the Google Flood Hub. These models take input data in the form of geographical features related to climate, soils, topography, and land cover, along with meteorological forecasts related to rainfall, temperature, and other weather conditions to predict the daily flow rate of rivers around the world. The hydrology modeling package includes model architectures based on Long Short Term Memory (LSTM) Networks, and a training pipeline that allows these models to be trained using historical river data from the open source Caravan dataset . Researchers and flood forecasting agencies can add their own data to this open source data repository to train or fine tune models to their local watersheds. To get started with implementation, check out this interactive tutorial notebook in Python and the associated video tutorial on Youtube on navigating the model code . This code repository includes two distinct versions of our hydrological model: the original version tested in our benchmarking study published in 2024 , and an upgraded model that currently powers real-time global flood forecasting on Flood Hub . The new model builds upon the foundational success of our initial research by transitioning to a new model architecture. This framework allows us to process diverse, multi-source meteorological inputs into a unified flood prediction system, illustrated in the figure below. Our recent benchmarking study shows that this new model extends the reliable predictive horizon by six days in gauged basins and by one day in ungauged basins relative to the previous version. The v2 model uses an ME-LSTM architecture to process disparate weather data into a unified flood prediction. Each weather product is embedded by a different network; these outputs are fed into an LSTM network, which generates a probability distribution for streamflo

中文翻译

我们已经开源了我们的水文模型,使国家气象和水文部门能够将先进的基于人工智能的洪水预报集成到他们自己的工作流程中。洪水是全球最具破坏性的自然灾害之一,通常在没有任何预警的情况下到来,并造成长期损害。多年来,谷歌研究院已经建立了最先进的人工智能模型,以实现更准确的洪水预报,确保该技术能够到达一线响应人员,让他们有时间采取行动。为了帮助进一步保护脆弱社区,我们现在在 GitHub 上开源我们的水文建模框架,供其他人使用和构建。

核心信息

Google Research 开源其水文建模框架,使国家气象水文部门能够集成基于AI的洪水预报到自身工作流程,通过开放数据和模型架构提升全球防洪能力。

  • Google开源洪水预测水文模型和训练管道
  • 新ME-LSTM架构将预测期延长6天
  • 支持气象部门本地化部署,保留数据主权
  • 与Caravan数据集结合,降低研发门槛
  • 全球防洪从封闭API走向开放协作生态

详细解读

这是什么信号

Google Research 开源了其洪水预报水文模型框架(基于LSTM和ME-LSTM架构),并联合Caravan数据集,允许研究者和预报机构自由使用、微调和本地化部署。这标志着AI洪水预测从封闭研究走向开放基础设施,降低了先进模型的使用门槛。

为什么重要

洪水是全球高频高损灾害,但许多欠发达国家缺乏本地化预测能力。Google的开源框架通过提供预训练模型和可扩展的架构,让任何国家的气象部门都能基于本地数据训练模型,避免依赖外部黑盒API,保留数据主权。同时,新的ME-LSTM架构将预报准确率在未测流域提升了1天,在测流域提升6天,这是一个显著的进步。

对谁有价值

国家气象水文部门、灾害应急机构、水文科研人员、开发AI预警系统的创业公司。尤其对缺乏算力和专业团队的发展中国家,可直接复用Google预训练模型,降低开发成本。

可以怎么行动

气象机构:下载GitHub代码,使用Caravan数据集或本地观测数据训练模型;科研人员:在框架上测试新架构,例如融合卫星图像或社交媒体数据;创业公司:基于该框架开发地域定制化的洪水SaaS产品,卖给保险公司或政府。

风险或限制

模型依赖历史水文数据,数据稀疏地区(如非洲内陆)精度可能不足;ME-LSTM架构需要一定机器学习经验,对非技术用户仍有门槛;开源协议未明确商业使用限制,需关注后续更新。

信息差价值

信息差价值:多数人只看到AI洪水预警的新闻,但未意识到Google此次开源的深度——它不仅是模型权重,而是完整的建模框架+训练流程+基准数据集。这意味着任何机构都能复制Google的Flood Hub能力,而不仅仅是调用API。这对国内气象服务商是重要信号:过去需要自研底层模型,现在可直接在Google方案上改良,节省数年研发周期。

业务启发:对于防洪相关企业,应快速测试该框架适配本地流域,例如结合中国水利部的观测数据微调模型,开发符合本地标准的预警产品。同时可探索将框架扩展到城市内涝预测(需加入排水管网数据)。第三方咨询公司可以此框架为基础,为地方政府提供防洪方案评估服务。

可沉淀动作:立即下载GitHub仓库,在自有云环境(如阿里云)部署并运行交互式教程;联系当地气象局争取合作试点;在公众号或技术社区输出中文解读,抢占行业认知位。

参考来源

上一篇 Anthropic 发布新动态,聚焦产品能力与工作流变化(How well do the security community's techniques hol 下一篇 趋势解读:Ideogram 4.0 drops as an open-weight model with,提升开发者接入体验