paper-with-me

Papers

DiffuMatting: Synthesizing Arbitrary Objects with Matting-level Annotation

2024-03-10 · Xiaobin Hu, Xu Peng, Donghao Luo, Xiaozhong Ji, Jinlong Peng, Zhengkai Jiang, Jiangning Zhang, Taisong Jin, Chengjie Wang, Rongrong Ji

Due to the difficulty and labor-consuming nature of getting highly accurate or matting annotations, there only exists a limited amount of highly accurate labels available to the public. To tackle this challenge, we propose a DiffuMatting which inherits the strong Everything generation ability of diffusion and endows the power of "matting anything". Our DiffuMatting can 1). act as an anything matting factory with high accurate annotations 2). be well-compatible with community LoRAs or various conditional control approaches to achieve the community-friendly art design and controllable generation. Specifically, inspired by green-screen-matting, we aim to teach the diffusion model to paint on a fixed green screen canvas. To this end, a large-scale greenscreen dataset (Green100K) is collected as a training dataset for DiffuMatting. Secondly, a green background control loss is proposed to keep the drawing board as a pure green color to distinguish the foreground and background. To ensure the synthesized object has more edge details, a detailed-enhancement of transition boundary loss is proposed as a guideline to generate objects with more complicated edge structures. Aiming to simultaneously generate the object and its matting annotation, we build a matting head to make a green color removal in the latent space of the VAE decoder. Our DiffuMatting shows several potential applications (e.g., matting-data generator, community-friendly art design and controllable generation). As a matting-data generator, DiffuMatting synthesizes general object and portrait matting sets, effectively reducing the relative MSE error by 15.4% in General Object Matting and 11.4% in Portrait Matting tasks. The dataset is released in our project page at \url{https://diffumatting.github.io}.

📄 PDF Abstract BibTeX arXiv:2403.06168

Code (0)

등록된 구현이 없습니다.

Tasks

Image MattingObject

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Dual-Context Aggregation for Universal Image Matting

2024-02-28 · Qinglin Liu, Xiaoqian Lv, Wei Yu, Changyong Guo 외

Natural image matting aims to estimate the alpha matte of the foreground from a given image. Various approaches have been explored to address this problem, such as interactive matting methods that use guidance such as cl…

Image Matting

SDMatte: Grafting Diffusion Models for Interactive Matting

2025-08-01 · Longfei Huang, Yu Liang, Hao Zhang, Jinwei Chen 외 arxiv

Recent interactive matting methods have shown satisfactory performance in capturing the primary regions of objects, but they fall short in extracting fine-grained details in edge regions. Diffusion models trained on bill…

Salient Image Matting

2021-03-23 · Rahul Deora, Rishab Sharma, Dinesh Samuel Sathia Raj

In this paper, we propose an image matting framework called Salient Image Matting to estimate the per-pixel opacity value of the most salient foreground in an image. To deal with a large amount of semantic diversity in i…

Image MattingObjectobject-detectionObject Detection+1

MAGICK: A Large-scale Captioned Dataset from Matting Generated Images using Chroma Keying

2024-01-01 · CVPR 2024 1 · Ryan D. Burgert, Brian L. Price, Jason Kuen, Yijun Li 외

We introduce MAGICK a large-scale dataset of generated objects with high-quality alpha mattes. While image generation methods have produced segmentations they cannot generate alpha mattes with accurate details in hai…

Image GenerationImage MattingText to Image GenerationText-to-Image Generation

Semantic Image Matting

2021-04-16 · CVPR 2021 1 · Yanan sun, Chi-Keung Tang, Yu-Wing Tai

Natural image matting separates the foreground from background in fractional occupancy which can be caused by highly transparent objects, complex foreground (e.g., net or tree), and/or objects containing very fine detail…

Image MattingSemantic Image MattingTransparent objects