On Neural Scaling Laws for Weather Emulation through Continual Training

arXiv cs.LG / 3/27/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper studies neural scaling laws in scientific machine learning for weather emulation/forecasting, using a minimal, scalable Swin Transformer setup to isolate key scaling behaviors.
  • It proposes an efficient training strategy based on continual training with constant learning rates plus periodic cooldowns, showing predictable scaling trends and improved performance versus standard cosine schedules.
  • The authors find that cooldown phases can be repurposed to enhance downstream tasks, including longer multi-step rollout horizons and sharper predictions via spectral loss adjustments.
  • By running experiments across many model/data sizes and compute budgets, the work constructs IsoFLOP curves and identifies compute-optimal training regimes.
  • The study argues that extrapolated scaling trends can help diagnose performance limits for efficient resource allocation, and it releases code for reproducibility.

Abstract

Neural scaling laws, which in some domains can predict the performance of large neural networks as a function of model, data, and compute scale, are the cornerstone of building foundation models in Natural Language Processing and Computer Vision. We study neural scaling in Scientific Machine Learning, focusing on models for weather forecasting. To analyze scaling behavior in as simple a setting as possible, we adopt a minimal, scalable, general-purpose Swin Transformer architecture, and we use continual training with constant learning rates and periodic cooldowns as an efficient training strategy. We show that models trained in this minimalist way follow predictable scaling trends and even outperform standard cosine learning rate schedules. Cooldown phases can be re-purposed to improve downstream performance, e.g., enabling accurate multi-step rollouts over longer forecast horizons as well as sharper predictions through spectral loss adjustments. We also systematically explore a wide range of model and dataset sizes under various compute budgets to construct IsoFLOP curves, and we identify compute-optimal training regimes. Extrapolating these trends to larger scales highlights potential performance limits, demonstrating that neural scaling can serve as an important diagnostic for efficient resource allocation. We open-source our code for reproducibility.