Building Sparse Support Vector Machines for Multi-Instance Classification

Abstract

We propose a direct approach to learning sparse Support Vector Machine (SVM) prediction models for Multi-Instance (MI) classification. The proposed sparse SVM is based on a “label-mean” formulation of MI classification which takes the average of predictions of individual instances for bag-level prediction. This leads to a convex optimization problem, which is essential for the tractability of the optimization problem arising from the sparse SVM formulation we derived subsequently, as well as the validity of the optimization strategy we employed to solve it. Based on the “label-mean” formulation, we can build sparse SVM models for MI classification and explicitly control their sparsities by enforcing the maximum number of expansions allowed in the prediction function. An effective optimization strategy is adopted to solve the formulated sparse learning problem which involves the learning of both the classifier and the expansion vectors. Experimental results on benchmark data sets have demonstrated that the proposed approach is effective in building very sparse SVM models while achieving comparable performance to the state-of-the-art MI classifiers.

Cite

Text

Fu et al. "Building Sparse Support Vector Machines for Multi-Instance Classification." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2011. doi:10.1007/978-3-642-23780-5_40

Markdown

[Fu et al. "Building Sparse Support Vector Machines for Multi-Instance Classification." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2011.](https://mlanthology.org/ecmlpkdd/2011/fu2011ecmlpkdd-building/) doi:10.1007/978-3-642-23780-5_40

BibTeX

@inproceedings{fu2011ecmlpkdd-building,
  title     = {{Building Sparse Support Vector Machines for Multi-Instance Classification}},
  author    = {Fu, Zhouyu and Lu, Guojun and Ting, Kai Ming and Zhang, Dengsheng},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2011},
  pages     = {471-486},
  doi       = {10.1007/978-3-642-23780-5_40},
  url       = {https://mlanthology.org/ecmlpkdd/2011/fu2011ecmlpkdd-building/}
}