A Sparse Support Vector Machine Approach to Region-Based Image Categorization

Abstract

Automatic image categorization using low-level features is a challenging research topic in computer vision. In this paper, we formulate the image categorization problem as a multiple-instance learning (MIL) problem by viewing an image as a bag of instances, each corresponding to a region obtained from image segmentation. We propose a new solution to the resulting MIL problem. Unlike many existing MIL approaches that rely on the diverse density framework, our approach performs an effective feature mapping through a chosen metric distance function. Thus the MIL problem becomes solvable by a regular classification algorithm. Sparse SVM is adopted to dramatically reduce the regions that are needed to classify images. The selected regions by a sparse SVM approximate to the target concepts in the traditional diverse density framework. The proposed approach is a lot more efficient in computation and less sensitive to the class label uncertainty. Experimental results are included to demonstrate the effectiveness and robustness of the proposed method.

Cite

Text

Bi et al. "A Sparse Support Vector Machine Approach to Region-Based Image Categorization." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2005. doi:10.1109/CVPR.2005.48

Markdown

[Bi et al. "A Sparse Support Vector Machine Approach to Region-Based Image Categorization." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2005.](https://mlanthology.org/cvpr/2005/bi2005cvpr-sparse/) doi:10.1109/CVPR.2005.48

BibTeX

@inproceedings{bi2005cvpr-sparse,
  title     = {{A Sparse Support Vector Machine Approach to Region-Based Image Categorization}},
  author    = {Bi, Jinbo and Chen, Yixin and Wang, James Ze},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2005},
  pages     = {1121-1128},
  doi       = {10.1109/CVPR.2005.48},
  url       = {https://mlanthology.org/cvpr/2005/bi2005cvpr-sparse/}
}