Markov blanket

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Template:Short description

File:Diagram of a Markov blanket.svg
In a Bayesian network, the Markov boundary of node A includes its parents, children and the other parents of all of its children.

In statistics and machine learning, a Markov blanket of a random variable is a minimal set of variables that renders the variable conditionally independent of all other variables in the system. This concept is central in probabilistic graphical models and feature selection. If a Markov blanket is minimal—meaning that no variable in it can be removed without losing this conditional independence—it is called a Markov boundary. Identifying a Markov blanket or boundary allows for efficient inference and helps isolate relevant variables for prediction or causal reasoning. The terms of Markov blanket and Markov boundary were coined by Judea Pearl in 1988.[1] A Markov blanket may be derived from the structure of a probabilistic graphical model such as a Bayesian network or Markov random field.

Markov blanket

A Markov blanket of a random variable Y in a random variable set 𝒮={X1,,Xn} is any subset 𝒮1 of 𝒮, conditioned on which other variables are independent with Y:

Y𝒮𝒮1𝒮1

It means that 𝒮1 contains at least all the information one needs to infer Y, where the variables in 𝒮𝒮1 are redundant.

In general, a given Markov blanket is not unique. Any set in 𝒮 that contains a Markov blanket is also a Markov blanket itself. Specifically, 𝒮 is a Markov blanket of Y in 𝒮.

Example

In a Bayesian network, the Markov blanket of a node consists of its parents, its children, and its children's other parents (i.e., co-parents). Knowing the values of these nodes makes the target node conditionally independent of the rest of the network. In a Markov random field, the Markov blanket of a node is simply its immediate neighbors.

Markov condition

The concept of a Markov blanket is rooted in the Markov condition, which states that in a probabilistic graphical model, each variable is conditionally independent of its non-descendants given its parents.[1] This condition implies the existence of a minimal separating set — the Markov blanket — that shields a variable from the rest of the network.

Markov boundary

A Markov boundary of Y in 𝒮 is a subset 𝒮2 of 𝒮, such that 𝒮2 itself is a Markov blanket of Y, but any proper subset of 𝒮2 is not a Markov blanket of Y. In other words, a Markov boundary is a minimal Markov blanket.

The Markov boundary of a node A in a Bayesian network is the set of nodes composed of A's parents, A's children, and A's children's other parents. In a Markov random field, the Markov boundary for a node is the set of its neighboring nodes. In a dependency network, the Markov boundary for a node is the set of its parents.

Uniqueness of Markov boundary

The Markov boundary always exists. Under some mild conditions, the Markov boundary is unique. However, for most practical and theoretical scenarios multiple Markov boundaries may provide alternative solutions.[2] When there are multiple Markov boundaries, quantities measuring causal effect could fail.[3]

See also

Notes

  1. a b Script error: No such module "citation/CS1".
  2. Script error: No such module "Citation/CS1".
  3. Script error: No such module "Citation/CS1".