LGCRMLApr 4, 2019

Efficient GAN-based method for cyber-intrusion detection

arXiv:1904.02426v27 citations
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in cyber-intrusion detection for systems with discrete data, offering an incremental improvement over existing GAN methods.

The paper tackles the problem of detecting cyber-intrusion anomalies, especially with discrete-valued data, by proposing an efficient GAN-based model with a custom loss function, achieving state-of-the-art performance and reduced overhead on discrete datasets.

Ubiquitous anomalies endanger the security of our system constantly. They may bring irreversible damages to the system and cause leakage of privacy. Thus, it is of vital importance to promptly detect these anomalies. Traditional supervised methods such as Decision Trees and Support Vector Machine (SVM) are used to classify normality and abnormality. However, in some case the abnormal status are largely rarer than normal status, which leads to decision bias of these methods. Generative adversarial network (GAN) has been proposed to handle the case. With its strong generative ability, it only needs to learn the distribution of normal status, and identify the abnormal status through the gap between it and the learned distribution. Nevertheless, existing GAN-based models are not suitable to process data with discrete values, leading to immense degradation of detection performance. To cope with the discrete features, in this paper, we propose an efficient GAN-based model with specifically-designed loss function. Experiment results show that our model outperforms state-of-the-art models on discrete dataset and remarkably reduce the overhead.

Foundations

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

Your Notes