English

Highly Efficient Natural Image Matting

Computer Vision and Pattern Recognition 2021-10-26 v1

Abstract

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.

Keywords

Cite

@article{arxiv.2110.12748,
  title  = {Highly Efficient Natural Image Matting},
  author = {Yijie Zhong and Bo Li and Lv Tang and Hao Tang and Shouhong Ding},
  journal= {arXiv preprint arXiv:2110.12748},
  year   = {2021}
}

Comments

Full version of BMVC2021

R2 v1 2026-06-24T07:09:13.254Z