背对时空隧道的出口分享 http://blog.sciencenet.cn/u/justinzhao

博文

CRF Vs. MRF

已有 8199 次阅读 2013-1-26 08:10 |个人分类:读书日记|系统分类:科研笔记| CRF, MRF, DBN

CRF and MRF are two popular graphical models, which is an intuitive model to model all kinds of networks.
Recently deep belief network has aroused a huge surge in Machine Learning community, and it got state of the art results in numerous fields, like object recognition, acoustic understanding and topic modeling. DBN is also one kind of graphical models.

As we know, CRF is a discriminative model, while MRF is a generative model. Naive Bayes is probably the simplest MRF, while logistic regression is one kind of simple CRFs. The key difference between these two kinds of models is that: MRF is trying to model a joint distribution p(X,Y), however, CRF aims to build a conditional distribution p(Y|X). To be more clear, there are no kinds of potential functions like g(x1,x2) in CRF.  Nevertheless, the learning methods & procedures are quite the same, and maximum likelihood works for both model. By the way, for parameter learning in DBN, Prof. Hinton developed a method called contrastive divergence, which is pseudo-likelihood.

One important theorem in undirected graph is: 
Hammersley-Clifford theorem: a positive distribution p(y) > 0 satisfies the conditional independence properties of an undirected graph G if and only if p can be represented as a product of factors, one per maximal clique.


https://blog.sciencenet.cn/blog-284987-656648.html

上一篇:a functioning brain
下一篇:Markov properties in MRF
收藏 IP: 128.125.91.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-15 09:09

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部