🤖 AI Summary
Scientific foundation models are often limited in high-stakes scenarios due to poorly calibrated predictive uncertainty. This work proposes a stochastic attention mechanism applied at inference time, which replaces Softmax weights with normalized multinomial sampling to generate prediction ensembles without requiring model retraining. A single-parameter posterior calibration objective is introduced to enable efficient tuning. The method uniquely incorporates controllable randomness in a lightweight manner during inference, significantly improving both calibration efficiency and the sharpness of predictive intervals. Experimental results on weather and time series forecasting tasks demonstrate that the approach achieves state-of-the-art native calibration performance and yields substantially tighter prediction intervals compared to existing uncertainty-aware baselines, with tuning completed in minutes rather than days.
📝 Abstract
Transformer-based scientific foundation models are increasingly deployed in high-stakes settings, but current architectures give deterministic outputs and provide limited support for calibrated predictive uncertainty. We propose Stochastic Attention, a lightweight inference-time modification that randomizes attention by replacing softmax weights with normalized multinomial samples controlled by a single concentration parameter, and produces predictive ensembles without retraining. To set this parameter, we introduce a calibration objective that matches the stochastic attention output with the target, yielding an efficient univariate post-hoc tuning problem. We evaluate this mechanism on two scientific foundation models for weather and timeseries forecasting along with an additional regression task. Across benchmarks against uncertainty-aware baselines, we find that Stochastic Attention achieves the strongest native calibration and the sharpest prediction intervals at comparable coverage, while requiring only minutes of post-hoc tuning versus days of retraining for competitive baselines.