CVApr 7, 2020

Hierarchical Opacity Propagation for Image Matting

arXiv:2004.03249v114 citations
AI Analysis

This addresses the need for more direct propagation in deep image matting for computational photography and computer vision applications, representing an incremental improvement over existing methods.

The paper tackles the problem of natural image matting by proposing a hierarchical opacity propagation (HOP) method that directly propagates alpha matte information between pixels at different semantic levels, resulting in outperforming state-of-the-art methods as shown in extensive experiments.

Natural image matting is a fundamental problem in computational photography and computer vision. Deep neural networks have seen the surge of successful methods in natural image matting in recent years. In contrast to traditional propagation-based matting methods, some top-tier deep image matting approaches tend to perform propagation in the neural network implicitly. A novel structure for more direct alpha matte propagation between pixels is in demand. To this end, this paper presents a hierarchical opacity propagation (HOP) matting method, where the opacity information is propagated in the neighborhood of each point at different semantic levels. The hierarchical structure is based on one global and multiple local propagation blocks. With the HOP structure, every feature point pair in high-resolution feature maps will be connected based on the appearance of input image. We further propose a scale-insensitive positional encoding tailored for image matting to deal with the unfixed size of input image and introduce the random interpolation augmentation into image matting. Extensive experiments and ablation study show that HOP matting is capable of outperforming state-of-the-art matting methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes