ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
1.7k
Citations
103
Influential Citations
IEEE Transactions on Emerging Topics in Computational Intelligence
Venue
2018
Year
Network intrusion detection systems (NIDSs) play a crucial role in defending computer networks. However, there are concerns regarding the feasibility and sustainability of current approaches when faced with the demands of modern networks. More specifically, these concerns relate to the increasing levels of required human interaction and the decreasing levels of detection accuracy. This paper presents a novel deep learning technique for intrusion detection, which addresses these concerns. We detail our proposed nonsymmetric deep autoencoder (NDAE) for unsupervised feature learning. Furthermore, we also propose our novel deep learning classification model constructed using stacked NDAEs. Our proposed classifier has been implemented in graphics processing unit (GPU)-enabled TensorFlow and evaluated using the benchmark KDD Cup '99 and NSL-KDD datasets. Promising results have been obtained from our model thus far, demonstrating improvements over existing approaches and the strong potential for use in modern NIDSs.
Network intrusion detection systems (NIDSs) are critical for defending computer networks, but traditional approaches suffer from high human interaction costs and declining detection accuracy as network complexity grows. This paper addresses these concerns by introducing a deep learning technique that automates feature learning and classification, reducing reliance on manual feature engineering. The use of a nonsymmetric deep autoencoder (NDAE) for unsupervised feature learning is particularly significant because it allows the model to capture complex, non-linear patterns in network traffic without labeled data, which is often scarce or expensive to obtain.
The paper's focus on GPU-enabled TensorFlow implementation also highlights a practical path to scalability, making deep learning-based NIDS more feasible for real-time, high-throughput environments. By evaluating on widely-used benchmarks (KDD Cup '99 and NSL-KDD), the authors provide a direct comparison to prior work, establishing a clear baseline for future research.
The proposed model was evaluated on the KDD Cup '99 and NSL-KDD datasets, which are standard benchmarks for intrusion detection. The results show improvements in detection accuracy over existing approaches, including traditional machine learning methods and earlier deep learning models. Specific metrics (e.g., accuracy, precision, recall, F1-score) are not detailed in the abstract, but the paper claims "promising results" and "improvements over existing approaches." The use of GPU acceleration also suggests faster training times, though exact speedups are not quantified.
This paper contributes to the growing body of work applying deep learning to cybersecurity, particularly in automating feature extraction for intrusion detection. By reducing human interaction and improving accuracy, the approach addresses key bottlenecks in deploying NIDSs in modern, high-speed networks. The NDAE architecture and stacking strategy offer a novel alternative to standard autoencoders and may inspire further research into asymmetric deep learning models for other anomaly detection tasks. The open-source TensorFlow implementation also facilitates reproducibility and practical adoption by the AI community.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba