Quantifying Memory Utilization with Effective State-Size
Rom N. Parnichkun, Neehal Tumma, Armin W. Thomas, Alessandro Moro, Qi An, Taiji Suzuki, Atsushi Yamashita, Michael Poli, Stefano Massaroli
TL;DR
Problem: understanding memory utilization beyond capacity in sequence models with linear and input-varying operators. Approach: Introduce effective state-size (ESS) defined as $\text{ESS}_i = \operatorname{rank}(H_i)$ with $H_i = T_{i:, :i-1}$, and develop tolerance-ESS and entropy-ESS variants; unify linear systems and LIVs under a single operator view. Contributions: theoretical links between ESS and minimal recurrent realization; empirical validation across memory-intensive tasks; demonstrations of initialization, regularization, distillation, and state modulation in language models. Significance: ESS provides a principled, interpretable metric to guide memory-aware design and optimization in diverse sequence-model architectures.
Abstract
The need to develop a general framework for architecture analysis is becoming increasingly important, given the expanding design space of sequence models. To this end, we draw insights from classical signal processing and control theory, to develop a quantitative measure of \textit{memory utilization}: the internal mechanisms through which a model stores past information to produce future outputs. This metric, which we call \textbf{\textit{effective state-size}} (ESS), is tailored to the fundamental class of systems with \textit{input-invariant} and \textit{input-varying linear operators}, encompassing a variety of computational units such as variants of attention, convolutions, and recurrences. Unlike prior work on memory utilization, which either relies on raw operator visualizations (e.g. attention maps), or simply the total \textit{memory capacity} (i.e. cache size) of a model, our metrics provide highly interpretable and actionable measurements. In particular, we show how ESS can be leveraged to improve initialization strategies, inform novel regularizers and advance the performance-efficiency frontier through model distillation. Furthermore, we demonstrate that the effect of context delimiters (such as end-of-speech tokens) on ESS highlights cross-architectural differences in how large language models utilize their available memory to recall information. Overall, we find that ESS provides valuable insights into the dynamics that dictate memory utilization, enabling the design of more efficient and effective sequence models.
