English

Piecewise Training for Undirected Models

Machine Learning 2012-07-09 v1 Machine Learning

Abstract

For many large undirected models that arise in real-world applications, exact maximumlikelihood training is intractable, because it requires computing marginal distributions of the model. Conditional training is even more difficult, because the partition function depends not only on the parameters, but also on the observed input, requiring repeated inference over each training example. An appealing idea for such models is to independently train a local undirected classifier over each clique, afterwards combining the learned weights into a single global model. In this paper, we show that this piecewise method can be justified as minimizing a new family of upper bounds on the log partition function. On three natural-language data sets, piecewise training is more accurate than pseudolikelihood, and often performs comparably to global training using belief propagation.

Keywords

Cite

@article{arxiv.1207.1409,
  title  = {Piecewise Training for Undirected Models},
  author = {Charles Sutton and Andrew McCallum},
  journal= {arXiv preprint arXiv:1207.1409},
  year   = {2012}
}

Comments

Appears in Proceedings of the Twenty-First Conference on Uncertainty in Artificial Intelligence (UAI2005)

R2 v1 2026-06-21T21:31:24.732Z