CVSep 3, 2022

Semi-Supervised Semantic Segmentation with Cross Teacher Training

arXiv:2209.01327v133 citationsh-index: 17
Originality Incremental advance
AI Analysis

This work addresses the annotation bottleneck in semantic segmentation for computer vision applications, representing an incremental improvement over existing semi-supervised methods.

The paper tackles the problem of costly pixel-level annotation in semantic segmentation by proposing a cross-teacher training framework that improves semi-supervised learning, achieving state-of-the-art performance on benchmark datasets.

Convolutional neural networks can achieve remarkable performance in semantic segmentation tasks. However, such neural network approaches heavily rely on costly pixel-level annotation. Semi-supervised learning is a promising resolution to tackle this issue, but its performance still far falls behind the fully supervised counterpart. This work proposes a cross-teacher training framework with three modules that significantly improves traditional semi-supervised learning approaches. The core is a cross-teacher module, which could simultaneously reduce the coupling among peer networks and the error accumulation between teacher and student networks. In addition, we propose two complementary contrastive learning modules. The high-level module can transfer high-quality knowledge from labeled data to unlabeled ones and promote separation between classes in feature space. The low-level module can encourage low-quality features learning from the high-quality features among peer networks. In experiments, the cross-teacher module significantly improves the performance of traditional student-teacher approaches, and our framework outperforms stateof-the-art methods on benchmark datasets. Our source code of CTT will be released.

Code Implementations1 repo
Foundations

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

Your Notes