AR-KAN: Autoregressive-Weight-Enhanced Kolmogorov-Arnold Network for Time Series Forecasting
About
Traditional neural networks struggle to capture the spectral structure of complex signals. Fourier neural networks (FNNs) attempt to address this by embedding Fourier series components, yet many real-world signals are almost-periodic with non-commensurate frequencies, posing additional challenges. Building on prior work showing that ARIMA outperforms large language models (LLMs) for time series forecasting, we extend the comparison to neural predictors and find that ARIMA still maintains a clear advantage. Inspired by this finding, we propose the Autoregressive-Weight-Enhanced Kolmogorov-Arnold Network (AR-KAN). Based in the Universal Myopic Mapping Theorem, it integrates a pre-trained AR module for temporal memory with a KAN for nonlinear representation. We prove that the AR module preserves essential temporal features while reducing redundancy, and that the upper bound of the approximation error for AR-KAN is smaller than that for KAN in a probabilistic sense. Experimental results also demonstrate that AR-KAN delivers exceptional performance compared to existing models, both on synthetic almost-periodic functions and real-world datasets. These results highlight AR-KAN as a robust and effective framework for time series forecasting. Our code is available at https://github.com/ChenZeng001/AR-KAN.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Short-term forecasting | M4 Quarterly | MASE0.975 | 141 | |
| Short-term forecasting | M4 Monthly | MASE0.727 | 125 | |
| Time Series Forecasting | Noisy Almost Periodic Functions (test) | R20.913 | 42 | |
| Time Series Forecasting | M4 Daily | MASE2.054 | 31 | |
| Time Series Forecasting | M4 Weekly | MASE0.354 | 17 | |
| Time Series Forecasting | M4 Hourly | SMAPE12.46 | 12 | |
| Time Series Forecasting | Rdatasets (monthly) | sMAPE5.01 | 7 | |
| Time Series Forecasting | Rdatasets quarterly | sMAPE5.36 | 7 | |
| Time Series Forecasting | M3 Quarterly | sMAPE7.16 | 7 |