CVJul 17, 2017

Information-Flow Matting

arXiv:1707.05055v2192 citations
AI Analysis

This is an incremental improvement for image editing and visual effects, offering a standalone matting tool that can also regularize sampling-based methods.

The authors tackled natural image matting by developing an affinity-based algorithm that controls information flow between pixels, introducing color-mixture flow to handle opacity relations. The method achieves robust performance against challenges like holes and intricate structures, with a closed-form linear system solution.

We present a novel, purely affinity-based natural image matting algorithm. Our method relies on carefully defined pixel-to-pixel connections that enable effective use of information available in the image. We control the information flow from the known-opacity regions into the unknown region, as well as within the unknown region itself, by utilizing multiple definitions of pixel affinities. Among other forms of information flow, we introduce color-mixture flow, which builds upon local linear embedding and effectively encapsulates the relation between different pixel opacities. Our resulting novel linear system formulation can be solved in closed-form and is robust against several fundamental challenges of natural matting such as holes and remote intricate structures. While our method is primarily designed as a standalone matting tool, we show that it can also be used for regularizing mattes obtained by sampling-based methods. The formulation is also extended to layer color estimation and we show that the use of multiple channels of flow increases the layer color quality. We also demonstrate our performance in green-screen keying and analyze the characteristics of the utilized affinities.

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