Universal Redundancies in Time Series Foundation Models
Anthony Bao, Venkata Hasith Vattikuti, Jeffrey Lai, William Gilpin
TL;DR
This work analyzes transformer-based Time Series Foundation Models (TSFMs) to forecast unseen series in a zero-shot setting. It reveals universal redundancies in intermediate layers, especially the middle layers, and introduces a mechanistic interpretability toolbox including residual-stream ablations and direct logit attribution. A kernel-regression perspective of attention shows cross-attention behaves like a Nadaraya-Watson estimator, with sharp heads driving context parroting and seasonality bias; the authors propose an intrinsic head-pruning strategy based on stable rank $\text{sr}(A) = \|A\|_F^2/\|A\|_2^2$, preserving forecast structure even after ablating up to about $28\%$ of heads across models on GIFT-Eval and related benchmarks. These findings highlight universal redundancies in TSFMs and offer practical compression strategies for zero-shot forecasting, backed by an open-source toolbox for mechanistic interpretability.
Abstract
Time Series Foundation Models (TSFMs) leverage extensive pretraining to accurately predict unseen time series during inference, without the need for task-specific fine-tuning. Through large-scale evaluations on standard benchmarks, we find that leading transformer-based TSFMs exhibit redundant components in their intermediate layers. We introduce a set of tools for mechanistic interpretability of TSFMs, including ablations of specific components and direct logit attribution on the residual stream. Our findings are consistent across several leading TSFMs with diverse architectures, and across a diverse set of real-world and synthetic time-series datasets. We discover that all models in our study are robust to ablations of entire layers. Furthermore, we develop a theoretical framework framing transformers as kernel regressors, motivating a purely intrinsic strategy for ablating heads based on the stable rank of the per-head projection matrices. Using this approach, we uncover the specific heads responsible for degenerate phenomena widely observed in TSFMs, such as parroting of motifs from the context and seasonality bias. Our study sheds light on the universal properties of this emerging class of architectures for continuous-time sequence modeling.
