CVSep 4, 2019

SSAP: Single-Shot Instance Segmentation With Affinity Pyramid

arXiv:1909.01616v128.3247 citationsh-index: 53
Originality Incremental advance
AI Analysis

This addresses the need for faster and more accurate instance segmentation in computer vision applications, though it is incremental as it builds on existing proposal-free methods.

The paper tackles the problem of inefficient proposal-free instance segmentation by proposing a single-shot method that jointly learns semantic labeling and pixel-pair affinity in a hierarchical pyramid, achieving state-of-the-art results on Cityscapes with a 5x speedup and 9% relative AP improvement.

Recently, proposal-free instance segmentation has received increasing attention due to its concise and efficient pipeline. Generally, proposal-free methods generate instance-agnostic semantic segmentation labels and instance-aware features to group pixels into different object instances. However, previous methods mostly employ separate modules for these two sub-tasks and require multiple passes for inference. We argue that treating these two sub-tasks separately is suboptimal. In fact, employing multiple separate modules significantly reduces the potential for application. The mutual benefits between the two complementary sub-tasks are also unexplored. To this end, this work proposes a single-shot proposal-free instance segmentation method that requires only one single pass for prediction. Our method is based on a pixel-pair affinity pyramid, which computes the probability that two pixels belong to the same instance in a hierarchical manner. The affinity pyramid can also be jointly learned with the semantic class labeling and achieve mutual benefits. Moreover, incorporating with the learned affinity pyramid, a novel cascaded graph partition module is presented to sequentially generate instances from coarse to fine. Unlike previous time-consuming graph partition methods, this module achieves $5\times$ speedup and 9% relative improvement on Average-Precision (AP). Our approach achieves state-of-the-art results on the challenging Cityscapes dataset.

Code Implementations2 repos
Foundations

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

Your Notes