Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

FISformer: Replacing Self-Attention with a Fuzzy Inference System in Transformer Models for Time Series Forecasting

About

Transformers have achieved remarkable progress in time series forecasting, yet their reliance on deterministic dot-product attention limits their capacity to model uncertainty and nonlinear dependencies across multivariate temporal dimensions. To address this limitation, we propose FISFormer, a Fuzzy Inference System-driven Transformer that replaces conventional attention with a FIS Interaction mechanism. In this framework, each query-key pair undergoes a fuzzy inference process for every feature dimension, where learnable membership functions and rule-based reasoning estimate token-wise relational strengths. These FIS-derived interaction weights capture uncertainty and provide interpretable, continuous mappings between tokens. A softmax operation is applied along the token axis to normalize these weights, which are then combined with the corresponding value features through element-wise multiplication to yield the final context-enhanced token representations. This design fuses the interpretability and uncertainty modeling of fuzzy logic with the representational power of Transformers. Extensive experiments on multiple benchmark datasets demonstrate that FISFormer achieves superior forecasting accuracy, noise robustness, and interpretability compared to state-of-the-art Transformer variants, establishing fuzzy inference as an effective alternative to conventional attention mechanisms.

Bulent Haznedar, Levent Karacan• 2026

Related benchmarks

TaskDatasetResultRank
Multivariate Time-series ForecastingWeather
MSE0.256
340
Multivariate Time-series ForecastingTraffic
MSE0.417
264
Time Series ForecastingPeMS08
MSE0.078
212
Multivariate Time-series ForecastingExchange
MAE0.402
181
Time Series ForecastingPeMS03
MSE0.068
176
Time Series ForecastingPeMS07
MSE0.064
168
Time Series ForecastingPeMS04
MSE0.076
157
Multivariate long-term time series forecastingSolar Energy
MSE0.232
79
Multivariate Time-series ForecastingECL
MSE0.172
66
Multivariate Time-series ForecastingETT Avg
MSE0.375
29
Showing 10 of 11 rows

Other info

Follow for update