Yuxuan Shu Vasileios Lampos
preprint 2025
Code Paper Data
Abstract
Multivariable time series forecasting methods can integrate information from exogenous variables, leading to significant prediction accuracy gains. Transformer architecture has been widely applied in various time series forecasting models due to its ability to capture long-range sequential dependencies. However, a naïve application of transformers often struggles to effectively model complex relationships among variables over time. To mitigate against this, we propose a novel architecture, namely the Spectral Operator Neural Network (Sonnet). Sonnet applies learnable wavelet transformations to the input and incorporates spectral analysis using the Koopman operator. Its predictive skill relies on the Multivariable Coherence Attention (MVCA), an operation that leverages spectral coherence to model variable dependencies. Our empirical analysis shows that Sonnet yields the best performance on 34 out of 47 forecasting tasks with an average mean absolute error (MAE) reduction of 1.1% against the most competitive baseline (different per task). We further show that MVCA---when put in place of the naïve attention used in various deep learning models---can remedy its deficiencies, reducing MAE by 10.7% on average in the most challenging forecasting tasks.
Datasets
We evaluate our method on 12 real-world datasets, covering electricity, energy, weather, and influenza forecasting. These include standard benchmarks, datasets from the Darts library, weather data across five global cities, and flu trends in three regions. The weather data sets formed by us is accessible through in our GitHub repository.Citation
@article{shu2025sonnet, author = {Yuxuan Shu and Vasileios Lampos}, title = {{Sonnet: Spectral Operator Neural Network for Multivariable Time Series Forecasting}}, journal = {arXiv preprint arXiv:2505.15312}, year = {2025} }