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

行星预测引擎:通过Earth AI自动化全球模型

Google Earth AI推出行星预测引擎(PPE),可自主执行从数据发现到模型训练的完整地理空间建模流程,将数周工作缩短至几分钟。

SOURCE / AI小生意项目库 MIN / 9 ACCESS / 免费阅读 POST / 2026-08-28 01:37:20

原贴

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

原文

Rama Pasumarthi, Staff Software Engineer, and Shravya Shetty, Distinguished Engineer, Google Research As part of Google Earth AI , we introduce the planetary prediction engine (PPE), an experimental research capability that autonomously executes the full geospatial modeling workflow — from data discovery to model training — achieving improvements across diverse prediction tasks in public health, food security, environmental risk, and socioeconomics. Addressing humanity's most pressing global challenges — from forecasting regional food security and environmental disaster risks to tracking real-time disease outbreaks and mapping socio-economic vulnerability — requires high-fidelity geospatial modeling. However, building these models is hindered by a fragmented data ecosystem that requires specialized teams to spend weeks on manual data curation, feature engineering, and specialized spatial validation. While existing AutoML and LLM-based agents effectively automate standard machine learning pipelines, they rely on pre-curated tabular data and lack the specialized capabilities needed to autonomously handle geospatial workflows. Consequently, planetary-scale analytics remains a significant bottleneck, a limitation that is especially severe when rapid response is critical during humanitarian crises. Today we introduce the planetary prediction engine (PPE), the latest experimental research capability within our broader Google Earth AI initiative that turns planetary information into actionable insights. Previously, we demonstrated Earth AI’s reasoning capabilities in intelligently bringing together diverse geospatial assets. As an autonomous AI system, PPE executes the full geospatial prediction workflow, from planetary-scale data discovery and cleanup to training and evaluation, directly from natural-language queries. Given a geospatial predictive query, PPE will autonomously retrieve relevant data, engineer features, train and evaluate predictive models, and generate a comprehensive report. We demonstrate that by delivering improvements over diverse benchmarks without manual intervention, PPE effectively reduces the time needed to build complex planetary prediction models from weeks that include manual data engineering to mere minutes that result in autonomous insight. The PPE decomposes the predictive workflow into three modular stages, each orchestrated by an LLM: Stage 1: Intelligent geospatial data selection. Given a natural-language query, the PPE translates the prompt into strict geographic constraints (spatial granularity, join-keys, temporal scope). It then conducts grounded signal discovery, formulating domain hypotheses and identifying both direct and causal proxy signals validated against published literature. PPE systematically retrieves covariates from established geospatial repositories including Data Commons and Google Earth Engine . For signals not available in established repositories, the system performs live open-web discovery, searching government portals and academic repositories at inference time. Stage 2: Multimodal dataset curation. The assembled covariates are fused with pre-trained geospatial foundation model embeddings, Population Dynamics Foundation Models (PDFM) for socio-demographic latent states and AlphaEarth for satellite imagery semantics. The system implements a strict “Feature Gate” that enforces automated target leakage mitigation, evaluating every candidate covariate against four anti-leakage criteria (filtering out mathematical sub-components, shared survey data, downstream causal effects, and future temporal data) to ensure the integrity of downstream evaluations. Stage 3: Automated model building and prediction. Here, PPE shifts from data curation to model optimization and evaluation. The system searches over multiple model families such as regularized linear models, gradient-boosted decision trees (GBDT), and multi-layer perceptrons , with custom logic to prevent overfitting (Overfit

中文翻译

作为Google Earth AI的一部分,我们推出了行星预测引擎(PPE),这是一种实验性研究能力,可自主执行完整的地理空间建模工作流程——从数据发现到模型训练——在公共卫生、粮食安全、环境风险和社会经济学等多项预测任务中实现改进。

应对人类最紧迫的全球挑战——从预测区域粮食安全和环境灾害风险,到追踪实时疾病暴发和绘制社会经济脆弱性地图——需要高保真地理空间建模。然而,构建这些模型受到分散数据生态系统的阻碍,这要求专业团队花费数周时间进行手动数据整理、特征工程和专门的空间验证。虽然现有的AutoML和基于LLM的智能体有效地自动化了标准机器学习流水线,但它们依赖于预整理的表格数据,缺乏自主处理地理空间工作流所需的专门能力。因此,行星尺度分析仍然是一个重大瓶颈,在人道主义危机期间需要快速响应时,这一限制尤为严重。

今天,我们推出行星预测引擎(PPE),这是我们更广泛的Google Earth AI计划中的最新实验性研究能力,将行星信息转化为可操作的见解。此前,我们展示了Earth AI在智能整合多样化地理空间资产方面的推理能力。作为一个自主AI系统,PPE直接根据自然语言查询执行完整的地理空间预测工作流程,从行星尺度的数据发现和清理到训练和评估。给定地理空间预测查询,PPE将自主检索相关数据、设计特征、训练和评估预测模型,并生成综合报告。我们证明,通过在不进行手动干预的情况下在多个基准测试中实现改进,PPE有效地将构建复杂行星预测模型所需的时间从包括手动数据工程的数周缩短到仅需几分钟的自主洞察。

