PulseAugur
EN
LIVE 10:40:00

TERRA framework tackles memory demands for high-resolution AI Earth modeling

Researchers have developed TERRA, a new framework designed to handle the memory-intensive demands of training high-resolution AI-based Earth forecasting models. TERRA introduces Sampling-Aware Window, Sequence, and Tensor Parallelism (SAWSTP) to manage attention costs and memory usage, particularly for models like Swin Transformers. The framework also incorporates Memory Orchestration (MO) for efficient checkpoint planning and activation offloading during long-lead finetuning. Experiments demonstrate TERRA's capability to train models with up to 11.4 billion parameters on 96 H200 GPUs, achieving significant scaling efficiencies and reducing peak GPU memory usage. AI

IMPACT Enables training of larger, more accurate AI models for Earth forecasting by optimizing memory and computational efficiency.

RANK_REASON The cluster describes a new framework and parallelism techniques presented in an academic paper for AI-based Earth modeling. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CV →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

TERRA framework tackles memory demands for high-resolution AI Earth modeling

COVERAGE [1]

  1. arXiv cs.CV TIER_1 English(EN) · Ruohan Wu, Ziqi Zhu, Yang Zhao, Jiarui Tang, Yingzhe Cui, Junshi Chen, Zhao Jing, Jun Shi, Hong An ·

    TERRA: A Hierarchical Parallel Training and Memory Orchestration Framework for High-Resolution AI-based Earth Modeling

    arXiv:2608.15211v1 Announce Type: new Abstract: Training high-resolution AI-based Earth forecasting models is memory-intensive. Window-based Swin Transformers reduce the quadratic cost of global attention, but existing distributed systems such as AERIS primarily target pixel-leve…