TSLANet: Rethinking Transformers for Time Series Representation Learning
Emadeldeen Eldele, Mohamed Ragab, Zhenghua Chen, Min Wu, Xiaoli Li
TL;DR
TSLANet reframes time series representation learning by substituting costly self-attention with an Adaptive Spectral Block that operates in the Fourier domain, augmented by an Interactive Convolution Block to capture multi-scale temporal patterns. A learnable adaptive thresholding mechanism jointly with global/local spectral filters suppresses high-frequency noise, while self-supervised masked autoencoding pretraining strengthens representations across diverse datasets. Empirical results across classification, forecasting, and anomaly detection reveal strong performance with substantially lower computational cost compared to Transformer-based models, supporting its potential as a robust foundation model for time series analysis. The work also provides comprehensive ablations and scalability insights, highlighting the value of frequency-domain processing and multi-kernel interactions for robust, efficient time series modeling.
Abstract
Time series data, characterized by its intrinsic long and short-range dependencies, poses a unique challenge across analytical applications. While Transformer-based models excel at capturing long-range dependencies, they face limitations in noise sensitivity, computational efficiency, and overfitting with smaller datasets. In response, we introduce a novel Time Series Lightweight Adaptive Network (TSLANet), as a universal convolutional model for diverse time series tasks. Specifically, we propose an Adaptive Spectral Block, harnessing Fourier analysis to enhance feature representation and to capture both long-term and short-term interactions while mitigating noise via adaptive thresholding. Additionally, we introduce an Interactive Convolution Block and leverage self-supervised learning to refine the capacity of TSLANet for decoding complex temporal patterns and improve its robustness on different datasets. Our comprehensive experiments demonstrate that TSLANet outperforms state-of-the-art models in various tasks spanning classification, forecasting, and anomaly detection, showcasing its resilience and adaptability across a spectrum of noise levels and data sizes. The code is available at https://github.com/emadeldeen24/TSLANet.
