Related Experiment Videos
A compact Kolmogorov-Arnold network mixer for long-term time series forecasting
Lingyu Jiang1, Dengzhe Hou2, Yuping Wang3
1Graduate School of Information Sciences, Tohoku University, Sendai, 980-8579, Japan. jiang.lingyu.p7@dc.tohoku.ac.jp.
Scientific Reports
|July 1, 2026
Summary
Kolmogorov-Arnold Networks (KANs) show promise for long-term time series forecasting (LTSF), offering a nonlinear alternative to current models. Their effectiveness in LTSF depends on design choices, basis functions, and computational trade-offs.
Area of Science:
- Artificial Intelligence
- Machine Learning
- Time Series Analysis
Background:
- Long-term time series forecasting (LTSF) is crucial for applications like energy management and weather prediction.
- Current LTSF models, often MLP- and Transformer-based, face challenges in multi-step-ahead accuracy.
- The need for more expressive nonlinear modeling cores in LTSF is recognized.
Purpose of the Study:
- To investigate Kolmogorov-Arnold Networks (KANs) as potential components for LTSF.
- To explore design choices that optimize KANs for LTSF tasks.
- To propose and evaluate KANMixer, a KAN-centered architecture for LTSF.
Main Methods:
- Developed KANMixer, a compact architecture featuring a multi-scale pooling frontend, KAN-based temporal mixing blocks, and KAN-based prediction heads.
- Evaluated KANMixer against LTSF baselines on seven standard benchmarks using a unified reproduction protocol.
- Conducted statistical tests, ablations, efficiency profiling, Gaussian-noise evaluation, and hyperparameter sensitivity analysis.
Main Results:
- KANMixer achieved competitive performance against representative LTSF baselines, particularly on ETT-style datasets.
- Dataset-dependent limitations were observed, indicating KANs are not universally superior.
- The practical utility of KANs was found to be contingent on basis-function selection, architectural integration, and computational resources.
Conclusions:
- KANs present a promising nonlinear modeling approach for LTSF.
- KANs are not plug-and-play solutions and require careful consideration of design and efficiency trade-offs.
- Further research should focus on optimizing KAN integration for robust and efficient LTSF.
Related Concept Videos
Sampling Continuous Time Signal
In signal processing, a continuous-time signal can be sampled using an impulse-train sampling technique, followed by the zero-order hold method. Impulse-train sampling involves the use of a periodic impulse train, which consists of a series of delta functions spaced at regular intervals determined by the sampling period. When a continuous-time signal is multiplied by this impulse train, it generates impulses with amplitudes corresponding to the signal's values at the sampling points.
In the...
In the...
Reconstruction of Signal using Interpolation
Signal processing techniques are essential for accurately converting continuous signals to digital formats and vice versa. When a continuous signal is sampled with a period T, the resulting sampled signal exhibits replicas of the original spectrum in the frequency domain, spaced at intervals equal to the sampling frequency. To handle this sampled signal, a zero-order hold method can be applied, which creates a piecewise constant signal by retaining each sample's value until the next sampling...
Basic Continuous Time Signals
Basic continuous-time signals include the unit step function, unit impulse function, and unit ramp function, collectively referred to as singularity functions. Singularity functions are characterized by discontinuities or discontinuous derivatives.
The unit step function, denoted u(t), is zero for negative time values and one for positive time values, exhibiting a discontinuity at t=0. This function often represents abrupt changes, such as the step voltage introduced when turning a car's...
The unit step function, denoted u(t), is zero for negative time values and one for positive time values, exhibiting a discontinuity at t=0. This function often represents abrupt changes, such as the step voltage introduced when turning a car's...
Linear time-invariant Systems
A system is linear if it displays the characteristics of homogeneity and additivity, together termed the superposition property. This principle is fundamental in all linear systems. Linear time-invariant (LTI) systems include systems with linear elements and constant parameters.
The input-output behavior of an LTI system can be fully defined by its response to an impulsive excitation at its input. Once this impulse response is known, the system's reaction to any other input can be calculated...
The input-output behavior of an LTI system can be fully defined by its response to an impulsive excitation at its input. Once this impulse response is known, the system's reaction to any other input can be calculated...
Multi-input and Multi-variable systems
Cruise control systems in cars are designed as multi-input systems to maintain a driver's desired speed while compensating for external disturbances such as changes in terrain. The block diagram for a cruise control system typically includes two main inputs: the desired speed set by the driver and any external disturbances, such as the incline of the road. By adjusting the engine throttle, the system maintains the vehicle's speed as close to the desired value as possible.
In the absence of...
In the absence of...
BIBO stability of continuous and discrete -time systems
System stability is a fundamental concept in signal processing, often assessed using convolution. For a system to be considered bounded-input bounded-output (BIBO) stable, any bounded input signal must produce a bounded output signal. A bounded input signal is one where the modulus does not exceed a certain constant at any point in time.
To determine the BIBO stability, the convolution integral is utilized when a bounded continuous-time input is applied to a Linear Time-Invariant (LTI) system.
To determine the BIBO stability, the convolution integral is utilized when a bounded continuous-time input is applied to a Linear Time-Invariant (LTI) system.