CVJan 25, 2021

Mask-based Data Augmentation for Semi-supervised Semantic Segmentation

arXiv:2101.10156v18 citations
Originality Incremental advance
AI Analysis

This addresses the costly and labor-intensive need for labeled data in semantic segmentation, but it is incremental as it builds on existing methods like CutMix and ClassMix.

The paper tackles the problem of reducing labeled data requirements for semantic segmentation by proposing ComplexMix, a new data augmentation method that improves performance over state-of-the-art techniques on standard datasets.

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 such labeled data is both costly and labor intensive. Semi-supervised learning algorithms address this issue by utilizing unlabeled data and so reduce the amount of labeled data needed for training. In particular, data augmentation techniques such as CutMix and ClassMix generate additional training data from existing labeled data. In this paper we propose a new approach for data augmentation, termed ComplexMix, which incorporates aspects of CutMix and ClassMix with improved performance. The proposed approach has the ability to control the complexity of the augmented data while attempting to be semantically-correct and address the tradeoff between complexity and correctness. The proposed ComplexMix approach is evaluated on a standard dataset for semantic segmentation and compared to other state-of-the-art techniques. Experimental results show that our method yields improvement over state-of-the-art methods on standard datasets for semantic image segmentation.

Foundations

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

Your Notes