Active Learning for Structured Probabilistic Models with Histogram Approximation

Abstract

Abstract. This paper studies active learning in structured probabilistic models such as Conditional Random Fields (CRFs). This is a challenging problem because unlike unstructured prediction problems such as binary or multi-class classification, structured prediction problems involve a distribution with an exponentially-large support, for instance, over the space of all possible segmentations of an image. Thus, the entropy of such models is typically intractable to compute. We propose a crude yet surprisingly effective histogram approximation to the Gibbs distribution, which replaces the exponentially-large support with a coarsened distribution that may be viewed as a histogram over M bins. We show that our approach outperforms a number of baselines and results in a 90%-reduction in the number of annotations needed to achieve nearly the same accuracy as learning from the entire dataset.

Cite

Text

Sun et al. "Active Learning for Structured Probabilistic Models with Histogram Approximation." Conference on Computer Vision and Pattern Recognition, 2015. doi:10.1109/CVPR.2015.7298984

Markdown

[Sun et al. "Active Learning for Structured Probabilistic Models with Histogram Approximation." Conference on Computer Vision and Pattern Recognition, 2015.](https://mlanthology.org/cvpr/2015/sun2015cvpr-active/) doi:10.1109/CVPR.2015.7298984

BibTeX

@inproceedings{sun2015cvpr-active,
  title     = {{Active Learning for Structured Probabilistic Models with Histogram Approximation}},
  author    = {Sun, Qing and Laddha, Ankit and Batra, Dhruv},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2015},
  doi       = {10.1109/CVPR.2015.7298984},
  url       = {https://mlanthology.org/cvpr/2015/sun2015cvpr-active/}
}