A Conditional Random Field for Multiple-Instance Learning

Abstract

We present MI-CRF, a conditional random field (CRF) model for multiple instance learning (MIL). MI-CRF models bags as nodes in a CRF with instances as their states. It combines discriminative unary instance classifiers and pairwise dissimilarity measures. We show that both forces improve the classification performance. Unlike other approaches, MI-CRF considers all bags jointly during training as well as during testing. This makes it possible to classify test bags in an imputation setup. The parameters of MI-CRF are learned using constraint generation. Furthermore, we show that MI-CRF can incorporate previous MIL algorithms to improve on their results. MI-CRF obtains competitive results on five standard MIL datasets. 1.

Cite

Text

Deselaers and Ferrari. "A Conditional Random Field for Multiple-Instance Learning." International Conference on Machine Learning, 2010.

Markdown

[Deselaers and Ferrari. "A Conditional Random Field for Multiple-Instance Learning." International Conference on Machine Learning, 2010.](https://mlanthology.org/icml/2010/deselaers2010icml-conditional/)

BibTeX

@inproceedings{deselaers2010icml-conditional,
  title     = {{A Conditional Random Field for Multiple-Instance Learning}},
  author    = {Deselaers, Thomas and Ferrari, Vittorio},
  booktitle = {International Conference on Machine Learning},
  year      = {2010},
  pages     = {287-294},
  url       = {https://mlanthology.org/icml/2010/deselaers2010icml-conditional/}
}