LGAICVJul 12, 2022

Earthformer: Exploring Space-Time Transformers for Earth System Forecasting

arXiv:2207.05833v2327 citationsh-index: 28Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of expensive and expertise-dependent numerical simulations for weather and climate forecasting, offering a data-driven alternative, though it appears incremental as it adapts Transformers to a new domain.

The authors tackled Earth system forecasting by proposing Earthformer, a space-time Transformer model that achieved state-of-the-art performance on benchmarks for precipitation nowcasting and El Nino/Southern Oscillation forecasting.

Conventionally, Earth system (e.g., weather and climate) forecasting relies on numerical simulation with complex physical models and are hence both expensive in computation and demanding on domain expertise. With the explosive growth of the spatiotemporal Earth observation data in the past decade, data-driven models that apply Deep Learning (DL) are demonstrating impressive potential for various Earth system forecasting tasks. The Transformer as an emerging DL architecture, despite its broad success in other domains, has limited adoption in this area. In this paper, we propose Earthformer, a space-time Transformer for Earth system forecasting. Earthformer is based on a generic, flexible and efficient space-time attention block, named Cuboid Attention. The idea is to decompose the data into cuboids and apply cuboid-level self-attention in parallel. These cuboids are further connected with a collection of global vectors. We conduct experiments on the MovingMNIST dataset and a newly proposed chaotic N-body MNIST dataset to verify the effectiveness of cuboid attention and figure out the best design of Earthformer. Experiments on two real-world benchmarks about precipitation nowcasting and El Nino/Southern Oscillation (ENSO) forecasting show Earthformer achieves state-of-the-art performance. Code is available: https://github.com/amazon-science/earth-forecasting-transformer .

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes