Deep Image Matting
Ning Xu, Brian Price, Scott Cohen, Thomas Huang

TL;DR
This paper introduces a deep learning approach for image matting that combines a convolutional encoder-decoder network with a refinement network, significantly improving accuracy especially in challenging scenarios.
Contribution
It presents a novel deep model with a two-part architecture and a large-scale dataset, advancing the state-of-the-art in image matting performance.
Findings
Outperforms previous methods on benchmark datasets
Achieves sharper edges and more accurate alpha mattes
Demonstrates robustness on real-world images
Abstract
Image matting is a fundamental computer vision problem and has many applications. Previous algorithms have poor performance when an image has similar foreground and background colors or complicated textures. The main reasons are prior methods 1) only use low-level features and 2) lack high-level context. In this paper, we propose a novel deep learning based algorithm that can tackle both these problems. Our deep model has two parts. The first part is a deep convolutional encoder-decoder network that takes an image and the corresponding trimap as inputs and predict the alpha matte of the image. The second part is a small convolutional network that refines the alpha matte predictions of the first network to have more accurate alpha values and sharper edges. In addition, we also create a large-scale image matting dataset including 49300 training images and 1000 testing images. We evaluate…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Deep Image Matting· youtube
Taxonomy
TopicsImage Enhancement Techniques · Advanced Image Processing Techniques · Image and Signal Denoising Methods
