Learning to Segment from a Few Well-Selected Training Images

Abstract

We address the task of actively learning a segmentation system: given a large number of unsegmented images, and access to an oracle that can segment a given image, decide which images to provide, to quickly produce a segmenter (here, a discriminative random field) that is accurate over this distribution of images. We extend the standard models for active learner to define a system for this task that first selects the image whose expected label will most reduce the uncertainty of the other unlabeled images, and thenafter greedily selects, from the pool of unsegmented images, the most informative image. The results of our experiments, over two real-world datasets (segmenting brain tumors within magnetic resonance images; and segmenting the sky in real images) show that training on very few informative images (here, as few as 2) can produce a segmenter that is as good as training on the entire dataset.

Cite

Text

Farhangfar et al. "Learning to Segment from a Few Well-Selected Training Images." International Conference on Machine Learning, 2009. doi:10.1145/1553374.1553413

Markdown

[Farhangfar et al. "Learning to Segment from a Few Well-Selected Training Images." International Conference on Machine Learning, 2009.](https://mlanthology.org/icml/2009/farhangfar2009icml-learning/) doi:10.1145/1553374.1553413

BibTeX

@inproceedings{farhangfar2009icml-learning,
  title     = {{Learning to Segment from a Few Well-Selected Training Images}},
  author    = {Farhangfar, Alireza and Greiner, Russell and Szepesvári, Csaba},
  booktitle = {International Conference on Machine Learning},
  year      = {2009},
  pages     = {305-312},
  doi       = {10.1145/1553374.1553413},
  url       = {https://mlanthology.org/icml/2009/farhangfar2009icml-learning/}
}