Making SVMs Scalable to Large Data Sets using Hierarchical Cluster Indexing

  • Authors:
  • Hwanjo Yu;Jiong Yang;Jiawei Han;Xiaolei Li

  • Affiliations:
  • Department of Computer Science, University of Iowa, Iowa, USA;Department of Computer Science, Case Western Reserve University, Ohio, USA;Department of Computer Science, University of Illinois at Urbana-Champaign, Illinois, USA;Department of Computer Science, University of Illinois at Urbana-Champaign, Illinois, USA

  • Venue:
  • Data Mining and Knowledge Discovery
  • Year:
  • 2005

Quantified Score

Hi-index 0.01

Visualization

Abstract

Support vector machines (SVMs) have been promising methods for classification and regression analysis due to their solid mathematical foundations, which include two desirable properties: margin maximization and nonlinear classification using kernels. However, despite these prominent properties, SVMs are usually not chosen for large-scale data mining problems because their training complexity is highly dependent on the data set size. Unlike traditional pattern recognition and machine learning, real-world data mining applications often involve huge numbers of data records. Thus it is too expensive to perform multiple scans on the entire data set, and it is also infeasible to put the data set in memory. This paper presents a method, Clustering-Based SVM (CB-SVM), that maximizes the SVM performance for very large data sets given a limited amount of resource, e.g., memory. CB-SVM applies a hierarchical micro-clustering algorithm that scans the entire data set only once to provide an SVM with high quality samples. These samples carry statistical summaries of the data and maximize the benefit of learning. Our analyses show that the training complexity of CB-SVM is quadratically dependent on the number of support vectors, which is usually much less than that of the entire data set. Our experiments on synthetic and real-world data sets show that CB-SVM is highly scalable for very large data sets and very accurate in terms of classification.