Markov Random Field
约 71 个字
Markov Random Field(MRF)¶
Where \(\mathbf{ a,b,c}\) are random variables.
Factor Graphs¶
Belief Propagation¶
Inference in factor graphs
Sum-Product Algorithm¶
With initialization:
Calculate marginals:
\(p(\mathbf x) \propto \prod_{f \in ne(x)} \mu_{f\rightarrow x}(x)\)
Max product Algorithm¶
Convert \(\sum to \ max()\)