CVDec 27, 2021

Improving Deep Image Matting via Local Smoothness Assumption

arXiv:2112.13809v25 citations
Originality Incremental advance
AI Analysis

This work addresses a fundamental computer vision task for applications like image editing, but it is incremental as it adapts classical assumptions to deep learning.

The paper tackled the ill-posed problem of natural image matting by incorporating local smoothness assumptions into deep learning models, proposing three techniques that improved performance compared to existing methods.

Natural image matting is a fundamental and challenging computer vision task. Conventionally, the problem is formulated as an underconstrained problem. Since the problem is ill-posed, further assumptions on the data distribution are required to make the problem well-posed. For classical matting methods, a commonly adopted assumption is the local smoothness assumption on foreground and background colors. However, the use of such assumptions was not systematically considered for deep learning based matting methods. In this work, we consider two local smoothness assumptions which can help improving deep image matting models. Based on the local smoothness assumptions, we propose three techniques, i.e., training set refinement, color augmentation and backpropagating refinement, which can improve the performance of the deep image matting model significantly. We conduct experiments to examine the effectiveness of the proposed algorithm. The experimental results show that the proposed method has favorable performance compared with existing matting methods.

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