CVAIMMRODec 4, 2018

Improving Semantic Segmentation via Video Propagation and Label Relaxation

arXiv:1812.01593v3411 citations
Originality Incremental advance
AI Analysis

This addresses the data scarcity issue in semantic segmentation for computer vision applications, with incremental improvements over existing methods.

The paper tackles the problem of semantic segmentation requiring large annotated datasets by using video prediction to synthesize new training samples and introducing a boundary label relaxation technique, achieving state-of-the-art mIoUs of 83.5% on Cityscapes and 82.9% on CamVid.

Semantic segmentation requires large amounts of pixel-wise annotations to learn accurate models. In this paper, we present a video prediction-based methodology to scale up training sets by synthesizing new training samples in order to improve the accuracy of semantic segmentation networks. We exploit video prediction models' ability to predict future frames in order to also predict future labels. A joint propagation strategy is also proposed to alleviate mis-alignments in synthesized samples. We demonstrate that training segmentation models on datasets augmented by the synthesized samples leads to significant improvements in accuracy. Furthermore, we introduce a novel boundary label relaxation technique that makes training robust to annotation noise and propagation artifacts along object boundaries. Our proposed methods achieve state-of-the-art mIoUs of 83.5% on Cityscapes and 82.9% on CamVid. Our single model, without model ensembles, achieves 72.8% mIoU on the KITTI semantic segmentation test set, which surpasses the winning entry of the ROB challenge 2018. Our code and videos can be found at https://nv-adlr.github.io/publication/2018-Segmentation.

Code Implementations5 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