Multiple Instance Ranking
Abstract
This paper introduces a novel machine learning model called multiple instance ranking (MIRank) that enables ranking to be performed in a multiple instance learning setting. The motivation for MIRank stems from the hydrogen abstraction problem in computational chemistry, that of predicting the grouping of hydrogen atoms from which a hydrogen is abstracted (removed) during metabolism. The model predicts the preferred hydrogen grouping within a molecule by ranking the groups, with the ambiguity of not knowing which hydrogen within the preferred grouping is actually abstracted. This paper formulates MIRank in its general context and proposes an algorithm for solving MIRank problems using successive linear programming. The method outperforms multiple instance classification models on several real and synthetic datasets.
Cite
Text
Bergeron et al. "Multiple Instance Ranking." International Conference on Machine Learning, 2008. doi:10.1145/1390156.1390163Markdown
[Bergeron et al. "Multiple Instance Ranking." International Conference on Machine Learning, 2008.](https://mlanthology.org/icml/2008/bergeron2008icml-multiple/) doi:10.1145/1390156.1390163BibTeX
@inproceedings{bergeron2008icml-multiple,
title = {{Multiple Instance Ranking}},
author = {Bergeron, Charles and Zaretzki, Jed and Breneman, Curt M. and Bennett, Kristin P.},
booktitle = {International Conference on Machine Learning},
year = {2008},
pages = {48-55},
doi = {10.1145/1390156.1390163},
url = {https://mlanthology.org/icml/2008/bergeron2008icml-multiple/}
}