EVEREST: An Evidential, Tail-Aware Transformer for Rare-Event Time-Series Forecasting
Antanas Zilinskas, Robert N. Shorten, Jakub Marecek
TL;DR
EVEREST tackles the challenge of forecasting rare events in multivariate time series by delivering calibrated, tail-aware predictions with a compact transformer. It achieves this through a single-query attention bottleneck plus training-time auxiliaries: an evidential Normal–Inverse–Gamma head for closed-form uncertainty, an EVT tail head using a Generalised Pareto distribution, and a precursor head for early-event supervision, all regularised by a composite loss. The approach yields state-of-the-art True Skill Statistics on SHARP–GOES solar-flare tasks, strong reliability (low Expected Calibration Error), and successful cross-domain transfer to SKAB, all with a small footprint suitable for commodity hardware. Practically, EVEREST provides interpretable attention-based cues, threshold analysis under asymmetric costs, and prospective case-study validation, making it well-suited for high-stakes domains such as space weather, industrial monitoring, and satellite diagnostics. The work demonstrates that coupling a lightweight global aggregator with training-time tail and calibration regularisers can deliver robust, tail-sensitive forecasts without inference overhead.
Abstract
Forecasting rare events in multivariate time-series data is challenging due to severe class imbalance, long-range dependencies, and distributional uncertainty. We introduce EVEREST, a transformer-based architecture for probabilistic rare-event forecasting that delivers calibrated predictions and tail-aware risk estimation, with auxiliary interpretability via attention-based signal attribution. EVEREST integrates four components: (i) a learnable attention bottleneck for soft aggregation of temporal dynamics; (ii) an evidential head for estimating aleatoric and epistemic uncertainty via a Normal--Inverse--Gamma distribution; (iii) an extreme-value head that models tail risk using a Generalized Pareto Distribution; and (iv) a lightweight precursor head for early-event detection. These modules are jointly optimized with a composite loss (focal loss, evidential NLL, and a tail-sensitive EVT penalty) and act only at training time; deployment uses a single classification head with no inference overhead (approximately 0.81M parameters). On a decade of space-weather data, EVEREST achieves state-of-the-art True Skill Statistic (TSS) of 0.973/0.970/0.966 at 24/48/72-hour horizons for C-class flares. The model is compact, efficient to train on commodity hardware, and applicable to high-stakes domains such as industrial monitoring, weather, and satellite diagnostics. Limitations include reliance on fixed-length inputs and exclusion of image-based modalities, motivating future extensions to streaming and multimodal forecasting.
