A Graphical Model Framework for Coupling MRFs and Deformable Models

Abstract

This paper proposes a new framework for image segmentation based on the integration of MRFs and deformable models using graphical models. We first construct a graphical model to represent the relationship of the observed image pixels, the true region labels and the underlying object contour. We then formulate the problem of image segmentation as the one of joint regioncontour inference and learning in the graphical model. The graphical model representation allows us to use an approximate structured variational inference technique to solve this otherwise intractable joint inference problem. Using this technique, the MAP solution to the original model is obtained by finding the MAP solutions of two simpler models, an extended MRF model and a probabilistic deformable model, iteratively and incrementally. In the extended MRF model, the true region labels are estimated using the BP algorithm in a band area around the estimated contour from the probabilistic deformable model, and the result in turn guides the probabilistic deformable model to an improved estimation of the contour. Experimental results show that our new hybrid method outperforms both the MRF-based and the deformable model-based methods.

Cite

Text

Huang et al. "A Graphical Model Framework for Coupling MRFs and Deformable Models." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2004. doi:10.1109/CVPR.2004.14

Markdown

[Huang et al. "A Graphical Model Framework for Coupling MRFs and Deformable Models." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2004.](https://mlanthology.org/cvpr/2004/huang2004cvpr-graphical/) doi:10.1109/CVPR.2004.14

BibTeX

@inproceedings{huang2004cvpr-graphical,
  title     = {{A Graphical Model Framework for Coupling MRFs and Deformable Models}},
  author    = {Huang, Rui and Pavlovic, Vladimir and Metaxas, Dimitris N.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2004},
  pages     = {739-746},
  doi       = {10.1109/CVPR.2004.14},
  url       = {https://mlanthology.org/cvpr/2004/huang2004cvpr-graphical/}
}