A MapReduce-Based Distributed SVM for Scalable Data Type Classification.

Chong Jiang,Ting Wu,Jian Xu,Ning Zheng,Ming Xu,Tao Yang
DOI: https://doi.org/10.1007/978-3-319-59288-6_11
2016-01-01
Abstract:Data type classification is a significant problem in digital forensics and information security field. Methods based on support vector machine have proven the most successful across varying classification approaches in the previous work. However, the training process of SVM is notably computationally intensive with the number of training vectors increased rapidly. In this study, we proposed parallel distributed SVM (PDSVM) based on Hadoop MapReduce for scalable data type classification. First the map phase determines support vectors (SVs) in the splits of dataset by running the sequential minimal optimization. Then the reduce phase merges SVs and computes the degree of global convergence. Finally, PDSVM utilizes the global convergence SVs to get SVM model. The experimental results demonstrate that PDSVM can not only process large scale training dataset, but also perform well in the term of classification accuracy.
What problem does this paper attempt to address?