fbpx
Wikipedia

Graphical model

A graphical model or probabilistic graphical model (PGM) or structured probabilistic model is a probabilistic model for which a graph expresses the conditional dependence structure between random variables. They are commonly used in probability theory, statistics—particularly Bayesian statistics—and machine learning.

Types of graphical models edit

Generally, probabilistic graphical models use a graph-based representation as the foundation for encoding a distribution over a multi-dimensional space and a graph that is a compact or factorized representation of a set of independences that hold in the specific distribution. Two branches of graphical representations of distributions are commonly used, namely, Bayesian networks and Markov random fields. Both families encompass the properties of factorization and independences, but they differ in the set of independences they can encode and the factorization of the distribution that they induce.[1]

Undirected Graphical Model edit

 
An undirected graph with four vertices.

The undirected graph shown may have one of several interpretations; the common feature is that the presence of an edge implies some sort of dependence between the corresponding random variables. From this graph we might deduce that   are all mutually independent, once   is known, or (equivalently in this case) that

 

for some non-negative functions  .

Bayesian network edit

 
Example of a directed acyclic graph on four vertices.


If the network structure of the model is a directed acyclic graph, the model represents a factorization of the joint probability of all random variables. More precisely, if the events are   then the joint probability satisfies

 

where   is the set of parents of node   (nodes with edges directed towards  ). In other words, the joint distribution factors into a product of conditional distributions. For example, in the directed acyclic graph shown in the Figure this factorization would be

 .

Any two nodes are conditionally independent given the values of their parents. In general, any two sets of nodes are conditionally independent given a third set if a criterion called d-separation holds in the graph. Local independences and global independences are equivalent in Bayesian networks.

This type of graphical model is known as a directed graphical model, Bayesian network, or belief network. Classic machine learning models like hidden Markov models, neural networks and newer models such as variable-order Markov models can be considered special cases of Bayesian networks.

One of the simplest Bayesian Networks is the Naive Bayes classifier.

Cyclic Directed Graphical Models edit

 
An example of a directed, cyclic graphical model. Each arrow indicates a dependency. In this example: D depends on A, B, and C; and C depends on B and D; whereas A and B are each independent.

The next figure depicts a graphical model with a cycle. This may be interpreted in terms of each variable 'depending' on the values of its parents in some manner. The particular graph shown suggests a joint probability density that factors as

 ,

but other interpretations are possible. [2]

Other types edit

 
TAN model for "corral dataset".

Applications edit

The framework of the models, which provides algorithms for discovering and analyzing structure in complex distributions to describe them succinctly and extract the unstructured information, allows them to be constructed and utilized effectively.[1] Applications of graphical models include causal inference, information extraction, speech recognition, computer vision, decoding of low-density parity-check codes, modeling of gene regulatory networks, gene finding and diagnosis of diseases, and graphical models for protein structure.

See also edit

Notes edit

  1. ^ a b Koller, D.; Friedman, N. (2009). . Massachusetts: MIT Press. p. 1208. ISBN 978-0-262-01319-2. Archived from the original on 2014-04-27.
  2. ^ Richardson, Thomas (1996). "A discovery algorithm for directed cyclic graphs". Proceedings of the Twelfth Conference on Uncertainty in Artificial Intelligence. ISBN 978-1-55860-412-4.
  3. ^ Frydenberg, Morten (1990). "The Chain Graph Markov Property". Scandinavian Journal of Statistics. 17 (4): 333–353. JSTOR 4616181. MR 1096723.
  4. ^ Richardson, Thomas; Spirtes, Peter (2002). "Ancestral graph Markov models". Annals of Statistics. 30 (4): 962–1030. CiteSeerX 10.1.1.33.4906. doi:10.1214/aos/1031689015. MR 1926166. Zbl 1033.60008.

Further reading edit

Books and book chapters edit

  • Barber, David (2012). Bayesian Reasoning and Machine Learning. Cambridge University Press. ISBN 978-0-521-51814-7.

Journal articles edit

  • Edoardo M. Airoldi (2007). "Getting Started in Probabilistic Graphical Models". PLOS Computational Biology. 3 (12): e252. arXiv:0706.2040. Bibcode:2007PLSCB...3..252A. doi:10.1371/journal.pcbi.0030252. PMC 2134967. PMID 18069887.
  • Jordan, M. I. (2004). "Graphical Models". Statistical Science. 19: 140–155. doi:10.1214/088342304000000026.
  • Ghahramani, Zoubin (May 2015). "Probabilistic machine learning and artificial intelligence". Nature. 521 (7553): 452–459. Bibcode:2015Natur.521..452G. doi:10.1038/nature14541. PMID 26017444. S2CID 216356.

