English

Deep Image Matting with Flexible Guidance Input

Computer Vision and Pattern Recognition 2021-10-22 v1 Machine Learning

Abstract

Image matting is an important computer vision problem. Many existing matting methods require a hand-made trimap to provide auxiliary information, which is very expensive and limits the real world usage. Recently, some trimap-free methods have been proposed, which completely get rid of any user input. However, their performance lag far behind trimap-based methods due to the lack of guidance information. In this paper, we propose a matting method that use Flexible Guidance Input as user hint, which means our method can use trimap, scribblemap or clickmap as guidance information or even work without any guidance input. To achieve this, we propose Progressive Trimap Deformation(PTD) scheme that gradually shrink the area of the foreground and background of the trimap with the training step increases and finally become a scribblemap. To make our network robust to any user scribble and click, we randomly sample points on foreground and background and perform curve fitting. Moreover, we propose Semantic Fusion Module(SFM) which utilize the Feature Pyramid Enhancement Module(FPEM) and Joint Pyramid Upsampling(JPU) in matting task for the first time. The experiments show that our method can achieve state-of-the-art results comparing with existing trimap-based and trimap-free methods.

Keywords

Cite

@article{arxiv.2110.10898,
  title  = {Deep Image Matting with Flexible Guidance Input},
  author = {Hang Cheng and Shugong Xu and Xiufeng Jiang and Rongrong Wang},
  journal= {arXiv preprint arXiv:2110.10898},
  year   = {2021}
}

Comments

Accepted to BMVC2021

R2 v1 2026-06-24T07:03:42.873Z