LGMay 21, 2025

Sonnet: Spectral Operator Neural Network for Multivariable Time Series Forecasting

arXiv:2505.15312v11 citationsh-index: 2
Originality Highly original
AI Analysis

This work addresses a bottleneck in time series forecasting for applications requiring integration of exogenous variables, offering a novel method to improve prediction accuracy.

The paper tackles the problem of effectively modeling complex relationships among variables in multivariable time series forecasting by proposing the Spectral Operator Neural Network (Sonnet), which achieves the best performance on 34 out of 47 tasks with an average MAE reduction of 1.1% and reduces MAE by 10.7% in challenging tasks when using its attention mechanism.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes