paper-with-me

홈 › Papers

Lightweight Portrait Matting via Regional Attention and Refinement

2023-11-07 · Yatao Zhong, Ilya Zharkov

We present a lightweight model for high resolution portrait matting. The model does not use any auxiliary inputs such as trimaps or background captures and achieves real time performance for HD videos and near real time for 4K. Our model is built upon a two-stage framework with a low resolution network for coarse alpha estimation followed by a refinement network for local region improvement. However, a naive implementation of the two-stage model suffers from poor matting quality if not utilizing any auxiliary inputs. We address the performance gap by leveraging the vision transformer (ViT) as the backbone of the low resolution network, motivated by the observation that the tokenization step of ViT can reduce spatial resolution while retain as much pixel information as possible. To inform local regions of the context, we propose a novel cross region attention (CRA) module in the refinement network to propagate the contextual information across the neighboring regions. We demonstrate that our method achieves superior results and outperforms other baselines on three benchmark datasets while only uses $1/20$ of the FLOPS compared to the existing state-of-the-art model.

📄 PDF Abstract BibTeX arXiv:2311.03770

Code (0)

등록된 구현이 없습니다.

Tasks

4kImage Matting

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

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

EFormer: Enhanced Transformer towards Semantic-Contour Features of Foreground for Portraits Matting

2023-08-24 · CVPR 2024 1 · Zitao Wang, Qiguang Miao, Peipei Zhao, Yue Xi

The portrait matting task aims to extract an alpha matte with complete semantics and finely-detailed contours. In comparison to CNN-based approaches, transformers with self-attention module have a better capacity to capt…

Image Matting

Efficient Portrait Matte Creation With Layer Diffusion and Connectivity Priors

2025-01-27 · Zhiyuan Lu, Hao Lu, Hua Huang

Learning effective deep portrait matting models requires training data of both high quality and large quantity. Neither quality nor quantity can be easily met for portrait matting, however. Since the most accurate ground…

Image MattingVideo SegmentationVideo Semantic Segmentation

Self-supervised Matting-specific Portrait Enhancement and Generation

2022-08-13 · Yangyang Xu Zeyang Zhou, Shengfeng He

We resolve the ill-posed alpha matting problem from a completely different perspective. Given an input portrait image, instead of estimating the corresponding alpha matte, we focus on the other end, to subtly enhance thi…

Image MattingSpecificity

DFIMat: Decoupled Flexible Interactive Matting in Multi-Person Scenarios

2024-10-13 · Siyi Jiao, Wenzheng Zeng, Changxin Gao, Nong Sang

Interactive portrait matting refers to extracting the soft portrait from a given image that best meets the user's intent through their inputs. Existing methods often underperform in complex scenarios, mainly due to three…

Image MattingSynthetic Data Generation