Time-TK: A Multi-Offset Temporal Interaction Framework Combining Transformer and Kolmogorov-Arnold Networks for Time Series Forecasting

· Source: cs.LG updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

Summary

Time-TK is a novel time series forecasting framework that integrates Transformer and Kolmogorov-Arnold Networks (KAN) to address limitations in existing methods, particularly their inability to capture multi-offset temporal correlations in long sequences. The framework introduces a Multi-Offset Time Embedding (MOTE) strategy, which divides input time series into multiple sub-sequences with varying time spans and performs independent embedding operations. This MOTE is then processed by a Multi-Offset Interactive KAN (MI-KAN) module, which uses Radial Basis Functions (RBFs) to model temporal patterns within each sub-sequence. A Multi-Offset Temporal Interaction (MOTI) mechanism subsequently captures cross-step dependencies and integrates global information. Evaluated on 14 real-world datasets, including traffic flow and BTC/USDT throughput, Time-TK consistently achieved state-of-the-art forecasting accuracy, outperforming 10 baseline models, including other KAN-based architectures, with statistically significant improvements in MSE and MAE.

Key takeaway

Research Scientists developing long-term time series forecasting models should investigate Time-TK's Multi-Offset Token Embedding (MOTE) and Multi-Offset Interactive KAN (MI-KAN) architecture. This approach demonstrably improves accuracy and memory efficiency over traditional Transformer and KAN-only models, especially when dealing with complex, multi-scale temporal data. You should consider integrating MOTE into your existing models to enhance their ability to leverage longer historical data without incurring substantial computational overhead.

Key insights

Multi-offset temporal embedding combined with KANs and Transformers significantly improves time series forecasting accuracy.

Principles

Method

Time-TK employs Multi-Offset Token Embedding (MOTE) to segment time series, processes these sub-sequences with a Multi-Offset Interactive KAN (MI-KAN) using RBFs, and then uses a Multi-Offset Temporal Interaction (MOTI) mechanism for global information integration.

In practice

Topics

Code references

Best for: Research Scientist, AI Researcher, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.LG updates on arXiv.org.