Time series forecasting with Hahn Kolmogorov-Arnold networks
About
Recent Transformer- and MLP-based models have demonstrated strong performance in long-term time series forecasting, yet Transformers remain limited by their quadratic complexity and permutation-equivariant attention, while MLPs exhibit spectral bias. We propose HaKAN, a versatile model based on Kolmogorov-Arnold Networks (KANs), leveraging Hahn polynomial-based learnable activation functions and providing a lightweight and interpretable alternative for multivariate time series forecasting. Our model integrates channel independence, patching, a stack of Hahn-KAN blocks with residual connections, and a bottleneck structure comprised of two fully connected layers. The Hahn-KAN block consists of inter- and intra-patch KAN layers to effectively capture both global and local temporal patterns. Extensive experiments on various forecasting benchmarks demonstrate that our model consistently outperforms recent state-of-the-art methods, with ablation studies validating the effectiveness of its core components.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Time Series Forecasting | ETTh1 (test) | MSE0.369 | 262 | |
| Time Series Forecasting | ETTm1 (test) | MSE0.349 | 196 | |
| Time Series Forecasting | Traffic (test) | MSE0.403 | 192 | |
| Time Series Forecasting | ETTh2 (test) | MSE0.323 | 140 | |
| Time Series Forecasting | Weather (test) | MSE0.224 | 110 | |
| Time Series Forecasting | ETTm2 (test) | MSE0.25 | 89 | |
| Time Series Forecasting | Electricity (test) | MSE0.16 | 72 | |
| Time Series Forecasting | Illness (test) | MSE1.347 | 2 |