Image Matting

96 papers with code • 8 benchmarks • 8 datasets

Image Matting is the process of accurately estimating the foreground object in images and videos. It is a very important technique in image and video editing applications, particularly in film production for creating visual effects. In case of image segmentation, we segment the image into foreground and background by labeling the pixels. Image segmentation generates a binary image, in which a pixel either belongs to foreground or background. However, Image Matting is different from the image segmentation, wherein some pixels may belong to foreground as well as background, such pixels are called partial or mixed pixels. In order to fully separate the foreground from the background in an image, accurate estimation of the alpha values for partial or mixed pixels is necessary.

Source: Automatic Trimap Generation for Image Matting

Image Source: Real-Time High-Resolution Background Matting

Libraries

Use these libraries to find Image Matting models and implementations

Ultrahigh Resolution Image/Video Matting With Spatio-Temporal Sparsity

nowsyn/sparsemat CVPR 2023

Instead, our method resorts to spatial and temporal sparsity for solving general UHR matting.

38
01 Jan 2023

End-to-End Video Matting With Trimap Propagation

csvt32745/ftp-vm CVPR 2023

Although recent studies exploit video object segmentation methods to propagate the given trimaps, they suffer inconsistent results.

20
01 Jan 2023

Infusing Definiteness into Randomness: Rethinking Composition Styles for Deep Image Matting

coconuthust/composition_styles 27 Dec 2022

Inspired by this, we introduce a novel composition style that binds the source and combined foregrounds in a definite triplet.

15
27 Dec 2022

Lightweight Alpha Matting Network Using Distillation-Based Channel Pruning

donggeun-yoon/dcp 14 Oct 2022

Therefore, there has been a demand for a lightweight alpha matting model due to the limited computational resources of commercial portable devices.

15
14 Oct 2022

Robust Human Matting via Semantic Guidance

cxgincsu/semanticguidedhumanmatting 11 Oct 2022

Unlike previous works, our framework is data efficient, which requires a small amount of matting ground-truth to learn to estimate high quality object mattes.

206
11 Oct 2022

SAPA: Similarity-Aware Point Affiliation for Feature Upsampling

poppinace/sapa 26 Sep 2022

We introduce point affiliation into feature upsampling, a notion that describes the affiliation of each upsampled point to a semantic cluster formed by local decoder feature points with semantic similarity.

33
26 Sep 2022

Self-supervised Matting-specific Portrait Enhancement and Generation

cnnlstm/stylegan_matting 13 Aug 2022

Particularly, we invert an input portrait into the latent code of StyleGAN, and our aim is to discover whether there is an enhanced version in the latent space which is more compatible with a reference matting model.

12
13 Aug 2022

TransMatting: Enhancing Transparent Objects Matting with Transformers

acechq/transmatting 5 Aug 2022

Image matting refers to predicting the alpha values of unknown foreground areas from natural images.

20
05 Aug 2022

One-Trimap Video Matting

hongje/otvm 27 Jul 2022

A key of OTVM is the joint modeling of trimap propagation and alpha prediction.

79
27 Jul 2022

Referring Image Matting

jizhizili/rim CVPR 2023

Different from conventional image matting, which either requires user-defined scribbles/trimap to extract a specific foreground object or directly extracts all the foreground objects in the image indiscriminately, we introduce a new task named Referring Image Matting (RIM) in this paper, which aims to extract the meticulous alpha matte of the specific object that best matches the given natural language description, thus enabling a more natural and simpler instruction for image matting.

198
10 Jun 2022