CRAILGMar 22, 2024

Twin Auto-Encoder Model for Learning Separable Representation in Cyberattack Detection

arXiv:2403.15509v22 citationsh-index: 53
Originality Incremental advance
AI Analysis

This addresses the challenge of diverse and sophisticated attack data in cybersecurity, particularly for IoT systems, with incremental improvements in detection performance.

The paper tackles the problem of mixed representations in cyberattack detection by proposing a Twin Auto-Encoder (TAE) model that creates separable data representations, boosting accuracy and F-score by around 2% compared to state-of-the-art models and achieving up to 96.1% average accuracy in IoT attack detection.

Representation learning (RL) methods for cyberattack detection face the diversity and sophistication of attack data, leading to the issue of mixed representations of different classes, particularly as the number of classes increases. To address this, the paper proposes a novel deep learning architecture/model called the Twin Auto-Encoder (TAE). TAE first maps the input data into latent space and then deterministically shifts data samples of different classes further apart to create separable data representations, referred to as representation targets. TAE's decoder then projects the input data into these representation targets. After training, TAE's decoder extracts data representations. TAE's representation target serves as a novel dynamic codeword, which refers to the vector that represents a specific class. This vector is updated after each training epoch for every data sample, in contrast to the conventional fixed codeword that does not incorporate information from the input data. We conduct extensive experiments on diverse cybersecurity datasets, including seven IoT botnet datasets, two network IDS datasets, three malware datasets, one cloud DDoS dataset, and ten artificial datasets as the number of classes increases. TAE boosts accuracy and F-score in attack detection by around 2% compared to state-of-the-art models, achieving up to 96.1% average accuracy in IoT attack detection. Additionally, TAE is well-suited for cybersecurity applications and potentially for IoT systems, with a model size of approximately 1 MB and an average running time of around 2.6E-07 seconds for extracting a data sample.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes