LGAIMay 12, 2024

TKAN: Temporal Kolmogorov-Arnold Networks

arXiv:2405.07344v4170 citationsh-index: 4SSRN
Originality Incremental advance
AI Analysis

This is an incremental improvement for fields requiring multi-step forecasting, addressing limitations in handling complex sequential patterns.

The paper tackled multi-step time series forecasting by proposing TKANs, a new architecture combining Kolmogorov-Arnold Networks and LSTM, resulting in enhanced accuracy and efficiency.

Recurrent Neural Networks (RNNs) have revolutionized many areas of machine learning, particularly in natural language and data sequence processing. Long Short-Term Memory (LSTM) has demonstrated its ability to capture long-term dependencies in sequential data. Inspired by the Kolmogorov-Arnold Networks (KANs) a promising alternatives to Multi-Layer Perceptrons (MLPs), we proposed a new neural networks architecture inspired by KAN and the LSTM, the Temporal Kolomogorov-Arnold Networks (TKANs). TKANs combined the strenght of both networks, it is composed of Recurring Kolmogorov-Arnold Networks (RKANs) Layers embedding memory management. This innovation enables us to perform multi-step time series forecasting with enhanced accuracy and efficiency. By addressing the limitations of traditional models in handling complex sequential patterns, the TKAN architecture offers significant potential for advancements in fields requiring more than one step ahead forecasting.

Code Implementations2 repos
Foundations

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

Your Notes