PPE将预测工作流程分解为三个模块化阶段,每个阶段由LLM编排:

第一阶段:智能地理空间数据选择。给定自然语言查询,PPE将提示转换为严格的地理约束(空间粒度、连接键、时间范围)。然后它进行有依据的信号发现,制定领域假设,并识别针对已发表文献验证的直接和因果代理信号。PPE系统地从既有地理空间存储库(包括Data Commons和Google Earth Engine)中检索协变量。对于既有存储库中不可用的信号,系统在推理时进行实时开放网络发现,搜索政府门户和学术存储库。

第二阶段:多模态数据集整理。将汇总的协变量与预训练的地理空间基础模型嵌入(用于社会人口潜在状态的Population Dynamics Foundation Models (PDFM)和用于卫星图像语义的AlphaEarth)融合。系统实施严格的“特征门”,强制执行自动目标泄漏缓解,根据四个防泄漏标准(过滤掉数学子组件、共享调查数据、下游因果效应和未来时间数据)评估每个候选协变量,以确保下游评估的完整性。

第三阶段:自动化模型构建和预测。在这里,PPE从数据整理转向模型优化和评估。系统在多种模型族(如正则化线性模型、梯度提升决策树(GBDT)和多层感知器)中进行搜索,并具有防止过拟合的自定义逻辑(Overfit

核心信息

Google Earth AI推出行星预测引擎(PPE),可自主执行从数据发现到模型训练的完整地理空间建模流程,将数周工作缩短至几分钟。

  • Google Earth AI推出行星预测引擎(PPE),可自主执行从数据发现到模型训练的完整地理空间建模流程,将数周工作缩短至几分钟。
  • 原贴提到:Rama Pasumarthi, Staff Software Engineer, and Shravya Shetty, Distinguis
  • 来源:research.google

详细解读

信号解读

Google Earth AI推出行星预测引擎(PPE),标志着AI在地理空间领域从“辅助分析”走向“全流程自主”。这不仅是技术升级,更是对传统地理空间建模范式的颠覆——未来,自然语言即可驱动复杂的地球系统预测。

为什么重要

传统地理空间建模需要专业团队数周时间处理数据集成、特征工程和空间验证。PPE通过LLM编排三个自动化阶段,将这一过程压缩到分钟级,且无需人工干预。这极大降低了地理空间分析的门槛,使得在公共卫生应急、粮食安全预警、环境灾害响应等场景中,决策者可以更快获得洞察,尤其在人道主义危机中,速度意味着生命。

对谁有价值

对公共卫生机构、农业部门、环境监测组织和社会经济研究机构,PPE提供了即时生成高置信度预测的能力;对数据科学家和分析师,它演示了如何将AutoML和LLM扩展到非表格数据;对AI从业者,这是多模态基础模型(如PDFM和AlphaEarth)在实际问题中融合的范本。

行动建议

关注Google Earth AI的后续公开和API发布,尽早测试PPE对自身业务场景的适应性。对于已有地理空间数据积累的机构,可借鉴其模块化设计,构建内部自动化建模流水线。对于技术团队,建议研究PPE中“特征门”的防泄漏机制,以提升模型可靠性。

风险与限制

作为实验性能力,PPE的输出质量仍需在大规模真实场景中验证。自动数据发现可能存在未预期的偏差,防泄漏机制虽严格但并非完美。此外,依赖外部数据源的实时检索可能受网络可用性影响,且有数据版权风险。在关键决策中,仍需谨慎对待自动化模型的预测结果,建议加入人工审查环节。

信息差价值

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

如果把《行星预测引擎:通过Earth AI自动化全球模型》放到你的内容系统里,它最大的价值在于帮助读者更快看懂“为什么值得关注”,而不是只看到一条碎片化动态。

参考来源

AI SUMMARY

这篇文章回答了什么

行星预测引擎:通过Earth AI自动化全球模型主要讲什么?

Google Earth AI推出行星预测引擎(PPE),可自主执行从数据发现到模型训练的完整地理空间建模流程,将数周工作缩短至几分钟。

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

Google Earth AI推出行星预测引擎(PPE),可自主执行从数据发现到模型训练的完整地理空间建模流程,将数周工作缩短至几分钟。;原贴提到:Rama Pasumarthi, Staff Software Engineer, and Shravya Shetty, Distinguis;来源:research.google

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

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

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

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

上一篇 OpenAI联合100多家公司签署公开信,警告AI驱动的关键基础设施网络攻击迫在眉睫 下一篇 谷歌的 Gemini Omni 1.1 Flash 让 AI 视频生成更便宜、更灵活