Michael R. H. Vorndran, Bernhard F. Roeck
Efficiently generating sufficient labeled data remains a major bottleneck in deep learning, particularly for image segmentation tasks where labeling requires significant time and effort. This study tackles this issue in a resource-constrained environment, devoid of extensive datasets or pre-existing models. We introduce Inconsistency Masks (IM), a novel approach that filters uncertainty in image-pseudo-label pairs to substantially enhance segmentation quality, surpassing traditional semi-supervised learning techniques. Employing IM, we achieve strong segmentation results with as little as 10% labeled data, across four diverse datasets and it further benefits from integration with other techniques, indicating broad applicability. Notably on the ISIC 2018 dataset, three of our hybrid approaches even outperform models trained on the fully labeled dataset. We also present a detailed comparative analysis of prevalent semi-supervised learning strategies, all under uniform starting conditions, to underline our approach's effectiveness and robustness. The full code is available at: https://github.com/MichaelVorndran/InconsistencyMasks
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Medical Image Segmentation | ISIC 2018 | mean Dice | 0.85 | AIM++ (256x256, 1.5m parameters, 10% labeled data, no pretraining) |
| Medical Image Segmentation | Lesion Segmentation on ISIC 2018 | Dice Score | 0.85 | AIM++ (256x256, 1.5m parameters, 10% labeled data, no pretraining) |
| Semantic Segmentation | Cityscapes 10% labeled | Mean IoU (class) | 0.428 | IM++ (416x208, 2.7m parameters, no pretraining) |
| Semantic Segmentation | SUIM | Mean IoU (class) | 0.482 | AIM+ (256x256, 2.7m parameters, 10% labeled data, no pretraining) |
| 10-shot image generation | Cityscapes 10% labeled | Mean IoU (class) | 0.428 | IM++ (416x208, 2.7m parameters, no pretraining) |
| 10-shot image generation | SUIM | Mean IoU (class) | 0.482 | AIM+ (256x256, 2.7m parameters, 10% labeled data, no pretraining) |