Time-SSM: Simplifying and Unifying State Space Models for Time Series Forecasting
Jiaxi Hu, Disen Lan, Ziyu Zhou, Qingsong Wen, Yuxuan Liang
TL;DR
This work addresses the gap in principled, scalable time-series forecasting with State Space Models by introducing Dynamic Spectral Operator theory and Time-SSM. It unifies SSMs with spectral-transform concepts, leverages HiPPO-LegP and diagonal/complex-plane variants, and implements a lightweight Time-SSM foundation that achieves strong long-horizon forecasting with far fewer parameters than prior black-box SSMs. Through extensive ablations and cross-dataset experiments, the authors demonstrate that time-varying spectral representations, unitary biases, and patch-based embeddings drive performance and efficiency. The proposed framework offers a theoretically grounded, practical path to applying SSMs to TSF tasks and highlights future directions for multi-scale, multi-variate extensions.
Abstract
State Space Models (SSMs) have emerged as a potent tool in sequence modeling tasks in recent years. These models approximate continuous systems using a set of basis functions and discretize them to handle input data, making them well-suited for modeling time series data collected at specific frequencies from continuous systems. Despite its potential, the application of SSMs in time series forecasting remains underexplored, with most existing models treating SSMs as a black box for capturing temporal or channel dependencies. To address this gap, this paper proposes a novel theoretical framework termed Dynamic Spectral Operator, offering more intuitive and general guidance on applying SSMs to time series data. Building upon our theory, we introduce Time-SSM, a novel SSM-based foundation model with only one-seventh of the parameters compared to Mamba. Various experiments validate both our theoretical framework and the superior performance of Time-SSM.
