CVFeb 13, 2019

DeeperLab: Single-Shot Image Parser

arXiv:1902.05093v2196 citations
AI Analysis

This work addresses the problem of efficient whole image parsing for computer vision applications, offering a streamlined system for near real-time processing, though it is incremental in combining existing tasks into a single-shot method.

The authors tackled whole image parsing (panoptic segmentation) by proposing DeeperLab, a single-shot, fully convolutional approach that jointly addresses semantic and instance segmentation, achieving 31.95% PQ and 55.26% PC on the Mapillary Vistas dataset with 3 fps on GPU.

We present a single-shot, bottom-up approach for whole image parsing. Whole image parsing, also known as Panoptic Segmentation, generalizes the tasks of semantic segmentation for 'stuff' classes and instance segmentation for 'thing' classes, assigning both semantic and instance labels to every pixel in an image. Recent approaches to whole image parsing typically employ separate standalone modules for the constituent semantic and instance segmentation tasks and require multiple passes of inference. Instead, the proposed DeeperLab image parser performs whole image parsing with a significantly simpler, fully convolutional approach that jointly addresses the semantic and instance segmentation tasks in a single-shot manner, resulting in a streamlined system that better lends itself to fast processing. For quantitative evaluation, we use both the instance-based Panoptic Quality (PQ) metric and the proposed region-based Parsing Covering (PC) metric, which better captures the image parsing quality on 'stuff' classes and larger object instances. We report experimental results on the challenging Mapillary Vistas dataset, in which our single model achieves 31.95% (val) / 31.6% PQ (test) and 55.26% PC (val) with 3 frames per second (fps) on GPU or near real-time speed (22.6 fps on GPU) with reduced accuracy.

Foundations

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

Your Notes