Natural Image Matting Using Deep Convolutional Neural Networks
Abstract
We propose a deep Convolutional Neural Networks (CNN) method for natural image matting. Our method takes results of the closed form matting, results of the KNN matting and normalized RGB color images as inputs, and directly learns an end-to-end mapping between the inputs, and reconstructed alpha mattes. We analyze pros and cons of the closed form matting, and the KNN matting in terms of local and nonlocal principle, and show that they are complementary to each other. A major benefit of our method is that it can “recognize” different local image structures, and then combine results of local (closed form matting), and nonlocal (KNN matting) matting effectively to achieve higher quality alpha mattes than both of its inputs. Extensive experiments demonstrate that our proposed deep CNN matting produces visually and quantitatively high-quality alpha mattes. In addition, our method has achieved the highest ranking in the public alpha matting evaluation dataset in terms of the sum of absolute differences, mean squared errors, and gradient errors.
Cite
Text
Cho et al. "Natural Image Matting Using Deep Convolutional Neural Networks." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-46475-6_39Markdown
[Cho et al. "Natural Image Matting Using Deep Convolutional Neural Networks." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/cho2016eccv-natural/) doi:10.1007/978-3-319-46475-6_39BibTeX
@inproceedings{cho2016eccv-natural,
title = {{Natural Image Matting Using Deep Convolutional Neural Networks}},
author = {Cho, Donghyeon and Tai, Yu-Wing and Kweon, In-So},
booktitle = {European Conference on Computer Vision},
year = {2016},
pages = {626-643},
doi = {10.1007/978-3-319-46475-6_39},
url = {https://mlanthology.org/eccv/2016/cho2016eccv-natural/}
}