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

计算机工程 ›› 2011, Vol. 37 ›› Issue (16): 117-119. doi: 10.3969/j.issn.1000-3428.2011.16.039

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

基于中间分类超平面的SVM入侵检测

牟 琦,毕孝儒,龚尚福,厍向阳   

  1. (西安科技大学计算机学院,西安 710054)
  • 收稿日期:2011-02-18 出版日期:2011-08-20 发布日期:2011-08-20
  • 作者简介:牟 琦(1974-),女,副教授,主研方向:网络安全,网络集成与数据库;毕孝儒,硕士研究生;龚尚福,教授;厍向阳,副教授
  • 基金资助:
    陕西省自然科学基金资助项目(2009JM7007)

SVM Intrusion Detection Based on Middle Classification Hyperplane

MU Qi, BI Xiao-ru, GONG Shang-fu, SHE Xiang-yang   

  1. (School of Computer, Xi‘an University of Science and Technology, Xi’an 710054, China)
  • Received:2011-02-18 Online:2011-08-20 Published:2011-08-20

摘要: 在网络入侵检测中,大规模数据集会导致支持向量机(SVM)方法训练时间长、检测速度慢。针对该问题,提出一种基于中间分类超平面的SVM入侵检测方法。通过对正常和攻击样本的聚类分析,定义聚类簇中心的边界面接近度因子,实现对标准SVM二次式的改进;用簇中心对其训练,获取一个接近最优超平面的中间分类超平面;确定距离阈值,以选取潜在支持向量,实现训练样本的缩减。在KDDCUP1999数据集上进行实验,结果表明,与聚类支持向量机方法相比,该方法能简化训练样本,提高SVM的训练和检测速度。

关键词: 中间分类超平面, 样本缩减, 潜在支持向量, 支持向量机, 入侵检测

Abstract: In network intrusion detection, aiming to the problem that high dimensional and large network data results in long training time and low detecting speed of Support Vector Machine(SVM), this paper proposes an approach for SVM intrusion detection based on middle classification hyperplane. Based on clustering normal and attack training samples, by defining approaching degree of boundary surface of every clustering center, quadratic expression of standard SVM is improved; improved SVM is trained with clustering centers to obtain a middle classification hyperplane; then training samples are reduced by defining distance threshold to obtaining Possible Support Vectors(PSV). Experimental results on KDDCUP1999 data-set show that the method is more effective than cluster SVM in reducing training samples and improving the training and detecting speed of SVM .

Key words: middle classification hyperplane, sample reduction, Possible Support Vectors(PSV), Support Vector Machine(SVM), intrusion detection

中图分类号: