English

A Temporal Convolutional Network-based Approach for Network Intrusion Detection

Cryptography and Security 2025-02-11 v1 Machine Learning

Abstract

Network intrusion detection is critical for securing modern networks, yet the complexity of network traffic poses significant challenges to traditional methods. This study proposes a Temporal Convolutional Network(TCN) model featuring a residual block architecture with dilated convolutions to capture dependencies in network traffic data while ensuring training stability. The TCN's ability to process sequences in parallel enables faster, more accurate sequence modeling than Recurrent Neural Networks. Evaluated on the Edge-IIoTset dataset, which includes 15 classes with normal traffic and 14 cyberattack types, the proposed model achieved an accuracy of 96.72% and a loss of 0.0688, outperforming 1D CNN, CNN-LSTM, CNN-GRU, CNN-BiLSTM, and CNN-GRU-LSTM models. A class-wise classification report, encompassing metrics such as recall, precision, accuracy, and F1-score, demonstrated the TCN model's superior performance across varied attack categories, including Malware, Injection, and DDoS. These results underscore the model's potential in addressing the complexities of network intrusion detection effectively.

Keywords

Cite

@article{arxiv.2412.17452,
  title  = {A Temporal Convolutional Network-based Approach for Network Intrusion Detection},
  author = {Rukmini Nazre and Rujuta Budke and Omkar Oak and Suraj Sawant and Amit Joshi},
  journal= {arXiv preprint arXiv:2412.17452},
  year   = {2025}
}

Comments

Paper presented at IEEE 2nd International Conference on Integrated Intelligence and Communication Systems (ICIICS) 2024

R2 v1 2026-06-28T20:46:27.345Z