Ensembles of Multi-Instance Learners

Abstract

In multi-instance learning, the training set comprises labeled bags that are composed of unlabeled instances, and the task is to predict the labels of unseen bags. Through analyzing two famous multi-instance learning algorithms, this paper shows that many supervised learning algorithms can be adapted to multi-instance learning, as long as their focuses are shifted from the discrimination on the instances to the discrimination on the bags. Moreover, considering that ensemble learning paradigms can effectively enhance supervised learners, this paper proposes to build ensembles of multi-instance learners to solve multi-instance problems. Experiments on a real-world benchmark test show that ensemble learning paradigms can significantly enhance multi-instance learners, and the result achieved by EM-DD ensemble exceeds the best result on the benchmark test reported in literature.

Cite

Text

Zhou and Zhang. "Ensembles of Multi-Instance Learners." European Conference on Machine Learning, 2003. doi:10.1007/978-3-540-39857-8_44

Markdown

[Zhou and Zhang. "Ensembles of Multi-Instance Learners." European Conference on Machine Learning, 2003.](https://mlanthology.org/ecmlpkdd/2003/zhou2003ecml-ensembles/) doi:10.1007/978-3-540-39857-8_44

BibTeX

@inproceedings{zhou2003ecml-ensembles,
  title     = {{Ensembles of Multi-Instance Learners}},
  author    = {Zhou, Zhi-Hua and Zhang, Min-Ling},
  booktitle = {European Conference on Machine Learning},
  year      = {2003},
  pages     = {492-502},
  doi       = {10.1007/978-3-540-39857-8_44},
  url       = {https://mlanthology.org/ecmlpkdd/2003/zhou2003ecml-ensembles/}
}