paper-with-me

Papers

Matting Anything

2023-06-08 · Jiachen Li, Jitesh Jain, Humphrey Shi

In this paper, we propose the Matting Anything Model (MAM), an efficient and versatile framework for estimating the alpha matte of any instance in an image with flexible and interactive visual or linguistic user prompt guidance. MAM offers several significant advantages over previous specialized image matting networks: (i) MAM is capable of dealing with various types of image matting, including semantic, instance, and referring image matting with only a single model; (ii) MAM leverages the feature maps from the Segment Anything Model (SAM) and adopts a lightweight Mask-to-Matte (M2M) module to predict the alpha matte through iterative refinement, which has only 2.7 million trainable parameters. (iii) By incorporating SAM, MAM simplifies the user intervention required for the interactive use of image matting from the trimap to the box, point, or text prompt. We evaluate the performance of MAM on various image matting benchmarks, and the experimental results demonstrate that MAM achieves comparable performance to the state-of-the-art specialized image matting models under different metrics on each benchmark. Overall, MAM shows superior generalization ability and can effectively handle various image matting tasks with fewer parameters, making it a practical solution for unified image matting. Our code and models are open-sourced at https://github.com/SHI-Labs/Matting-Anything.

📄 PDF Abstract BibTeX arXiv:2306.05399

Code (1)

shi-labs/matting-anything 공식 구현 pytorch

Tasks

Image MattingReferring Image Matting

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

Matte Anything: Interactive Natural Image Matting with Segment Anything Models

2023-06-07 · Jingfeng Yao, Xinggang Wang, Lang Ye, Wenyu Liu

Natural image matting algorithms aim to predict the transparency map (alpha-matte) with the trimap guidance. However, the production of trimap often requires significant labor, which limits the widespread application of …

Image Matting

DiffuMatting: Synthesizing Arbitrary Objects with Matting-level Annotation

2024-03-10 · Xiaobin Hu, Xu Peng, Donghao Luo, Xiaozhong 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 propo…

Image MattingObject

Segment and Matte Anything in a Unified Model

2026-01-17 · Zezhong Fan, Xiaohan Li, Topojoy Biswas, Kaushiki Nag 외 arxiv

Segment Anything (SAM) has recently pushed the boundaries of segmentation by demonstrating zero-shot generalization and flexible prompting after training on over one billion masks. Despite this, its mask prediction accur…

Zero-shot GeneralizationImage SegmentationImage Matting

VideoMaMa: Mask-Guided Video Matting via Generative Prior

2026-01-20 · Sangbeom Lim, Seoung Wug Oh, Jiahui Huang, Heeji Yoon 외 arxiv

Generalizing video matting models to real-world videos remains a significant challenge due to the scarcity of labeled data. To address this, we present Video Mask-to-Matte Model (VideoMaMa) that converts coarse segmentat…

Zero-shot Generalization

ZIM: Zero-Shot Image Matting for Anything

2024-11-01 · Beomyoung Kim, Chanyong Shin, JoonHyun Jeong, Hyungsik Jung 외

The recent segmentation foundation model, Segment Anything Model (SAM), exhibits strong zero-shot segmentation capabilities, but it falls short in generating fine-grained precise masks. To address this limitation, we pro…

Image InpaintingImage MattingImage SegmentationNeRF+3