The Two Faces of Active Learning

Abstract

The active learning model is motivated by scenarios in which it is easy to amass vast quantities of unlabeled data (images and videos off the web, speech signals from microphone recordings, and so on) but costly to obtain their labels. Like supervised learning, the goal is ultimately to learn a classifier. But like unsupervised learning, the data come unlabeled. More precisely, the labels are hidden, and each of them can be revealed only at a cost. The idea is to query the labels of just a few points that are especially informative about the decision boundary, and thereby to obtain an accurate classifier at significantly lower cost than regular supervised learning.

Cite

Text

Dasgupta. "The Two Faces of Active Learning." International Conference on Algorithmic Learning Theory, 2009. doi:10.1007/978-3-642-04414-4_1

Markdown

[Dasgupta. "The Two Faces of Active Learning." International Conference on Algorithmic Learning Theory, 2009.](https://mlanthology.org/alt/2009/dasgupta2009alt-two/) doi:10.1007/978-3-642-04414-4_1

BibTeX

@inproceedings{dasgupta2009alt-two,
  title     = {{The Two Faces of Active Learning}},
  author    = {Dasgupta, Sanjoy},
  booktitle = {International Conference on Algorithmic Learning Theory},
  year      = {2009},
  pages     = {1},
  doi       = {10.1007/978-3-642-04414-4_1},
  url       = {https://mlanthology.org/alt/2009/dasgupta2009alt-two/}
}