paper-with-me

홈 › Papers

Disentangled Pre-training for Image Matting

2023-04-03 · Yanda Li, Zilong Huang, Gang Yu, Ling Chen, Yunchao Wei, Jianbo Jiao

Image matting requires high-quality pixel-level human annotations to support the training of a deep model in recent literature. Whereas such annotation is costly and hard to scale, significantly holding back the development of the research. In this work, we make the first attempt towards addressing this problem, by proposing a self-supervised pre-training approach that can leverage infinite numbers of data to boost the matting performance. The pre-training task is designed in a similar manner as image matting, where random trimap and alpha matte are generated to achieve an image disentanglement objective. The pre-trained model is then used as an initialisation of the downstream matting task for fine-tuning. Extensive experimental evaluations show that the proposed approach outperforms both the state-of-the-art matting methods and other alternative self-supervised initialisation approaches by a large margin. We also show the robustness of the proposed approach over different backbone architectures. Our project page is available at https://crystraldo.github.io/dpt_mat/.

📄 PDF Abstract BibTeX arXiv:2304.00784

Code (1)

crystraldo/dpt 공식 구현 pytorch

Tasks

DisentanglementImage Matting

Similar Papers 제목 키워드 기반

Disentangled Image Matting

2019-09-10 · ICCV 2019 10 · Shaofan Cai, Xiaoshuai Zhang, Haoqiang Fan, Haibin Huang 외

Most previous image matting methods require a roughly-specificed trimap as input, and estimate fractional alpha values for all pixels that are in the unknown region of the trimap. In this paper, we argue that directly es…

Image Matting

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

Inductive Guided Filter: Real-time Deep Image Matting with Weakly Annotated Masks on Mobile Devices

2019-05-16 · Yaoyi Li, Jianfu Zhang, Weijie Zhao, Hongtao Lu

Recently, significant progress has been achieved in deep image matting. Most of the classical image matting methods are time-consuming and require an ideal trimap which is difficult to attain in practice. A high efficien…

Image Matting

Towards Natural Image Matting in the Wild via Real-Scenario Prior

2024-10-09 · Ruihao Xia, Yu Liang, Peng-Tao Jiang, Hao Zhang 외

Recent approaches attempt to adapt powerful interactive segmentation models, such as SAM, to interactive matting and fine-tune the models based on synthetic matting datasets. However, models trained on synthetic data fai…

DecoderImage MattingInteractive SegmentationSemantic Segmentation

Revisiting Context Aggregation for Image Matting

2023-04-03 · Qinglin Liu, Xiaoqian Lv, Quanling Meng, Zonglin Li 외

Traditional studies emphasize the significance of context information in improving matting performance. Consequently, deep learning-based matting methods delve into designing pooling or affinity-based context aggregation…

DecoderImage Matting