TSLANet: Rethinking Transformers for Time Series Representation Learning

Emadeldeen Eldele, Mohamed Ragab, Zhenghua Chen, Min Wu, Xiaoli Li

arXiv:2404.08472 · 2026-07-27 공개 · arXiv · PDF

transformer self-supervised-learning anomaly-detection forecasting time-series classification feature-representation noise-robustness

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.

한국어 요약

한 줄 요약

TSLANet은 시계열 분석을 위한 경량화된 적응형 컨볼루션 네트워크로, Transformer 대비 정확도와 계산 효율성을 동시에 향상시킨다.

핵심 기여도

핵심 아이디어

TSLANet은 Transformer의 계산 비용과 노이즈 민감도 문제를 해결하기 위해 컨볼루션 기반 접근을 재조명한 모델이다. 기존 Transformer는 장거리 의존성을 잘 포착하지만, 노이즈에 취약하고 소규모 데이터셋에서 과적합되기 쉬운 단점이 있다. TSLANet은 Adaptive Spectral Block(ASB)을 통해 푸리에 변환을 활용해 전역 및 국소 필터를 결합하여 주파수 스펙트럼을 포괄적으로 분석하고, 고주파 노이즈를 적응적으로 제거함으로써 신호의 명확도를 높인다. 또한, ICB를 통해 다양한 커널 크기의 컨볼루션 네트워크가 상호작용하며 공간-시간적 특성을 학습한다. 이는 기존 CNN의 단기 패턴 포착 능력과 Transformer의 장기 의존성 학습 능력을 결합한 혁신적인 접근이다.

기술적 접근법

주요 결과

의의 및 한계

TSLANet은 Transformer의 계산 비용과 노이즈 민감도 문제를 해결하며, 다양한 시계열 태스크에서 뛰어난 성능을 보인다. 특히, ASB를 통해 노이즈 제거와 장단기 의존성 포착을 동시에 달성한 점이 학술적·실용적 가치를 높인다. 그러나, ICB의 기여도는 ASB에 비해 상대적으로 낮으며, 일부 노이즈가 적은 데이터셋에서는 ASB의 효과가 제한될 수 있다. 또한, 모델의 성능은 사전 학습에 의존적이므로, 데이터셋별 최적화가 필요하다는 한계가 있다.

실용적 활용

TSLANet은 금융, 의료, 환경 모니터링 등 다양한 분야에서 시계열 분류, 예측, 이상 탐지에 적용 가능하다. 특히, 소규모 데이터셋이나 노이즈가 많은 환경에서도 안정적인 성능을 보이므로, 실시간 모니터링 시스템 및 IoT 기반 분석 플랫폼에 유용하게 활용될 수 있다.