xTime: Extreme Event Prediction with Hierarchical Knowledge Distillation and Expert Fusion
Quan Li, Wenchao Yu, Suhang Wang, Minhua Lin, Lingwei Chen, Wei Cheng, Haifeng Chen
TL;DR
xTime tackles extreme-event forecasting in time series by coupling hierarchical knowledge distillation with a mixture-of-experts router. Each rarity level is handled by a dedicated expert trained through knowledge transfer from more common events, and a rarity-aware loss guides specialization; a wavelet-based multi-resolution decomposition enriches inputs, and a router fuses expert outputs in an ordinal, top-$k$ fashion. Empirical results across four real-world datasets show consistent improvements over strong baselines, including notable reductions in extreme-event prediction error with balanced use of intermediate information. The approach is scalable, flexible in rarity definitions, and demonstrates practical impact for proactive risk management in climate and healthcare domains.
Abstract
Extreme events frequently occur in real-world time series and often carry significant practical implications. In domains such as climate and healthcare, these events, such as floods, heatwaves, or acute medical episodes, can lead to serious consequences. Accurate forecasting of such events is therefore of substantial importance. Most existing time series forecasting models are optimized for overall performance within the prediction window, but often struggle to accurately predict extreme events, such as high temperatures or heart rate spikes. The main challenges are data imbalance and the neglect of valuable information contained in intermediate events that precede extreme events. In this paper, we propose xTime, a novel framework for extreme event forecasting in time series. xTime leverages knowledge distillation to transfer information from models trained on lower-rarity events, thereby improving prediction performance on rarer ones. In addition, we introduce a mixture of experts (MoE) mechanism that dynamically selects and fuses outputs from expert models across different rarity levels, which further improves the forecasting performance for extreme events. Experiments on multiple datasets show that xTime achieves consistent improvements, with forecasting accuracy on extreme events improving from 3% to 78%.
