On the Relation Between Multi-Instance Learning and Semi-Supervised Learning
Abstract
Multi-instance learning and semi-supervised learning are different branches of machine learning. The former attempts to learn from a training set consists of labeled bags each containing many unlabeled instances; the latter tries to exploit abundant unlabeled instances when learning with a small number of labeled examples. In this paper, we establish a bridge between these two branches by showing that multi-instance learning can be viewed as a special case of semi-supervised learning. Based on this recognition, we propose the MissSVM algorithm which addresses multi-instance learning using a special semisupervised support vector machine. Experiments show that solving multi-instance problems from the view of semi-supervised learning is feasible, and the MissSVM algorithm is competitive with state-of-the-art multiinstance learning algorithms.
Cite
Text
Zhou and Xu. "On the Relation Between Multi-Instance Learning and Semi-Supervised Learning." International Conference on Machine Learning, 2007. doi:10.1145/1273496.1273643Markdown
[Zhou and Xu. "On the Relation Between Multi-Instance Learning and Semi-Supervised Learning." International Conference on Machine Learning, 2007.](https://mlanthology.org/icml/2007/zhou2007icml-relation/) doi:10.1145/1273496.1273643BibTeX
@inproceedings{zhou2007icml-relation,
title = {{On the Relation Between Multi-Instance Learning and Semi-Supervised Learning}},
author = {Zhou, Zhi-Hua and Xu, Jun-Ming},
booktitle = {International Conference on Machine Learning},
year = {2007},
pages = {1167-1174},
doi = {10.1145/1273496.1273643},
url = {https://mlanthology.org/icml/2007/zhou2007icml-relation/}
}