CVDec 15, 2020

Improved Image Matting via Real-time User Clicks and Uncertainty Estimation

arXiv:2012.08323v239 citations
AI Analysis

This work provides a more accessible image matting solution for users by eliminating the need for a trimap, a common bottleneck in existing methods.

This paper addresses the challenge of image matting without requiring a trimap, instead using a few user clicks to resolve ambiguity. The proposed method achieves matting quality comparable to state-of-the-art trimap-based methods with minimal user interaction.

Image matting is a fundamental and challenging problem in computer vision and graphics. Most existing matting methods leverage a user-supplied trimap as an auxiliary input to produce good alpha matte. However, obtaining high-quality trimap itself is arduous, thus restricting the application of these methods. Recently, some trimap-free methods have emerged, however, the matting quality is still far behind the trimap-based methods. The main reason is that, without the trimap guidance in some cases, the target network is ambiguous about which is the foreground target. In fact, choosing the foreground is a subjective procedure and depends on the user's intention. To this end, this paper proposes an improved deep image matting framework which is trimap-free and only needs several user click interactions to eliminate the ambiguity. Moreover, we introduce a new uncertainty estimation module that can predict which parts need polishing and a following local refinement module. Based on the computation budget, users can choose how many local parts to improve with the uncertainty guidance. Quantitative and qualitative results show that our method performs better than existing trimap-free methods and comparably to state-of-the-art trimap-based methods with minimal user effort.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes