Neural Gaussian Conditional Random Fields

Abstract

We propose a Conditional Random Field (CRF) model for structured regression. By constraining the feature functions as quadratic functions of outputs, the model can be conveniently represented in a Gaussian canonical form. We improved the representational power of the resulting Gaussian CRF (GCRF) model by (1) introducing an adaptive feature function that can learn nonlinear relationships between inputs and outputs and (2) allowing the weights of feature functions to be dependent on inputs. Since both the adaptive feature functions and weights can be constructed using feedforward neural networks, we call the resulting model Neural GCRF. The appeal of Neural GCRF is in conceptual simplicity and computational efficiency of learning and inference through use of sparse matrix computations. Experimental evaluation on the remote sensing problem of aerosol estimation from satellite measurements and on the problem of document retrieval showed that Neural GCRF is more accurate than the benchmark predictors.

Cite

Text

Radosavljevic et al. "Neural Gaussian Conditional Random Fields." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2014. doi:10.1007/978-3-662-44851-9_39

Markdown

[Radosavljevic et al. "Neural Gaussian Conditional Random Fields." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2014.](https://mlanthology.org/ecmlpkdd/2014/radosavljevic2014ecmlpkdd-neural/) doi:10.1007/978-3-662-44851-9_39

BibTeX

@inproceedings{radosavljevic2014ecmlpkdd-neural,
  title     = {{Neural Gaussian Conditional Random Fields}},
  author    = {Radosavljevic, Vladan and Vucetic, Slobodan and Obradovic, Zoran},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2014},
  pages     = {614-629},
  doi       = {10.1007/978-3-662-44851-9_39},
  url       = {https://mlanthology.org/ecmlpkdd/2014/radosavljevic2014ecmlpkdd-neural/}
}