Temporal-Spatial Attention Network (TSAN) for DoS Attack Detection in Network Traffic
Bisola Faith Kayode, Akinyemi Sadeeq Akintola, Oluwole Fagbohun, Egonna Anaesiuba-Bristol, Onyekachukwu Ojumah, Oluwagbade Odimayo, Toyese Oloyede, Aniema Inyang, Teslim Kazeem, Habeeb Alli, Udodirim Ibem Offia, Prisca Chinazor Amajuoyi
TL;DR
This paper addresses the challenge of robust DoS attack detection in network traffic by proposing the Temporal-Spatial Attention Network (TSAN), which jointly models temporal patterns and spatial packet features through a transformer-based temporal encoder and a CNN-based spatial encoder, fused via cross-attention. The approach is reinforced with multi-task learning and self-supervised pre-training to improve robustness and generalization. Evaluated on the NSL-KDD dataset, TSAN outperforms a wide range of baselines, with notable gains in accuracy and AUC-ROC, and shows favorable real-time computational efficiency. The combination of temporal-spatial fusion, auxiliary supervision, and pre-training provides a scalable, effective solution for real-world DoS detection, with clear avenues for extending to other attack types and deployment scenarios.
Abstract
Denial-of-Service (DoS) attacks remain a critical threat to network security, disrupting services and causing significant economic losses. Traditional detection methods, including statistical and rule-based models, struggle to adapt to evolving attack patterns. To address this challenge, we propose a novel Temporal-Spatial Attention Network (TSAN) architecture for detecting Denial of Service (DoS) attacks in network traffic. By leveraging both temporal and spatial features of network traffic, our approach captures complex traffic patterns and anomalies that traditional methods might miss. The TSAN model incorporates transformer-based temporal encoding, convolutional spatial encoding, and a cross-attention mechanism to fuse these complementary feature spaces. Additionally, we employ multi-task learning with auxiliary tasks to enhance the model's robustness. Experimental results on the NSL-KDD dataset demonstrate that TSAN outperforms state-of-the-art models, achieving superior accuracy, precision, recall, and F1-score while maintaining computational efficiency for real-time deployment. The proposed architecture offers an optimal balance between detection accuracy and computational overhead, making it highly suitable for real-world network security applications.
