Time series forecasting with Hahn Kolmogorov-Arnold networks
Md Zahidul Hasan, A. Ben Hamza, Nizar Bouguila
TL;DR
HaKAN introduces Hahn polynomial-based Kolmogorov-Arnold Networks for multivariate time-series forecasting, addressing the computational and expressiveness limitations of Transformer and MLP approaches. The method employs channel independence, patch-based embeddings, and a dual-layer Hahn-KAN block (intra-patch and inter-patch) with a bottleneck head, yielding a lightweight, interpretable model that mitigates spectral bias. Empirical results across Weather, Traffic, Electricity, Illness, and ETT datasets show HaKAN achieves state-of-the-art performance in many settings, with notable gains on long horizons and smooth series, and ablations validate the core design choices. The work demonstrates that polynomial-based, learnable activations within a patch-aware KAN framework can deliver strong forecasting performance while maintaining computational efficiency, suggesting practical impact for large-scale time-series applications and future integration with frequency-domain techniques.
Abstract
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.
