English

Revisiting Weak-to-Strong Consistency in Semi-Supervised Semantic Segmentation

Computer Vision and Pattern Recognition 2023-03-28 v2

Abstract

In this work, we revisit the weak-to-strong consistency framework, popularized by FixMatch from semi-supervised classification, where the prediction of a weakly perturbed image serves as supervision for its strongly perturbed version. Intriguingly, we observe that such a simple pipeline already achieves competitive results against recent advanced works, when transferred to our segmentation scenario. Its success heavily relies on the manual design of strong data augmentations, however, which may be limited and inadequate to explore a broader perturbation space. Motivated by this, we propose an auxiliary feature perturbation stream as a supplement, leading to an expanded perturbation space. On the other, to sufficiently probe original image-level augmentations, we present a dual-stream perturbation technique, enabling two strong views to be simultaneously guided by a common weak view. Consequently, our overall Unified Dual-Stream Perturbations approach (UniMatch) surpasses all existing methods significantly across all evaluation protocols on the Pascal, Cityscapes, and COCO benchmarks. Its superiority is also demonstrated in remote sensing interpretation and medical image analysis. We hope our reproduced FixMatch and our results can inspire more future works. Code and logs are available at https://github.com/LiheYoung/UniMatch.

Keywords

Cite

@article{arxiv.2208.09910,
  title  = {Revisiting Weak-to-Strong Consistency in Semi-Supervised Semantic Segmentation},
  author = {Lihe Yang and Lei Qi and Litong Feng and Wayne Zhang and Yinghuan Shi},
  journal= {arXiv preprint arXiv:2208.09910},
  year   = {2023}
}

Comments

Accepted by CVPR 2023. Code and logs: https://github.com/LiheYoung/UniMatch

R2 v1 2026-06-25T01:51:05.992Z