• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2015, Vol. 37 ›› Issue (9): 1777-1782.

• 论文 • Previous Articles     Next Articles

A highly accurate structure selection
method for multi-class classification  

CHEN Qingfeng1,QIN Zheng1,HE Liu2,CHEN Lin3   

  1. (1.School of Information Science and Engineering,Hunan University,Changsha 410082;
    2.International School of Software,Wuhan University,Wuhan 430079;
    3.Hunan Meteorological Equipment Center,Changsha 410007,China)
  • Received:2014-09-30 Revised:2014-12-29 Online:2015-09-25 Published:2015-09-25

Abstract:

Support vector machine is one of the most popular binary classification algorithms,but data sets in the real world require multi-classification. Directed Acycline Graph (DAG) is one of the most used ways that expand SVM to support multiclass classification.DAG calls the classifiers less frequently and works faster than other methods.However,the accumulated mistakes cannot be cleared, and it has k! kinds of decision structures when dealing with k-class problems.Therefore structure selection becomes a key problem while using DAG-SVMs.In this paper we propose a highly accurate DAG structure selection method that uses the classificatory percentage in the training data sets to estimate the accuracy of the test data sets, and chooses the DAG structure with the highest accuracy. Experimental results show that compared with other methods,the proposed method can improve the classification accuracy of test data set dramatically and has a better effect in performing multi-class classification of the data sets without too many different types.

Key words: support vector machine;multi-classification;DAGSVM;structure selection