English

Not All Pixels Are Equal: Difficulty-aware Semantic Segmentation via Deep Layer Cascade

Computer Vision and Pattern Recognition 2017-04-06 v1 Machine Learning

Abstract

We propose a novel deep layer cascade (LC) method to improve the accuracy and speed of semantic segmentation. Unlike the conventional model cascade (MC) that is composed of multiple independent models, LC treats a single deep model as a cascade of several sub-models. Earlier sub-models are trained to handle easy and confident regions, and they progressively feed-forward harder regions to the next sub-model for processing. Convolutions are only calculated on these regions to reduce computations. The proposed method possesses several advantages. First, LC classifies most of the easy regions in the shallow stage and makes deeper stage focuses on a few hard regions. Such an adaptive and 'difficulty-aware' learning improves segmentation performance. Second, LC accelerates both training and testing of deep network thanks to early decisions in the shallow stage. Third, in comparison to MC, LC is an end-to-end trainable framework, allowing joint learning of all sub-models. We evaluate our method on PASCAL VOC and Cityscapes datasets, achieving state-of-the-art performance and fast speed.

Keywords

Cite

@article{arxiv.1704.01344,
  title  = {Not All Pixels Are Equal: Difficulty-aware Semantic Segmentation via Deep Layer Cascade},
  author = {Xiaoxiao Li and Ziwei Liu and Ping Luo and Chen Change Loy and Xiaoou Tang},
  journal= {arXiv preprint arXiv:1704.01344},
  year   = {2017}
}

Comments

To appear in CVPR 2017 as a spotlight paper

R2 v1 2026-06-22T19:08:14.544Z