CVAug 24, 2022

Semi-supervised Semantic Segmentation with Mutual Knowledge Distillation

arXiv:2208.11499v326 citationsh-index: 32Has Code
Originality Incremental advance
AI Analysis

This is an incremental improvement for semi-supervised semantic segmentation in computer vision.

The paper tackles semi-supervised semantic segmentation by proposing a mutual knowledge distillation framework with data and feature augmentation, achieving state-of-the-art performance on public benchmarks.

Consistency regularization has been widely studied in recent semisupervised semantic segmentation methods, and promising performance has been achieved. In this work, we propose a new consistency regularization framework, termed mutual knowledge distillation (MKD), combined with data and feature augmentation. We introduce two auxiliary mean-teacher models based on consistency regularization. More specifically, we use the pseudo-labels generated by a mean teacher to supervise the student network to achieve a mutual knowledge distillation between the two branches. In addition to using image-level strong and weak augmentation, we also discuss feature augmentation. This involves considering various sources of knowledge to distill the student network. Thus, we can significantly increase the diversity of the training samples. Experiments on public benchmarks show that our framework outperforms previous state-of-the-art (SOTA) methods under various semi-supervised settings. Code is available at semi-mmseg.

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