English

Mean-Field Networks

Machine Learning 2014-10-23 v1 Machine Learning

Abstract

The mean field algorithm is a widely used approximate inference algorithm for graphical models whose exact inference is intractable. In each iteration of mean field, the approximate marginals for each variable are updated by getting information from the neighbors. This process can be equivalently converted into a feedforward network, with each layer representing one iteration of mean field and with tied weights on all layers. This conversion enables a few natural extensions, e.g. untying the weights in the network. In this paper, we study these mean field networks (MFNs), and use them as inference tools as well as discriminative models. Preliminary experiment results show that MFNs can learn to do inference very efficiently and perform significantly better than mean field as discriminative models.

Keywords

Cite

@article{arxiv.1410.5884,
  title  = {Mean-Field Networks},
  author = {Yujia Li and Richard Zemel},
  journal= {arXiv preprint arXiv:1410.5884},
  year   = {2014}
}

Comments

Published in ICML 2014 workshop on Learning Tractable Probabilistic Models

R2 v1 2026-06-22T06:32:04.415Z