Knowledge File / AI小生意项目库
OlmoEarth平台:行星尺度的地理空间推理
AI2推出OlmoEarth平台,支持地球观测基础模型的大规模推理,解决了从数据获取到模型推理的工程挑战,成本低至每平方公里几分之一美分。
SOURCE / AI小生意项目库
MIN / 4
ACCESS / 会员
POST / 2026-07-29 00:27:42
原贴
查看原文原文
🌍 Learn more about OlmoEarth Platform: https://allenai.org/olmoearth The OlmoEarth models are our family of Earth observation foundation models, pretrained on roughly 10 terabytes of multimodal satellite data. Governments, NGOs, and other mission-driven organizations are already adapting OlmoEarth for applications including deforestation monitoring, food security, and wildfire risk. At Ai2, we know how to train and release powerful open models, and for organizations with strong engineering teams, an open model is all they need to run with. But most organizations in the environmental space – the ones best placed to apply these models – don't have the infrastructure or engineering teams that can manage the full lifecycle: labeling data, fine-tuning models, and running large-scale inference. We’ve spent more than a decade operating platforms like Skylight and EarthRanger , software that users around the world rely on every day, so it has to work every day. That experience taught us what delivering impact takes: running models cost-effectively at the right time and place, monitoring performance, turning raw outputs into actionable insights, and verifying those outputs drive the outcomes partners want. That’s why we built the OlmoEarth Platform : infrastructure for taking geospatial models from fine-tuning and evaluation to large-scale inference. Inference at this scale presents its own set of challenges. Satellite imagery must be found and accessed across multiple providers, aligned across projections and resolutions, and processed efficiently. Results then have to be stitched into geographically consistent maps while the infrastructure recovers from the routine failures of distributed computing. Today, the platform can run inference across continent-scale areas in roughly a day, processing dozens of terabytes of imagery at a cost of fractions of a penny per square kilometer. Developing it meant confronting a series of engineering challenges that others working on large-scale geospatial systems are likely to encounter as well. This post walks through those challenges and the solutions we arrived at. A recent wildfire risk map generated on the OlmoEarth Platform, with statistics. Most ML models take in a few megabytes of data and produce a result in under a second—think LLMs processing a paragraph of text or computer vision models analyzing a photo from a smartphone. Earth observation inference operates at a very different scale—a single job fine-tuning a foundation model for maximum performance can move terabytes of data and run for hours. The inputs may span multiple spectral bands, sensor types, and time steps across a large geographic area. They can come from several providers, each using different projections and resolutions, and may include observations that are missing or obscured by clouds. The output is itself a map, so every prediction must remain precisely aligned with the same projection and coordinate grid as the areas around it. Even acquiring the data can be a major challenge. Prediction jobs often spend more time downloading and preparing imagery than running the model itself, making efficient data pipelines critical. Those pipelines must handle high-volume I/O while providing the compute needed to reproject and resample imagery. Because data acquisition and preparation often dominate an inference job’s runtime, assigning that work to GPUs would leave the system’s most expensive hardware doing tasks better suited to CPUs. We therefore divide each job into three stages, each matched to a distinct hardware profile: Data acquisition and preprocessing (CPU, high I/O): Fetch, reproject, align, and normalize imagery, then write it in a format optimized for fast loading during inference. Inference (GPU): Run the model’s forward pass and write minimally processed outputs directly to storage.
中文翻译
OlmoEarth模型是我们家族的地球观测基础模型,在大约10TB的多模态卫星数据上预训练。政府、非政府组织和其他使命驱动型组织已经在将OlmoEarth应用于包括森林砍伐监测、粮食安全和野火风险在内的场景。
核心信息
AI2推出OlmoEarth平台,支持地球观测基础模型的大规模推理,解决了从数据获取到模型推理的工程挑战,成本低至每平方公里几分之一美分。
- AI2推出OlmoEarth平台,支持地球观测基础模型的大规模推理,解决了从数据获取到模型推理的工程挑战,成本低至每平方公里几分之一美分。
- 原贴提到:🌍 Learn more about OlmoEarth Platform: https://allenai.org/olmoearth The
- 来源:huggingface.co
试看内容
成为会员查看完整内容
你已经看到了这篇内容的前置整理,剩余深度部分仅对会员开放。
详细解读
信息差价值
参考来源
成为会员查看完整内容