An Instance Selection Approach to Multiple Instance Learning

Abstract

Multiple-instance learning (MIL) is a new paradigm of supervised learning that deals with the classification of bags. Each bag is presented as a collection of instances from which features are extracted. In MIL, we have usually confronted with a large instance space for even moderately sized data sets since each bag may contain many instances. Hence it is important to design efficient instance pruning and selection techniques to speed up the learning process without compromising on the performance. In this paper, we address the issue of instance selection in multiple instance learning and propose the IS-MIL, an instance selection framework for MIL, to tackle large-scale MIL problems. IS-MIL is based on an alternative optimisation framework by iteratively repeating the steps of instance selection/updating and classifier learning, which is guaranteed to converge. Experimental results demonstrate the utility and efficiency of the proposed approach compared to the alternatives.

Cite

Text

Fu and Robles-Kelly. "An Instance Selection Approach to Multiple Instance Learning." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009. doi:10.1109/CVPR.2009.5206655

Markdown

[Fu and Robles-Kelly. "An Instance Selection Approach to Multiple Instance Learning." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009.](https://mlanthology.org/cvpr/2009/fu2009cvpr-instance/) doi:10.1109/CVPR.2009.5206655

BibTeX

@inproceedings{fu2009cvpr-instance,
  title     = {{An Instance Selection Approach to Multiple Instance Learning}},
  author    = {Fu, Zhouyu and Robles-Kelly, Antonio},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2009},
  pages     = {911-918},
  doi       = {10.1109/CVPR.2009.5206655},
  url       = {https://mlanthology.org/cvpr/2009/fu2009cvpr-instance/}
}