Accuracy Improvement of Semi-Supervised Segmentation Using Supervised ClassMix and Sup-Unsup Feature Discriminator
Summary
Takahiro Mano, Reiji Saito, and Kazuhiro Hotta propose an improved semi-supervised semantic segmentation method to address the high cost of pixel-level label creation. Their approach tackles two issues in conventional ClassMix: the risk of inaccurate pseudo-labels from unlabeled images and the quality gap between labeled and unlabeled image feature maps. The first proposed method pastes class labels and corresponding image regions from labeled images onto unlabeled images and their pseudo-labeled counterparts. The second method trains the model to align predictions on unlabeled images more closely with those on labeled images. Experiments conducted on the Chase and COVID-19 datasets demonstrated an average improvement of 2.07% in mean Intersection over Union (mIoU) compared to existing semi-supervised learning techniques.
Key takeaway
For research scientists developing semantic segmentation models, you should consider integrating supervised ClassMix and feature discriminators into your semi-supervised pipelines. This approach directly addresses common challenges like inaccurate pseudo-labels and data quality disparities, potentially yielding a significant boost in mIoU, as demonstrated by the 2.07% average improvement on medical imaging datasets. Evaluate these techniques to enhance model robustness and reduce annotation costs.
Key insights
Improved semi-supervised segmentation uses supervised ClassMix and a feature discriminator to enhance accuracy and mitigate pseudo-label inaccuracies.
Principles
- Supervised labels improve pseudo-label quality.
- Aligning feature maps reduces data quality gaps.
Method
The method involves pasting labeled image regions onto unlabeled images and their pseudo-labels, then training the model to align unlabeled image predictions with labeled image predictions.
In practice
- Apply supervised ClassMix for better pseudo-labeling.
- Use feature discriminators to reduce label quality gaps.
Topics
- Semantic Segmentation
- Semi-Supervised Learning
- ClassMix
- Pseudo-labeling
- Feature Discriminator
Code references
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.