CVDec 4, 2016

Pyramid Scene Parsing Network

arXiv:1612.01105v214136 citations
Originality Highly original
AI Analysis

This addresses scene parsing for computer vision applications, providing a superior framework for pixel-level prediction tasks with broad impact.

The paper tackled scene parsing for unrestricted open vocabulary and diverse scenes by exploiting global context information, achieving state-of-the-art performance with a single PSPNet yielding mIoU accuracy of 85.4% on PASCAL VOC 2012 and 80.2% on Cityscapes.

Scene parsing is challenging for unrestricted open vocabulary and diverse scenes. In this paper, we exploit the capability of global context information by different-region-based context aggregation through our pyramid pooling module together with the proposed pyramid scene parsing network (PSPNet). Our global prior representation is effective to produce good quality results on the scene parsing task, while PSPNet provides a superior framework for pixel-level prediction tasks. The proposed approach achieves state-of-the-art performance on various datasets. It came first in ImageNet scene parsing challenge 2016, PASCAL VOC 2012 benchmark and Cityscapes benchmark. A single PSPNet yields new record of mIoU accuracy 85.4% on PASCAL VOC 2012 and accuracy 80.2% on Cityscapes.

Code Implementations67 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes