作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2018, Vol. 44 ›› Issue (9): 153-158. doi: 10.19678/j.issn.1000-3428.0047591

• 安全技术 • 上一篇    下一篇

基于DBN-ELM的入侵检测研究

魏思政 1,刘厚泉 1,赵志凯 2   

  1. 1.中国矿业大学 计算机科学与技术学院,江苏 徐州 221116; 2.中国矿业大学 物联网感知矿山研究中心,江苏 徐州 221008
  • 收稿日期:2017-06-14 出版日期:2018-09-15 发布日期:2018-09-15
  • 作者简介:魏思政(1991—),男,硕士研究生,主研方向为信息安全、机器学习;刘厚泉,教授、博士;赵志凯,助理研究员、博士。
  • 基金资助:

    江苏省自然科学基金青年基金(BK20140216)。

Research on Intrusion Detection Based on DBN-ELM

WEI Sizheng 1,LIU Houquan 1,ZHAO Zhikai 2   

  1. 1.School of Computer Science and Technology,China University of Mining and Technology,Xuzhou,Jiangsu 221116,China; 2.IoT Perception Mine Research Center,China University of Mining and Technology,Xuzhou,Jiangsu 221008,China
  • Received:2017-06-14 Online:2018-09-15 Published:2018-09-15

摘要:

为了有效解决海量复杂数据的入侵检测分类问题,基于深度信念网络(DBN)和极限学习机(ELM),提出一种新的入侵检测方法。使用DBN对大量复杂无标签的原始数据进行特征提取,得到高度抽象的重要特征,再用ELM完成最终的分类工作。结合DBN自动提取特征的能力和ELM快 速学习且泛化性好的优势,提高入侵检测识别率和运行效率。实验结果表明,与原始的DBN、ELM以及DBN-SVM方法相比,该方法具有更优的精确度和运行效率。

关键词: 深度学习, 深度信念网络, 极限学习机, 混合模型, 入侵检测, 无监督

Abstract:

In order to effectively solve the classification performance of massive and complex intrusion detection data,an intrusion detection method of hybrid deep learning model is proposed,which is based on Deep Belief Network (DBN) and Extreme Learning Machine(ELM).DBN-ELM uses DBN to extract features from the massive,complex and unlabeled data to get highly abstract features at first,and then takes ELM as the classifier to finish the last classification.It totally improves the recognition rate of intrusion detection and the efficiency of the algorithm operation because it combines the ability of DBN to automatically extract features and fast learning and good generalization of ELM.Compared with DBN,ELM and DBN-ELM,experiments on KDD99 and NSL-KDD dataset show that DBN-ELM has better accuracy and efficiency of algorithm.

Key words: deep learning, Deep Belief Network(DBN), Extreme Learning Machine(ELM), hybrid model, intrusion detection, unsupervised

中图分类号: