Training Conditional Random Fields Using Virtual Evidence Boosting

Abstract

While conditional random fields (CRFs) have been applied successfully in a variety of domains, their training remains a challenging task. In this paper, we introduce a novel training method for CRFs, called virtual evidence boosting, which simultaneously performs feature selection and parameter estimation. To achieve this, we extend standard boosting to handle virtual evidence, where an observation can be specified as a distribution rather than a single number. This extension allows us to develop a unified framework for learning both local and compatibility features in CRFs. In experiments on synthetic data as well as real activity classification problems, our new training algorithm outperforms other training approaches including maximum likelihood, maximum pseudo-likelihood, and the most recent boosted random fields.

Cite

Text

Liao et al. "Training Conditional Random Fields Using Virtual Evidence Boosting." International Joint Conference on Artificial Intelligence, 2007.

Markdown

[Liao et al. "Training Conditional Random Fields Using Virtual Evidence Boosting." International Joint Conference on Artificial Intelligence, 2007.](https://mlanthology.org/ijcai/2007/liao2007ijcai-training/)

BibTeX

@inproceedings{liao2007ijcai-training,
  title     = {{Training Conditional Random Fields Using Virtual Evidence Boosting}},
  author    = {Liao, Lin and Choudhury, Tanzeem and Fox, Dieter and Kautz, Henry A.},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2007},
  pages     = {2530-2535},
  url       = {https://mlanthology.org/ijcai/2007/liao2007ijcai-training/}
}