paper-with-me

Papers

Improving Semantic Segmentation via Video Propagation and Label Relaxation

2018-12-04 · CVPR 2019 6 · Yi Zhu, Karan Sapra, Fitsum A. Reda, Kevin J. Shih, Shawn Newsam, Andrew Tao, Bryan Catanzaro

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.

📄 PDF Abstract BibTeX arXiv:1812.01593

Code (5)

NVIDIA/semantic-segmentation pytorch
YeLyuUT/SSeg pytorch
ganlumomo/mtl-segmentation pytorch
ganlumomo/semantic-segmentation pytorch
tobiasriedlinger/uncertainty-gradients-seg pytorch

Tasks

SegmentationSemantic SegmentationVideo Propagation

Similar Papers 제목 키워드 기반

Semantic Video Segmentation by Gated Recurrent Flow Propagation

2016-12-28 · CVPR 2018 6 · David Nilsson, Cristian Sminchisescu

Semantic video segmentation is challenging due to the sheer amount of data that needs to be processed and labeled in order to construct accurate models. In this paper we present a deep, end-to-end trainable methodology t…

Optical Flow EstimationSegmentationSemantic SegmentationVideo Segmentation+1

Warp-Refine Propagation: Semi-Supervised Auto-labeling via Cycle-consistency

2021-09-28 · ICCV 2021 10 · Aditya Ganeshan, Alexis Vallet, Yasunori Kudo, Shin-ichi Maeda 외

Deep learning models for semantic segmentation rely on expensive, large-scale, manually annotated datasets. Labelling is a tedious process that can take hours per image. Automatically annotating video sequences by propag…

SegmentationSemantic Segmentation

Context Propagation from Proposals for Semantic Video Object Segmentation

2024-07-08 · Tinghuai Wang

In this paper, we propose a novel approach to learning semantic contextual relationships in videos for semantic object segmentation. Our algorithm derives the semantic contexts from video object proposals which encode th…

ObjectSegmentationSemantic SegmentationSuperpixels+2

Video Propagation Networks

2016-12-16 · CVPR 2017 7 · Varun Jampani, Raghudeep Gadde, Peter V. Gehler

We propose a technique that propagates information forward through video data. The method is conceptually simple and can be applied to tasks that require the propagation of structured information, such as semantic labels…

SegmentationSemantic SegmentationSemi-Supervised Video Object SegmentationVideo Object Segmentation+4

Image Diffusion Models Exhibit Emergent Temporal Propagation in Videos

2025-11-25 · Youngseo Kim, Dohyun Kim, Geonhee Han, Paul Hongsuck Seo arxiv

Image diffusion models, though originally developed for image generation, implicitly capture rich semantic structures that enable various recognition and localization tasks beyond synthesis. In this work, we investigate …

Video Object SegmentationImage GenerationObject Tracking