Undirected Graphical Model
An undirected graphical model, also known as a Markov random field (MRF), is a type of probabilistic graphical model that represents a set of random variables having a Markov property described by an undirected graph. These models are powerful tools for modeling the joint distribution of a set of variables encoded through graphs.
In an undirected graphical model, the structure of the graph is constructed from nodes and edges:
This structure allows the model to capture arbitrary dependencies between variables, making it suitable for various domains such as image analysis, protein structure prediction, and social network analysis.
The probability distribution of an undirected graphical model is represented as a product of potential functions (also known as clique potentials) over cliques in the graph. A clique is a fully connected subgraph within the larger graph. The probability of a particular configuration ( x ) of the graph's nodes is given by:
[ P(x) = \frac{1}{Z} \prod_{C \in \mathcal{C}} \psi_C(x_C) ]
Where:
Undirected graphical models are used in numerous applications across various fields:
Undirected graphical models are part of a broader family of probabilistic graphical models. They differ from Bayesian networks, which use directed edges and encode conditional dependencies. However, both types of models are unified under the framework of factor graphs, which can represent both directed and undirected models.
Prominent researchers like Geoffrey Hinton and Yee Whye Teh have contributed significantly to the development and application of undirected graphical models. Their work includes methodologies such as the Bethe free energy approximation and contrastive divergence for learning and inference in these models.