Other edit

  • Heckerman's Bayes Net Learning Tutorial
  • A Brief Introduction to Graphical Models and Bayesian Networks
  • Sargur Srihari's lecture slides on probabilistic graphical models

External links edit

  • Graphical models and Conditional Random Fields
  • Probabilistic Graphical Models taught by Eric Xing at CMU

graphical, model, this, article, about, representation, probability, distributions, using, graphs, computer, graphics, journal, graphical, models, this, article, includes, list, general, references, lacks, sufficient, corresponding, inline, citations, please, . This article is about the representation of probability distributions using graphs For the computer graphics journal see Graphical Models This article includes a list of general references but it lacks sufficient corresponding inline citations Please help to improve this article by introducing more precise citations May 2017 Learn how and when to remove this message A graphical model or probabilistic graphical model PGM or structured probabilistic model is a probabilistic model for which a graph expresses the conditional dependence structure between random variables They are commonly used in probability theory statistics particularly Bayesian statistics and machine learning Contents 1 Types of graphical models 1 1 Undirected Graphical Model 1 2 Bayesian network 1 3 Cyclic Directed Graphical Models 1 4 Other types 2 Applications 3 See also 4 Notes 5 Further reading 5 1 Books and book chapters 5 2 Journal articles 5 3 Other 6 External linksTypes of graphical models editGenerally probabilistic graphical models use a graph based representation as the foundation for encoding a distribution over a multi dimensional space and a graph that is a compact or factorized representation of a set of independences that hold in the specific distribution Two branches of graphical representations of distributions are commonly used namely Bayesian networks and Markov random fields Both families encompass the properties of factorization and independences but they differ in the set of independences they can encode and the factorization of the distribution that they induce 1 Undirected Graphical Model edit nbsp An undirected graph with four vertices The undirected graph shown may have one of several interpretations the common feature is that the presence of an edge implies some sort of dependence between the corresponding random variables From this graph we might deduce that B C D displaystyle B C D nbsp are all mutually independent once A displaystyle A nbsp is known or equivalently in this case that P A B C D f A B A B f A C A C f A D A D displaystyle P A B C D f AB A B cdot f AC A C cdot f AD A D nbsp for some non negative functions f A B f A C f A D displaystyle f AB f AC f AD nbsp Bayesian network edit Main article Bayesian network nbsp Example of a directed acyclic graph on four vertices If the network structure of the model is a directed acyclic graph the model represents a factorization of the joint probability of all random variables More precisely if the events are X 1 X n displaystyle X 1 ldots X n nbsp then the joint probability satisfies P X 1 X n i 1 n P X i pa X i displaystyle P X 1 ldots X n prod i 1 n P X i text pa X i nbsp where pa X i displaystyle text pa X i nbsp is the set of parents of node X i displaystyle X i nbsp nodes with edges directed towards X i displaystyle X i nbsp In other words the joint distribution factors into a product of conditional distributions For example in the directed acyclic graph shown in the Figure this factorization would be P A B C D P A P B A P C A P D A C displaystyle P A B C D P A cdot P B A cdot P C A cdot P D A C nbsp Any two nodes are conditionally independent given the values of their parents In general any two sets of nodes are conditionally independent given a third set if a criterion called d separation holds in the graph Local independences and global independences are equivalent in Bayesian networks This type of graphical model is known as a directed graphical model Bayesian network or belief network Classic machine learning models like hidden Markov models neural networks and newer models such as variable order Markov models can be considered special cases of Bayesian networks One of the simplest Bayesian Networks is the Naive Bayes classifier Cyclic Directed Graphical Models edit nbsp An example of a directed cyclic graphical model Each arrow indicates a dependency In this example D depends on A B and C and C depends on B and D whereas A and B are each independent The next figure depicts a graphical model with a cycle This may be interpreted in terms of each variable depending on the values of its parents in some manner The particular graph shown suggests a joint probability density that factors as P A B C D P A P B P C D A B displaystyle P A B C D P A cdot P B cdot P C D A B nbsp but other interpretations are possible 2 Other types edit Dependency network where cycles are allowed Tree augmented classifier or TAN model nbsp TAN model for corral dataset Targeted Bayesian network learning TBNL nbsp TBNL model for corral dataset A factor graph is an undirected bipartite graph connecting variables and factors Each factor represents a function over the variables it is connected to This is a helpful representation for understanding and implementing belief propagation A clique tree or junction tree is a tree of cliques used in the junction tree algorithm A chain graph is a graph which may have both directed and undirected edges but without any directed cycles i e if we start at any vertex and move along the graph respecting the directions of any arrows we cannot return to the vertex we started from if we have passed an arrow Both directed acyclic graphs and undirected graphs are special cases of chain graphs which can therefore provide a way of unifying and generalizing Bayesian and Markov networks 3 An ancestral graph is a further extension having directed bidirected and undirected edges 4 Random field techniques A Markov random field also known as a Markov network is a model over an undirected graph A graphical model with many repeated subunits can be represented with plate notation A conditional random field is a discriminative model specified over an undirected graph A restricted Boltzmann machine is a bipartite generative model specified over an undirected graph Applications editThe framework of the models which provides algorithms for discovering and analyzing structure in complex distributions to describe them succinctly and extract the unstructured information allows them to be constructed and utilized effectively 1 Applications of graphical models include causal inference information extraction speech recognition computer vision decoding of low density parity check codes modeling of gene regulatory networks gene finding and diagnosis of diseases and graphical models for protein structure See also editBelief propagation Structural equation modelNotes edit a b Koller D Friedman N 2009 Probabilistic Graphical Models Massachusetts MIT Press p 1208 ISBN 978 0 262 01319 2 Archived from the original on 2014 04 27 Richardson Thomas 1996 A discovery algorithm for directed cyclic graphs Proceedings of the Twelfth Conference on Uncertainty in Artificial Intelligence ISBN 978 1 55860 412 4 Frydenberg Morten 1990 The Chain Graph Markov Property Scandinavian Journal of Statistics 17 4 333 353 JSTOR 4616181 MR 1096723 Richardson Thomas Spirtes Peter 2002 Ancestral graph Markov models Annals of Statistics 30 4 962 1030 CiteSeerX 10 1 1 33 4906 doi 10 1214 aos 1031689015 MR 1926166 Zbl 1033 60008 Further reading editBooks and book chapters edit Barber David 2012 Bayesian Reasoning and Machine Learning Cambridge University Press ISBN 978 0 521 51814 7 Bishop Christopher M 2006 Chapter 8 Graphical Models PDF Pattern Recognition and Machine Learning Springer pp 359 422 ISBN 978 0 387 31073 2 MR 2247587 Cowell Robert G Dawid A Philip Lauritzen Steffen L Spiegelhalter David J 1999 Probabilistic networks and expert systems Berlin Springer ISBN 978 0 387 98767 5 MR 1697175 A more advanced and statistically oriented book Jensen Finn 1996 An introduction to Bayesian networks Berlin Springer ISBN 978 0 387 91502 9 Pearl Judea 1988 Probabilistic Reasoning in Intelligent Systems 2nd revised ed San Mateo CA Morgan Kaufmann ISBN 978 1 55860 479 7 MR 0965765 A computational reasoning approach where the relationships between graphs and probabilities were formally introduced Journal articles edit Edoardo M Airoldi 2007 Getting Started in Probabilistic Graphical Models PLOS Computational Biology 3 12 e252 arXiv 0706 2040 Bibcode 2007PLSCB 3 252A doi 10 1371 journal pcbi 0030252 PMC 2134967 PMID 18069887 Jordan M I 2004 Graphical Models Statistical Science 19 140 155 doi 10 1214 088342304000000026 Ghahramani Zoubin May 2015 Probabilistic machine learning and artificial intelligence Nature 521 7553 452 459 Bibcode 2015Natur 521 452G doi 10 1038 nature14541 PMID 26017444 S2CID 216356 Other edit Heckerman s Bayes Net Learning Tutorial A Brief Introduction to Graphical Models and Bayesian Networks Sargur Srihari s lecture slides on probabilistic graphical modelsExternal links editGraphical models and Conditional Random Fields Probabilistic Graphical Models taught by Eric Xing at CMU Retrieved from https en wikipedia org w index php title Graphical model amp oldid 1201631934, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.