跳转至

Markov Random Field

约 71 个字

Markov Random Field(MRF)

image-20240219113033071

image-20240219113115238

Where \(\mathbf{ a,b,c}\) are random variables.

Factor Graphs

image-20240219113227744

image-20240219113238601

Belief Propagation

Inference in factor graphs

image-20240219113351784

  • Factor to variable message

    image-20240219113431083

  • Variable to factor message

    image-20240219113458374

Sum-Product Algorithm

image-20240219113544890

With initialization:

image-20240219113601311

Calculate marginals:

\(p(\mathbf x) \propto \prod_{f \in ne(x)} \mu_{f\rightarrow x}(x)\)

Max product Algorithm

Convert \(\sum to \ max()\)

image-20240219113952819