paper-with-me

홈 › Papers

ZIM: Zero-Shot Image Matting for Anything

2024-11-01 · Beomyoung Kim, Chanyong Shin, JoonHyun Jeong, Hyungsik Jung, Se-Yun Lee, Sewhan Chun, Dong-Hyun Hwang, Joonsang Yu

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 propose a novel zero-shot image matting model, called ZIM, with two key contributions: First, we develop a label converter that transforms segmentation labels into detailed matte labels, constructing the new SA1B-Matte dataset without costly manual annotations. Training SAM with this dataset enables it to generate precise matte masks while maintaining its zero-shot capability. Second, we design the zero-shot matting model equipped with a hierarchical pixel decoder to enhance mask representation, along with a prompt-aware masked attention mechanism to improve performance by enabling the model to focus on regions specified by visual prompts. We evaluate ZIM using the newly introduced MicroMat-3K test set, which contains high-quality micro-level matte labels. Experimental results show that ZIM outperforms existing methods in fine-grained mask generation and zero-shot generalization. Furthermore, we demonstrate the versatility of ZIM in various downstream tasks requiring precise masks, such as image inpainting and 3D NeRF. Our contributions provide a robust foundation for advancing zero-shot matting and its downstream applications across a wide range of computer vision tasks. The code is available at \url{https://github.com/naver-ai/ZIM}.

📄 PDF Abstract BibTeX arXiv:2411.00626

Code (1)

naver-ai/zim 공식 구현 pytorch

Tasks

Image InpaintingImage MattingImage SegmentationNeRFSegmentationZero-shot GeneralizationZero Shot Segmentation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.
SAM 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

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

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 g…

Image MattingReferring Image Matting

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

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

Segment Anything

2023-04-05 · ICCV 2023 1 · Alexander Kirillov, Eric Mintun, Nikhila Ravi, Hanzi Mao 외

We introduce the Segment Anything (SA) project: a new task, model, and dataset for image segmentation. Using our efficient model in a data collection loop, we built the largest segmentation dataset to date (by far), with…

Event-based Object SegmentationImage SegmentationRobot Manipulation GeneralizationSegmentation+3