David Doria “Loopy Belief Propagation on MRFs in ITK “. The Insight Journal, March 2011
This code provides a base implementation of Loopy Belief Propagation on MRFs in ITK. We use binary image denoising as an example problem to demonstrate this code. This document is intended only to describe the implementation, not the theory. A complete tutorial on loopy belief propagation on MRFs is available here. The latest version of the code is available here.
Hi David,
I had a question on your Loopy BP for MRFs. Does your code work with only one cycle in the MRF graph? Or does it work with multiple cycles in the MRF graph? If not, what would you suggest doing for multiple-cycles in the MRF graph?
Thank you,
Ankur
Hi Ankur,
If I remember correctly, the MRF is just a grid graph full of bidirectional edges. So I’m not sure what you mean by ‘cycles’ or ‘multiple cycles’ here?
David