SKOLR: Structured Koopman Operator Linear RNN for Time-Series Forecasting
Abstract
Koopman operator theory provides a framework for nonlinear dynamical system analysis and time-series forecasting by mapping dynamics to a space of real-valued measurement functions, enabling a linear operator representation. Despite the advantage of linearity, the operator is generally infinite-dimensional. Therefore, the objective is to learn measurement functions that yield a tractable finite-dimensional Koopman operator approximation. In this work, we establish a connection between Koopman operator approximation and linear Recurrent Neural Networks (RNNs), which have recently demonstrated remarkable success in sequence modeling. We show that by considering an extended state consisting of lagged observations, we can establish an equivalence between a structured Koopman operator and linear RNN updates. Building on this connection, we present SKOLR, which integrates a learnable spectral decomposition of the input signal with a multilayer perceptron (MLP) as the measurement functions and implements a structured Koopman operator via a highly parallel linear RNN stack. Numerical experiments on various forecasting benchmarks and dynamical systems show that this streamlined, Koopman-theory-based design delivers exceptional performance. Our code is available at: https://github.com/networkslab/SKOLR.
Cite
Text
Zhang et al. "SKOLR: Structured Koopman Operator Linear RNN for Time-Series Forecasting." Proceedings of the 42nd International Conference on Machine Learning, 2025.Markdown
[Zhang et al. "SKOLR: Structured Koopman Operator Linear RNN for Time-Series Forecasting." Proceedings of the 42nd International Conference on Machine Learning, 2025.](https://mlanthology.org/icml/2025/zhang2025icml-skolr/)BibTeX
@inproceedings{zhang2025icml-skolr,
title = {{SKOLR: Structured Koopman Operator Linear RNN for Time-Series Forecasting}},
author = {Zhang, Yitian and Ma, Liheng and Valkanas, Antonios and Oreshkin, Boris N. and Coates, Mark},
booktitle = {Proceedings of the 42nd International Conference on Machine Learning},
year = {2025},
pages = {75734-75756},
volume = {267},
url = {https://mlanthology.org/icml/2025/zhang2025icml-skolr/}
}