A Tree-Based Multi-class SVM Classifier for Digital Library Document

  • Authors:
  • Yuguo Wang

  • Affiliations:
  • -

  • Venue:
  • MMIT '08 Proceedings of the 2008 International Conference on MultiMedia and Information Technology
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper, we present a new method of using Support Vector Machine (SVM) for multiclass classification. In our method, we use a tree based SVM classifier for classification. Compared with the other SVM multi-class classification methods in literature (i.e. One-Against-One, DAGSVM), our proposed SVM tree classifier is more efficient in both training/classification. Our new SVM tree classifier requires o(n) SVM training during the training stage and o(log(n)) SVM testing during the test stage, while other methods require o(n^2) or at best o(n) SVM training during the training and o(n^2) or at best o(n) SVM testing during testing. Experimental results on digital library document classification demonstrate that our methods is not only significantly more efficient but also achieves the similar precision of classification.