Sutton McCullum ICML 2007: Piecewise pseudolikelihood for efficient CRF training

From Cohen Courses
Revision as of 23:45, 2 November 2011 by Dkulkarn (talk | contribs)
Jump to navigationJump to search

Citation

Piecewise Pseudolikelihood for Efficient Training of Conditional Random Fields. By Charles Sutton, Andrew McCallum. In ICML, vol. {{{volume}}} ({{{issue}}}), 2007.

Online version

This Paper is available here.

Summary

Discriminative training of graphical models is expensive if the cardinality of the variables is large. Generally pseudo-likelihood reduces the cost of inference, but compromises on accuracy. Piecewise training although is accurate, is expensive in a similar way. The authors try to maximize the pseudo-likelihood on the piecewise model.

Definition of Piecewise Pseudo likelihood

For a single instance ,


where

Therefore the optimization function is

where the second term is the standard gaussian prior to prevent over fitting.

Experimental results

  • Sequences generated by a 2 order HMM.
  • POS tagging on Penn Treebank set.

Related Papers