用混合专家模型提升5G网络入侵检测准确率
Convolutional Neural Networks and Mixture of Experts for Intrusion Detection in 5G Networks and beyond
- 将流量特征转为2D矩阵,用CNN提取特征后接入稀疏门控混合专家
- 在5G-NIDD数据集上达到99.95%加权F1分数,性能媲美顶尖方法
- 适合关注6G安全与高效入侵检测的科研及工程人员
6G/下一代网络带来超大容量、高可靠性和高效率,但也面临新型安全威胁。现有入侵检测方法多依赖浅层机器学习模型(如逻辑回归、决策树),性能有限;或使用静态深度神经网络,无法根据输入动态调整。为此,本文首次将混合专家(MoE)模型引入网络入侵检测任务。我们基于真实5G测试网络生成的5G-NIDD数据集,将一维特征数组转化为二维矩阵,通过卷积神经网络(CNN)层结合批归一化与最大池化层提取特征,再接入稀疏门控混合专家层。该层包含多个专家(全连接层)和一个路由机制,仅激活最相关的专家以实现稀疏性。消融实验验证了模型有效性。结果表明,本方法在5G-NIDD数据集上达到99.95%的加权F1分数,性能与当前最优方法相当,且在表示能力与效率方面具有多重优势。
原文摘要 · Abstract (English)
The advent of 6G/NextG networks comes along with a series of benefits, including extreme capacity, reliability, and efficiency. However, these networks may become vulnerable to new security threats. Therefore, 6G/NextG networks must be equipped with advanced Artificial Intelligence algorithms, in order to evade these attacks. Existing studies on the intrusion detection task rely on the train of shallow machine learning classifiers, including Logistic Regression, Decision Trees, and so on, yielding suboptimal performance. Others are based on deep neural networks consisting of static components, which are not conditional on the input. This limits their representation power and efficiency. To resolve these issues, we present the first study integrating Mixture of Experts (MoE) for identifying malicious traffic. Specifically, we use network traffic data and convert the 1D array of features into a 2D matrix. Next, we pass this matrix through convolutional neural network (CNN) layers followed by batch normalization and max pooling layers. After obtaining the representation vector via the CNN layers, a sparsely gated MoE layer is used. This layer consists of a set of experts (dense layers) and a router, where the router assigns weights to the output of each expert. Sparsity is achieved by choosing the most relevant experts of the total ones. Finally, we perform a series of ablation experiments to prove the effectiveness of our proposed model. Experiments are conducted on the 5G-NIDD dataset, a network intrusion detection dataset generated from a real 5G test network. Results show that our introduced approach reaches weighted F1-score up to 99.95% achieving comparable performance to existing approaches. Findings also show that our proposed model achieves multiple advantages over state-of-the-art approaches.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。