paper-with-me

홈 › Papers

Adaptive Background Matting Using Background Matching

2022-03-10 · Jinlin Liu

Due to the difficulty of solving the matting problem, lots of methods use some kinds of assistance to acquire high quality alpha matte. Green screen matting methods rely on physical equipment. Trimap-based methods take manual interactions as external input. Background-based methods require a pre-captured, static background. The methods are not flexible and convenient enough to use widely. Trimap-free methods are flexible but not stable in complicated video applications. To be stable and flexible in real applications, we propose an adaptive background matting method. The user first captures their videos freely, moving the cameras. Then the user captures the background video afterwards, roughly covering the previous captured regions. We use dynamic background video instead of static background for accurate matting. The proposed method is convenient to use in any scenes as the static camera and background is no more the limitation. To achieve this goal, we use background matching network to find the best-matched background frame by frame from dynamic backgrounds. Then, robust semantic estimation network is used to estimate the coarse alpha matte. Finally, we crop and zoom the target region according to the coarse alpha matte, and estimate the final accurate alpha matte. In experiments, the proposed method is able to perform comparably against the state-of-the-art matting methods.

📄 PDF Abstract BibTeX arXiv:2203.05193

Code (0)

등록된 구현이 없습니다.

Tasks

Image Matting

Similar Papers 제목 키워드 기반

Learning Multiple Representations with Inconsistency-Guided Detail Regularization for Mask-Guided Matting

2024-03-28 · Weihao Jiang, Zhaozhi Xie, Yuxiang Lu, Longjie Qi 외

Mask-guided matting networks have achieved significant improvements and have shown great potential in practical applications in recent years. However, simply learning matting representation from synthetic and lack-of-rea…

Auxiliary LearningEdge DetectionImage MattingLine Detection+2

MODNet-V: Improving Portrait Video Matting via Background Restoration

2021-09-24 · Jiayu Sun, Zhanghan Ke, Lihe Zhang, Huchuan Lu 외

To address the challenging portrait video matting problem more precisely, existing works typically apply some matting priors that require additional user efforts to obtain, such as annotated trimaps or background images.…

GPUImage MattingVideo Matting

Background Matting

2020-02-11 · Hossein Javidnia, François Pitié

The current state of the art alpha matting methods mainly rely on the trimap as the secondary and only guidance to estimate alpha. This paper investigates the effects of utilising the background information as well as tr…

Image MattingVideo Matting

Foreground segmentation based on multi-resolution and matting

2014-02-10 · Xintong Yu, Xiaohan Liu, Yisong Chen

We propose a foreground segmentation algorithm that does foreground extraction under different scales and refines the result by matting. First, the input image is filtered and resampled to 5 different resolutions. Then e…

ClassificationForeground SegmentationGeneral ClassificationImage Matting+1

AlphaNet: An Attention Guided Deep Network for Automatic Image Matting

2020-03-07 · Rishab Sharma, Rahul Deora, Anirudha Vishvakarma

In this paper, we propose an end to end solution for image matting i.e high-precision extraction of foreground objects from natural images. Image matting and background detection can be achieved easily through chroma key…

Image MattingSegmentationSemantic Image MattingSemantic Segmentation