paper-with-me

홈 › Papers

Unifying Automatic and Interactive Matting with Pretrained ViTs

2024-01-01 · CVPR 2024 1 · Zixuan Ye, Wenze Liu, He guo, Yujia Liang, Chaoyi Hong, Hao Lu, Zhiguo Cao

Automatic and interactive matting largely improve image matting by respectively alleviating the need for auxiliary input and enabling object selection. Due to different settings on whether prompts exist they either suffer from weakness in instance completeness or region details. Also when dealing with different scenarios directly switching between the two matting models introduces inconvenience and higher workload. Therefore we wonder whether we can alleviate the limitations of both settings while achieving unification to facilitate more convenient use. Our key idea is to offer saliency guidance for automatic mode to enable its attention to detailed regions and also refine the instance completeness in interactive mode by replacing the binary mask guidance with a more probabilistic form. With different guidance for each mode we can achieve unification through adaptable guidance defined as saliency information in automatic mode and user cue for interactive one. It is instantiated as candidate feature in our method an automatic switch for class token in pretrained ViTs and average feature of user prompts controlled by the existence of user prompts. Then we use the candidate feature to generate a probabilistic similarity map as the guidance to alleviate the over-reliance on binary mask. Extensive experiments show that our method can adapt well to both automatic and interactive scenarios with more light-weight framework. Code available at https://github.com/coconuthust/SmartMatting.

📄 PDF Abstract BibTeX

Code (1)

coconuthust/smartmatting 공식 구현 pytorch

Tasks

Image Matting

Similar Papers 제목 키워드 기반

ViTMatte: Boosting Image Matting with Pretrained Plain Vision Transformers

2023-05-24 · Jingfeng Yao, Xinggang Wang, Shusheng Yang, Baoyuan Wang

Recently, plain vision Transformers (ViTs) have shown impressive performance on various computer vision tasks, thanks to their strong modeling capacity and large-scale pretraining. However, they have not yet conquered th…

Image Matting

Dual-Context Aggregation for Universal Image Matting

2024-02-28 · Qinglin Liu, Xiaoqian Lv, Wei Yu, Changyong Guo 외

Natural image matting aims to estimate the alpha matte of the foreground from a given image. Various approaches have been explored to address this problem, such as interactive matting methods that use guidance such as cl…

Image Matting

Generalizing Interactive Backpropagating Refinement for Dense Prediction Networks

2022-01-01 · CVPR 2022 1 · Fanqing Lin, Brian Price, Tony Martinez

As deep neural networks become the state-of-the-art approach in the field of computer vision for dense prediction tasks, many methods have been developed for automatic estimation of the target outputs given the visua…

Depth EstimationImage MattingInteractive SegmentationMonocular Depth Estimation+3

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

Deep Image Matting: A Comprehensive Survey

2023-04-10 · Jizhizi Li, Jing Zhang, DaCheng Tao

Image matting refers to extracting precise alpha matte from natural images, and it plays a critical role in various downstream applications, such as image editing. Despite being an ill-posed problem, traditional methods …

Image MattingReferring Image MattingSurvey