paper-with-me

Papers

TransMatting: Enhancing Transparent Objects Matting with Transformers

2022-08-05 · Huanqia Cai, Fanglei Xue, Lele Xu, Lili Guo

Image matting refers to predicting the alpha values of unknown foreground areas from natural images. Prior methods have focused on propagating alpha values from known to unknown regions. However, not all natural images have a specifically known foreground. Images of transparent objects, like glass, smoke, web, etc., have less or no known foreground. In this paper, we propose a Transformer-based network, TransMatting, to model transparent objects with a big receptive field. Specifically, we redesign the trimap as three learnable tri-tokens for introducing advanced semantic features into the self-attention mechanism. A small convolutional network is proposed to utilize the global feature and non-background mask to guide the multi-scale feature propagation from encoder to decoder for maintaining the contexture of transparent objects. In addition, we create a high-resolution matting dataset of transparent objects with small known foreground areas. Experiments on several matting benchmarks demonstrate the superiority of our proposed method over the current state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2208.03007

Code (1)

acechq/transmatting 공식 구현

Tasks

DecoderImage MattingTransparent objects

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

TOM-Net: Learning Transparent Object Matting from a Single Image

2018-03-13 · CVPR 2018 6 · Guan-Ying Chen, Kai Han, Kwan-Yee K. Wong

This paper addresses the problem of transparent object matting. Existing image matting approaches for transparent objects often require tedious capturing procedures and long processing time, which limit their practical u…

DecoderImage MattingObjectTransparent objects

Learning Transparent Object Matting

2019-07-25 · Guan-Ying Chen, Kai Han, Kwan-Yee K. Wong

This paper addresses the problem of image matting for transparent objects. Existing approaches often require tedious capturing procedures and long processing time, which limit their practical use. In this paper, we formu…

DecoderImage MattingObjectTransparent objects

Colored Transparent Object Matting from a Single Image Using Deep Learning

2019-10-05 · Jamal Ahmed Rahim, Kwan-Yee Kenneth Wong

This paper proposes a deep learning based method for colored transparent object matting from a single image. Existing approaches for transparent object matting often require multiple images and long processing times, whi…

Image MattingObjectTransparent objects

Exploring the Interactive Guidance for Unified and Effective Image Matting

2022-05-17 · Dinghao Yang, Bin Wang, Weijia Li, Yiqi Lin 외

Recent image matting studies are developing towards proposing trimap-free or interactive methods for complete complex image matting tasks. Although avoiding the extensive labors of trimap annotation, existing methods sti…

Foreground SegmentationImage MattingTransparent objects