CorrMatch: Label Propagation via Correlation Matching for Semi-Supervised Semantic Segmentation
About
This paper presents a simple but performant semi-supervised semantic segmentation approach, called CorrMatch. Previous approaches mostly employ complicated training strategies to leverage unlabeled data but overlook the role of correlation maps in modeling the relationships between pairs of locations. We observe that the correlation maps not only enable clustering pixels of the same category easily but also contain good shape information, which previous works have omitted. Motivated by these, we aim to improve the use efficiency of unlabeled data by designing two novel label propagation strategies. First, we propose to conduct pixel propagation by modeling the pairwise similarities of pixels to spread the high-confidence pixels and dig out more. Then, we perform region propagation to enhance the pseudo labels with accurate class-agnostic masks extracted from the correlation maps. CorrMatch achieves great performance on popular segmentation benchmarks. Taking the DeepLabV3+ with ResNet-101 backbone as our segmentation model, we receive a 76%+ mIoU score on the Pascal VOC 2012 dataset with only 92 annotated images. Code is available at https://github.com/BBBBchan/CorrMatch.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Semantic segmentation | PASCAL VOC 2012 (val) | mIoU81.9 | 126 | |
| Semantic segmentation | Pascal VOC (Original set) | mIoU81.8 | 105 | |
| Semantic segmentation | Pascal VOC blended 2012 (train) | -- | 96 | |
| Semantic segmentation | Cityscapes 1/4 (744 labels) | mIoU79.4 | 80 | |
| Semantic segmentation | Cityscapes 1/16 (186 labeled samples) | mIoU77.3 | 68 | |
| Semantic segmentation | CITYSCAPES 1/8 labeled samples 372 labels (val) | mIoU78.5 | 65 | |
| Semantic segmentation | Pascal VOC 1/16 labeled 2012 (train) | mIoU76.4 | 53 | |
| Semantic segmentation | Pascal VOC Original protocol 92 labeled images | mIoU76.4 | 48 | |
| Semantic segmentation | Pascal VOC Priority protocol, 1/4 labeled ratio | mIoU80.9 | 43 | |
| Semantic segmentation | Pascal VOC Priority protocol, 1/16 labeled ratio | mIoU81.3 | 43 |