Training Conditional Random Fields with Natural Gradient Descent
Yuan Cao

TL;DR
This paper introduces a new efficient training method for conditional random fields using natural gradient descent and Bregman divergence-based loss functions, improving optimization effectiveness and simplicity.
Contribution
It extends maximum likelihood estimation for CRFs with a flexible, Bregman divergence-based framework that simplifies and enhances the training process using NGD.
Findings
Algorithms are simple and easy to implement.
Experimental results show improved training efficiency.
Method is compatible with stochastic gradient descent.
Abstract
We propose a novel parameter estimation procedure that works efficiently for conditional random fields (CRF). This algorithm is an extension to the maximum likelihood estimation (MLE), using loss functions defined by Bregman divergences which measure the proximity between the model expectation and the empirical mean of the feature vectors. This leads to a flexible training framework from which multiple update strategies can be derived using natural gradient descent (NGD). We carefully choose the convex function inducing the Bregman divergence so that the types of updates are reduced, while making the optimization procedure more effective by transforming the gradients of the log-likelihood loss function. The derived algorithms are very simple and can be easily implemented on top of the existing stochastic gradient descent (SGD) optimization procedure, yet it is very effective as…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Generative Adversarial Networks and Image Synthesis · Domain Adaptation and Few-Shot Learning
