Long-Range Feature Propagating for Natural Image Matting
Qinglin Liu, Haozhe Xie, Shengping Zhang, Bineng Zhong, Rongrong Ji

TL;DR
This paper introduces LFPNet, a deep learning model that effectively propagates long-range features for improved natural image matting, overcoming the limited receptive fields of traditional CNNs.
Contribution
The paper proposes a novel Long-Range Feature Propagating Network with a unique context feature propagation module and Center-Surround Pyramid Pooling for better alpha matte estimation.
Findings
Outperforms state-of-the-art on AlphaMatting dataset
Effective long-range context feature extraction
Improved accuracy in unknown region alpha estimation
Abstract
Natural image matting estimates the alpha values of unknown regions in the trimap. Recently, deep learning based methods propagate the alpha values from the known regions to unknown regions according to the similarity between them. However, we find that more than 50\% pixels in the unknown regions cannot be correlated to pixels in known regions due to the limitation of small effective reception fields of common convolutional neural networks, which leads to inaccurate estimation when the pixels in the unknown regions cannot be inferred only with pixels in the reception fields. To solve this problem, we propose Long-Range Feature Propagating Network (LFPNet), which learns the long-range context features outside the reception fields for alpha matte estimation. Specifically, we first design the propagating module which extracts the context features from the downsampled image. Then, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Enhancement Techniques · Image and Signal Denoising Methods · Advanced Image Processing Techniques
MethodsLFPNet with test time augmentation
