CVAIOct 16, 2022

Semantic Segmentation with Active Semi-Supervised Representation Learning

arXiv:2210.08403v17 citationsh-index: 38
Originality Incremental advance
AI Analysis

This reduces labeling effort for semantic segmentation tasks, though it is incremental as it builds on prior state-of-the-art methods.

The paper tackles the problem of high labeling costs for semantic segmentation by proposing an algorithm that combines semi-supervised and active learning, achieving over 95% of network performance on CamVid and CityScapes datasets using only 12.1% and 15.1% of labeled data, respectively.

Obtaining human per-pixel labels for semantic segmentation is incredibly laborious, often making labeled dataset construction prohibitively expensive. Here, we endeavor to overcome this problem with a novel algorithm that combines semi-supervised and active learning, resulting in the ability to train an effective semantic segmentation algorithm with significantly lesser labeled data. To do this, we extend the prior state-of-the-art S4AL algorithm by replacing its mean teacher approach for semi-supervised learning with a self-training approach that improves learning with noisy labels. We further boost the neural network's ability to query useful data by adding a contrastive learning head, which leads to better understanding of the objects in the scene, and hence, better queries for active learning. We evaluate our method on CamVid and CityScapes datasets, the de-facto standards for active learning for semantic segmentation. We achieve more than 95% of the network's performance on CamVid and CityScapes datasets, utilizing only 12.1% and 15.1% of the labeled data, respectively. We also benchmark our method across existing stand-alone semi-supervised learning methods on the CityScapes dataset and achieve superior performance without any bells or whistles.

Foundations

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

Your Notes