paper-with-me

Papers

Video Instance Matting

2023-11-07 · Jiachen Li, Roberto Henschel, Vidit Goel, Marianna Ohanyan, Shant Navasardyan, Humphrey Shi

Conventional video matting outputs one alpha matte for all instances appearing in a video frame so that individual instances are not distinguished. While video instance segmentation provides time-consistent instance masks, results are unsatisfactory for matting applications, especially due to applied binarization. To remedy this deficiency, we propose Video Instance Matting~(VIM), that is, estimating alpha mattes of each instance at each frame of a video sequence. To tackle this challenging problem, we present MSG-VIM, a Mask Sequence Guided Video Instance Matting neural network, as a novel baseline model for VIM. MSG-VIM leverages a mixture of mask augmentations to make predictions robust to inaccurate and inconsistent mask guidance. It incorporates temporal mask and temporal feature guidance to improve the temporal consistency of alpha matte predictions. Furthermore, we build a new benchmark for VIM, called VIM50, which comprises 50 video clips with multiple human instances as foreground objects. To evaluate performances on the VIM task, we introduce a suitable metric called Video Instance-aware Matting Quality~(VIMQ). Our proposed model MSG-VIM sets a strong baseline on the VIM50 benchmark and outperforms existing methods by a large margin. The project is open-sourced at https://github.com/SHI-Labs/VIM.

📄 PDF Abstract BibTeX arXiv:2311.04212

Code (1)

shi-labs/vim 공식 구현 pytorch

Tasks

BinarizationImage MattingInstance SegmentationSemantic SegmentationVideo Instance SegmentationVideo Matting

Similar Papers 제목 키워드 기반

VRMDiff: Text-Guided Video Referring Matting Generation of Diffusion

2025-03-11 · Lehan Yang, Jincen Song, Tianlong Wang, Daiqing Qi 외

We propose a new task, video referring matting, which obtains the alpha matte of a specified instance by inputting a referring caption. We treat the dense prediction task of matting as video generation, leveraging the te…

Image MattingVideo AlignmentVideo Generation

MaGGIe: Masked Guided Gradual Human Instance Matting

2024-04-24 · CVPR 2024 1 · Chuong Huynh, Seoung Wug Oh, Abhinav Shrivastava, Joon-Young Lee

Human matting is a foundation task in image and video processing, where human foreground pixels are extracted from the input. Prior works either improve the accuracy by additional guidance or improve the temporal consist…

Image MattingVideo Matting

End-to-End Human Instance Matting

2024-03-03 · Qinglin Liu, Shengping Zhang, Quanling Meng, Bineng Zhong 외

Human instance matting aims to estimate an alpha matte for each human instance in an image, which is extremely challenging and has rarely been studied so far. Despite some efforts to use instance segmentation to generate…

Image MattingInstance SegmentationSemantic Segmentation

Human Instance Matting via Mutual Guidance and Multi-Instance Refinement

2022-05-22 · CVPR 2022 1 · Yanan sun, Chi-Keung Tang, Yu-Wing Tai

This paper introduces a new matting task called human instance matting (HIM), which requires the pertinent model to automatically predict a precise alpha matte for each human instance. Straightforward combination of clos…

Image MattingInstance SegmentationSemantic Segmentation

Mask-Guided Matting in the Wild

2023-01-01 · CVPR 2023 1 · KwanYong Park, Sanghyun Woo, Seoung Wug Oh, In So Kweon 외

Mask-guided matting has shown great practicality compared to traditional trimap-based methods. The mask-guided approach takes an easily-obtainable coarse mask as guidance and produces an accurate alpha matte. To exte…

DiversityImage MattingInstance SegmentationSemantic Segmentation+1