Enhancing AI-Based Tropical Cyclone Track and Intensity Forecasting via Systematic Bias Correction

arXiv cs.AI / 3/25/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper presents BaguanCyclone, a unified AI framework to improve tropical cyclone (TC) track and intensity forecasting by addressing discretization and smoothing errors from coarse input data.
  • It introduces a probabilistic center refinement module to predict TC centers as a continuous spatial distribution rather than being constrained to a fixed grid.
  • It also proposes a region-aware intensity forecasting module that uses dynamically defined, sub-grid zones around the TC core to better model localized intensity extremes, especially for strong storms.
  • Across six major TC basins using the global IBTrACS dataset, BaguanCyclone reportedly outperforms operational numerical weather prediction models and most AI baselines, including challenging scenarios like re-intensification, sweeping arcs, twin cyclones, and meandering events.
  • The authors provide implementation code publicly, enabling further research and potential adoption for more accurate TC forecasting workflows.

Abstract

Tropical cyclones (TCs) pose severe threats to life, infrastructure, and economies in tropical and subtropical regions, underscoring the critical need for accurate and timely forecasts of both track and intensity. Recent advances in AI-based weather forecasting have shown promise in improving TC track forecasts. However, these systems are typically trained on coarse-resolution reanalysis data (e.g., ERA5 at 0.25 degree), which constrains predicted TC positions to a fixed grid and introduces significant discretization errors. Moreover, intensity forecasting remains limited especially for strong TCs by the smoothing effect of coarse meteorological fields and the use of regression losses that bias predictions toward conditional means. To address these limitations, we propose BaguanCyclone, a novel, unified framework that integrates two key innovations: (1) a probabilistic center refinement module that models the continuous spatial distribution of TC centers, enabling finer track precision; and (2) a region-aware intensity forecasting module that leverages high-resolution internal representations within dynamically defined sub-grid zones around the TC core to better capture localized extremes. Evaluated on the global IBTrACS dataset across six major TC basins, our system consistently outperforms both operational numerical weather prediction (NWP) models and most AI-based baselines, delivering a substantial enhancement in forecast accuracy. Remarkably, BaguanCyclone excels in navigating meteorological complexities, consistently delivering accurate forecasts for re-intensification, sweeping arcs, twin cyclones, and meandering events. Our code is available at https://github.com/DAMO-DI-ML/Baguan-cyclone.