CVMMMay 17, 2022

Exploring the Interactive Guidance for Unified and Effective Image Matting

arXiv:2205.08324v35 citationsh-index: 26
Originality Incremental advance
AI Analysis

This addresses the need for more effective and user-friendly image matting tools in computer vision applications, though it is incremental by building on existing interactive and trimap-free approaches.

The paper tackled the problem of image matting for complex scenarios with multiple or transparent objects by proposing a unified interactive method that decouples foreground segmentation and transparency prediction, achieving state-of-the-art performance on the Composition-1K test set and a synthetic dataset.

Recent image matting studies are developing towards proposing trimap-free or interactive methods for complete complex image matting tasks. Although avoiding the extensive labors of trimap annotation, existing methods still suffer from two limitations: (1) For the single image with multiple objects, it is essential to provide extra interaction information to help determining the matting target; (2) For transparent objects, the accurate regression of alpha matte from RGB image is much more difficult compared with the opaque ones. In this work, we propose a Unified Interactive image Matting method, named UIM, which solves the limitations and achieves satisfying matting results for any scenario. Specifically, UIM leverages multiple types of user interaction to avoid the ambiguity of multiple matting targets, and we compare the pros and cons of different annotation types in detail. To unify the matting performance for transparent and opaque objects, we decouple image matting into two stages, i.e., foreground segmentation and transparency prediction. Moreover, we design a multi-scale attentive fusion module to alleviate the vagueness in the boundary region. Experimental results demonstrate that UIM achieves state-of-the-art performance on the Composition-1K test set and a synthetic unified dataset.

Code Implementations1 repo
Foundations

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

Your Notes