CRAINov 27, 2021

Deep Q-Learning based Reinforcement Learning Approach for Network Intrusion Detection

arXiv:2111.13978v1198 citations
Originality Incremental advance
AI Analysis

This addresses the problem of automated cyber defense for network security, though it is incremental as it builds on existing reinforcement learning methods.

The paper tackles network intrusion detection by proposing a Deep Q-Learning model that combines Q-learning with deep neural networks, achieving high effectiveness in detecting intrusion classes and outperforming other machine learning approaches based on experiments with the NSL-KDD dataset.

The rise of the new generation of cyber threats demands more sophisticated and intelligent cyber defense solutions equipped with autonomous agents capable of learning to make decisions without the knowledge of human experts. Several reinforcement learning methods (e.g., Markov) for automated network intrusion tasks have been proposed in recent years. In this paper, we introduce a new generation of network intrusion detection methods that combines a Q-learning-based reinforcement learning with a deep-feed forward neural network method for network intrusion detection. Our proposed Deep Q-Learning (DQL) model provides an ongoing auto-learning capability for a network environment that can detect different types of network intrusions using an automated trial-error approach and continuously enhance its detection capabilities. We provide the details of fine-tuning different hyperparameters involved in the DQL model for more effective self-learning. According to our extensive experimental results based on the NSL-KDD dataset, we confirm that the lower discount factor which is set as 0.001 under 250 episodes of training yields the best performance results. Our experimental results also show that our proposed DQL is highly effective in detecting different intrusion classes and outperforms other similar machine learning approaches.

Code Implementations1 repo
Foundations

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

Your Notes