CVDec 10, 2023

Diffusion for Natural Image Matting

arXiv:2312.05915v222 citations
Originality Incremental advance
AI Analysis

This work solves the problem of efficient and consistent diffusion-based image matting for computer vision researchers and practitioners, representing an incremental advancement.

The paper tackles the challenge of applying diffusion models to image matting by addressing computational overhead and noise sampling inconsistency, achieving state-of-the-art results with a 5% improvement in SAD and 15% in MSE on the Composition-1k test set.

We aim to leverage diffusion to address the challenging image matting task. However, the presence of high computational overhead and the inconsistency of noise sampling between the training and inference processes pose significant obstacles to achieving this goal. In this paper, we present DiffMatte, a solution designed to effectively overcome these challenges. First, DiffMatte decouples the decoder from the intricately coupled matting network design, involving only one lightweight decoder in the iterations of the diffusion process. With such a strategy, DiffMatte mitigates the growth of computational overhead as the number of samples increases. Second, we employ a self-aligned training strategy with uniform time intervals, ensuring a consistent noise sampling between training and inference across the entire time domain. Our DiffMatte is designed with flexibility in mind and can seamlessly integrate into various modern matting architectures. Extensive experimental results demonstrate that DiffMatte not only reaches the state-of-the-art level on the Composition-1k test set, surpassing the best methods in the past by 5% and 15% in the SAD metric and MSE metric respectively, but also show stronger generalization ability in other benchmarks.

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