A GPU-RSVM based intrusion detection classifier

Xueqin Zhang,Chen Zhao,Jiyi Wu,Chao Song
DOI: https://doi.org/10.1007/978-3-642-24999-0_13
2011-01-01
Abstract:Recently support vector machines based intrusion detection methods are increasingly being researched because it can detect unknown attacks. But solving a support vector machine problem is a typical quadratic optimization problem, which is influenced by the number of training samples. Due to GPU's high performance in parallel computing, this paper proposes a Euclidean distance based reduction algorithm developed on GPU platform, which is called GPU-RSVM, to eliminate samples that have less effect on building SVM classifier. Experiment results show that the time of reduction process can decrease significantly. With optimal reduction ratio, the overall performance of the intrusion detection classifier based on the proposed GPU-RSVM algorithm is better than that based on LIBSVM algorithm.
What problem does this paper attempt to address?