paper-with-me

Papers

ClassMix: Segmentation-Based Data Augmentation for Semi-Supervised Learning

2020-07-15 · Viktor Olsson, Wilhelm Tranheden, Juliano Pinto, Lennart Svensson

The state of the art in semantic segmentation is steadily increasing in performance, resulting in more precise and reliable segmentations in many different applications. However, progress is limited by the cost of generating labels for training, which sometimes requires hours of manual labor for a single image. Because of this, semi-supervised methods have been applied to this task, with varying degrees of success. A key challenge is that common augmentations used in semi-supervised classification are less effective for semantic segmentation. We propose a novel data augmentation mechanism called ClassMix, which generates augmentations by mixing unlabelled samples, by leveraging on the network's predictions for respecting object boundaries. We evaluate this augmentation technique on two common semi-supervised semantic segmentation benchmarks, showing that it attains state-of-the-art results. Lastly, we also provide extensive ablation studies comparing different design decisions and training regimes.

📄 PDF Abstract BibTeX arXiv:2007.07936

Code (2)

WilhelmT/ClassMix 공식 구현 pytorch
lorenmt/reco pytorch

Tasks

Data AugmentationSegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation

Similar Papers 제목 키워드 기반

Mask-based Data Augmentation for Semi-supervised Semantic Segmentation

2021-01-25 · Ying Chen, Xu Ouyang, Kaiyue Zhu, Gady Agam

Semantic segmentation using convolutional neural networks (CNN) is a crucial component in image analysis. Training a CNN to perform semantic segmentation requires a large amount of labeled data, where the production of s…

Data AugmentationImage SegmentationSegmentationSemantic Segmentation+1

Accuracy Improvement of Semi-Supervised Segmentation Using Supervised ClassMix and Sup-Unsup Feature Discriminator

2026-04-08 · Takahiro Mano, Reiji Saito, Kazuhiro Hotta arxiv

In semantic segmentation, the creation of pixel-level labels for training data incurs significant costs. To address this problem, semi-supervised learning, which utilizes a small number of labeled images alongside unlabe…

Semantic Segmentation

Colour augmentation for improved semi-supervised semantic segmentation

2021-10-09 · Geoff French, Michal Mackiewicz

Consistency regularization describes a class of approaches that have yielded state-of-the-art results for semi-supervised classification. While semi-supervised semantic segmentation proved to be more challenging, a numbe…

ClassificationSegmentationSelf-Supervised LearningSemantic Segmentation+1

A Simple Baseline for Semi-supervised Semantic Segmentation with Strong Data Augmentation

2021-04-15 · ICCV 2021 10 · Jianlong Yuan, Yifan Liu, Chunhua Shen, Zhibin Wang 외

Recently, significant progress has been made on semantic segmentation. However, the success of supervised semantic segmentation typically relies on a large amount of labelled data, which is time-consuming and costly to o…

Data Augmentationimage-classificationImage ClassificationPseudo Label+3

Semi-supervised semantic segmentation needs strong, varied perturbations

2019-06-05 · Geoff French, Samuli Laine, Timo Aila, Michal Mackiewicz 외

Consistency regularization describes a class of approaches that have yielded ground breaking results in semi-supervised classification problems. Prior work has established the cluster assumption - under which the data di…

General ClassificationSegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation