Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Bootstrapping Semantic Segmentation with Regional Contrast

About

We present ReCo, a contrastive learning framework designed at a regional level to assist learning in semantic segmentation. ReCo performs semi-supervised or supervised pixel-level contrastive learning on a sparse set of hard negative pixels, with minimal additional memory footprint. ReCo is easy to implement, being built on top of off-the-shelf segmentation networks, and consistently improves performance in both semi-supervised and supervised semantic segmentation methods, achieving smoother segmentation boundaries and faster convergence. The strongest effect is in semi-supervised learning with very few labels. With ReCo, we achieve high-quality semantic segmentation models, requiring only 5 examples of each semantic class. Code is available at https://github.com/lorenmt/reco.

Shikun Liu, Shuaifeng Zhi, Edward Johns, Andrew J. Davison• 2021

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU74.7
2040
Semantic segmentationPASCAL VOC (val)
mIoU77.75
338
Semantic segmentationPascal VOC Original protocol 92 labeled images
mIoU64.8
48
Semantic segmentationPascal VOC 183 labeled images (Original protocol)
mIoU72
34
Semantic segmentationPascal VOC 366 labeled images (Original protocol)
mIoU73.1
34
Semantic segmentationPascal VOC Original protocol 732 labeled images
mIoU74.7
34
Semantic segmentationCityscapes (val)
mIoU70.63
33
Semantic segmentationPascal VOC PseudoSeg setting (1.4k images) (val)
mIoU74.69
32
Semantic segmentationPASCAL VOC Original (1/8 partition) 2012 (train)
mIoU72
10
Semantic segmentationPASCAL VOC Original (1/16 partition) 2012 (train)
mIoU64.8
10
Showing 10 of 13 rows

Other info

Code

Follow for update