CVAug 2, 2019

Indices Matter: Learning to Index for Deep Image Matting

arXiv:1908.00672v1208 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in image matting for computer vision applications, offering a plug-in module for existing networks, but it is incremental as it builds on prior upsampling methods.

The paper tackles the problem of upsampling in deep image matting by introducing a self-learned index function to guide pooling and upsampling, resulting in at least 16.1% improvement over a baseline on the Composition-1k dataset with less training data and lower model capacity.

We show that existing upsampling operators can be unified with the notion of the index function. This notion is inspired by an observation in the decoding process of deep image matting where indices-guided unpooling can recover boundary details much better than other upsampling operators such as bilinear interpolation. By looking at the indices as a function of the feature map, we introduce the concept of learning to index, and present a novel index-guided encoder-decoder framework where indices are self-learned adaptively from data and are used to guide the pooling and upsampling operators, without the need of supervision. At the core of this framework is a flexible network module, termed IndexNet, which dynamically predicts indices given an input. Due to its flexibility, IndexNet can be used as a plug-in applying to any off-the-shelf convolutional networks that have coupled downsampling and upsampling stages. We demonstrate the effectiveness of IndexNet on the task of natural image matting where the quality of learned indices can be visually observed from predicted alpha mattes. Results on the Composition-1k matting dataset show that our model built on MobileNetv2 exhibits at least $16.1\%$ improvement over the seminal VGG-16 based deep matting baseline, with less training data and lower model capacity. Code and models has been made available at: https://tinyurl.com/IndexNetV1

Code Implementations1 repo
Foundations

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

Your Notes