paper-with-me

홈 › Papers

Highly Efficient Natural Image Matting

2021-10-25 · Yijie Zhong, Bo Li, Lv Tang, Hao Tang, Shouhong Ding

Over the last few years, deep learning based approaches have achieved outstanding improvements in natural image matting. However, there are still two drawbacks that impede the widespread application of image matting: the reliance on user-provided trimaps and the heavy model sizes. In this paper, we propose a trimap-free natural image matting method with a lightweight model. With a lightweight basic convolution block, we build a two-stages framework: Segmentation Network (SN) is designed to capture sufficient semantics and classify the pixels into unknown, foreground and background regions; Matting Refine Network (MRN) aims at capturing detailed texture information and regressing accurate alpha values. With the proposed cross-level fusion Module (CFM), SN can efficiently utilize multi-scale features with less computational cost. Efficient non-local attention module (ENA) in MRN can efficiently model the relevance between different pixels and help regress high-quality alpha values. Utilizing these techniques, we construct an extremely light-weighted model, which achieves comparable performance with ~1\% parameters (344k) of large models on popular natural image matting benchmarks.

📄 PDF Abstract BibTeX arXiv:2110.12748

Code (0)

등록된 구현이 없습니다.

Tasks

Image Matting

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

TransMatting: Tri-token Equipped Transformer Model for Image Matting

2023-03-11 · Huanqia Cai, Fanglei Xue, Lele Xu, Lili Guo

Image matting aims to predict alpha values of elaborate uncertainty areas of natural images, like hairs, smoke, and spider web. However, existing methods perform poorly when faced with highly transparent foreground objec…

Image MattingTransparent objects

Semantic Image Matting

2021-04-16 · CVPR 2021 1 · Yanan sun, Chi-Keung Tang, Yu-Wing Tai

Natural image matting separates the foreground from background in fractional occupancy which can be caused by highly transparent objects, complex foreground (e.g., net or tree), and/or objects containing very fine detail…

Image MattingSemantic Image MattingTransparent objects

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

Hierarchical Opacity Propagation for Image Matting

2020-04-07 · Yaoyi Li, Qingyao Xu, Hongtao Lu

Natural image matting is a fundamental problem in computational photography and computer vision. Deep neural networks have seen the surge of successful methods in natural image matting in recent years. In contrast to tra…

Image Matting

PP-Matting: High-Accuracy Natural Image Matting

2022-04-20 · Guowei Chen, Yi Liu, Jian Wang, Juncai Peng 외

Natural image matting is a fundamental and challenging computer vision task. It has many applications in image editing and composition. Recently, deep learning-based approaches have achieved great improvements in image m…

Image MattingSemantic SegmentationVocal Bursts Intensity Prediction