Understanding Transformers for Time Series: Rank Structure, Flow-of-ranks, and Compressibility
Annan Yu, Danielle C. Maddix, Boran Han, Xiyuan Zhang, Abdul Fatir Ansari, Oleksandr Shchur, Christos Faloutsos, Andrew Gordon Wilson, Michael W. Mahoney, Yuyang Wang
TL;DR
This paper analyzes Transformers for time-series through a rank-structure lens, revealing that time-series embeddings have sharply decaying singular values which enable accurate low-rank approximations of the $Q/K/V$ projections and compressible attention. It introduces the flow-of-ranks concept to explain how depth and nonlinearities increase rank, and proves formal guarantees on attention compressibility for low-rank inputs while showing incompressibility for high-rank inputs. The authors develop a principled framework that guides design choices for width, depth, and heads, and demonstrate practical compression on Chronos and Chronos-Bolt, achieving substantial speedups and memory reductions with minimal or no loss in accuracy. They also compare pretrained vs. pretraining-compressed models, showing that a compressed, purpose-built TSFM can outperform traditional local methods and expand the time–accuracy Pareto frontier. Overall, the work provides both theoretical insights and actionable techniques for exploiting compressibility in time-series foundation models, with broad implications for efficient deployment in data-scarce regimes.
Abstract
Transformers are widely used across data modalities, and yet the principles distilled from text models often transfer imperfectly to models trained to other modalities. In this paper, we analyze Transformers through the lens of rank structure. Our focus is on the time series setting, where the structural properties of the data differ remarkably from those of text or vision. We show that time-series embeddings, unlike text or vision, exhibit sharply decaying singular value spectra: small patch sizes and smooth continuous mappings concentrate the data into low-rank subspaces. From this, we prove that the associated $Q/K/V$ projections admit accurate low-rank approximations, and that attention layers become compressible in proportion to the decay of the embedding spectrum. We introduce the concept of flow-of-ranks, a phenomenon by which nonlinear mixing across depth inflates the rank, explaining why early layers are most amenable to compression and why ranks grow with depth. Guided by these theoretical and empirical results, we use these insights to compress Chronos, a large time series foundation model, achieving a reduction of $65\%$ in inference time and $81\%$ in memory, without loss of accuracy. Our findings provide principled guidance for allocating width, depth, and heads in time series foundation models, and for exploiting their inherent compressibility.
