Multi-Class Support Vector Machine via Maximizing Multi-Class Margins
Multi-Class Support Vector Machine via Maximizing Multi-Class Margins
复制标题
DOI:
10.24963/ijcai.2017/440
复制
发表时间:
2017-08
期刊:
影响因子:
--
通讯作者:
Jie Xu;Xianglong Liu;Zhouyuan Huo;Cheng Deng;F. Nie;Heng Huang
中科院分区:
文献类型:
--
作者:
Jie Xu;Xianglong Liu;Zhouyuan Huo;Cheng Deng;F. Nie;Heng Huang
Support Vector Machine (SVM) is originally proposed as a binary classification model with achieving great success in many applications. In reality, it is more often to solve a problem which has more than two classes. So, it is natural to extend SVM to a multi-class classifier. There have been many works proposed to construct a multi-class classifier based on binary SVM, such as one versus rest strategy (OvsR), one versus one strategy (OvsO) and Weston’s multi-class SVM. The first two split the multi-class problem to multiple binary classification subproblems, and we need to train multiple binary classifiers. Weston’s multi-class SVM is formed by ensuring risk constraints and imposing a specific regularization, like Frobenius norm. It is not derived by maximizing the margin between hyperplane and training data which is the motivation in SVM. In this paper, we propose a multiclass SVM model from the perspective of maximizing margin between training points and hyperplane, and analyze the relation between our model and other related methods. In the experiment, it shows that our model can get better or compared results when comparing with other related methods.