5 questions to test your understanding
You run loopy belief propagation on a factor graph with cycles and it converges. What can you say about the resulting marginal probabilities?
On a tree-structured factor graph, why does belief propagation compute exact marginals?
Loopy belief propagation is very likely to converge on any factor graph if run for sufficiently many iterations.
In belief propagation, a message from variable node x to factor node f is constructed by combining information from all of x's neighboring factors except f itself.
Explain why belief propagation is exact on trees but only approximate on loopy graphs, using the concept of message independence.