A Bayesian Approach to Digital Matting
Abstract
This paper proposes a new Bayesian framework for solving the matting problem, i.e. extracting a foreground element from a background image by estimating an opacity for each pixel of the foreground element. Our approach models both the foreground and background color distributions with spatially-varying sets of Gaussians, and assumes a fractional blending of the foreground and background colors to produce the final output. It then uses a maximum-likelihood criterion to estimate the optimal opacity, foreground and background simultaneously. In addition to providing a principled approach to the matting problem, our algorithm effectively handles objects with intricate boundaries, such as hair strands and fur, and provides an improvement over existing techniques for these difficult cases.
Cite
Text
Chuang et al. "A Bayesian Approach to Digital Matting." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2001. doi:10.1109/CVPR.2001.990970Markdown
[Chuang et al. "A Bayesian Approach to Digital Matting." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2001.](https://mlanthology.org/cvpr/2001/chuang2001cvpr-bayesian/) doi:10.1109/CVPR.2001.990970BibTeX
@inproceedings{chuang2001cvpr-bayesian,
title = {{A Bayesian Approach to Digital Matting}},
author = {Chuang, Yung-Yu and Curless, Brian and Salesin, David and Szeliski, Richard},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2001},
pages = {II:264-271},
doi = {10.1109/CVPR.2001.990970},
url = {https://mlanthology.org/cvpr/2001/chuang2001cvpr-bayesian/}
}