paper-with-me

홈 › Papers

Training Conditional Random Fields with Natural Gradient Descent

2015-08-10 · Yuan Cao

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 illustrated by experimental results.

📄 PDF Abstract BibTeX arXiv:1508.02373

Code (0)

등록된 구현이 없습니다.

Tasks

parameter estimation

Similar Papers 제목 키워드 기반

Non-Uniform Stochastic Average Gradient Method for Training Conditional Random Fields

2015-04-16 · Mark Schmidt, Reza Babanezhad, Mohamed Osama Ahmed, Aaron Defazio 외

We apply stochastic average gradient (SAG) algorithms for training conditional random fields (CRFs). We describe a practical implementation that uses structure in the CRF gradient to reduce the memory requirement of this…

A Rate Distortion Approach for Semi-Supervised Conditional Random Fields

2009-12-01 · NeurIPS 2009 12 · Yang Wang, Gholamreza Haffari, Shaojun Wang, Greg Mori

We propose a novel information theoretic approach for semi-supervised learning of conditional random fields. Our approach defines a training objective that combines the conditional likelihood on labeled data and the mutu…

General ClassificationMulti-class ClassificationStructured Prediction

Contrastive Feature Induction for Efficient Structure Learning of Conditional Random Fields

2014-06-28 · Ni Lao, Jun Zhu

Structure learning of Conditional Random Fields (CRFs) can be cast into an L1-regularized optimization problem. To avoid optimizing over a fully linked model, gain-based or gradient-based feature selection methods start …

feature selectionRelational Reasoning

Exact Decoding on Latent Variable Conditional Models is NP-Hard

2014-06-18 · Xu Sun

Latent variable conditional models, including the latent conditional random fields as a special case, are popular models for many natural language processing and vision processing tasks. The computational complexity of t…

Training for Gibbs Sampling on Conditional Random Fields with Neural Scoring Factors

2020-11-01 · EMNLP 2020 11 · Sida Gao, Matthew R. Gormley

Most recent improvements in NLP come from changes to the neural network architectures modeling the text input. Yet, state-of-the-art models often rely on simple approaches to model the label space, e.g. bigram Conditiona…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)