English

Bootstrapping Semantic Segmentation with Regional Contrast

Computer Vision and Pattern Recognition 2022-02-01 v4 Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2104.04465,
  title  = {Bootstrapping Semantic Segmentation with Regional Contrast},
  author = {Shikun Liu and Shuaifeng Zhi and Edward Johns and Andrew J. Davison},
  journal= {arXiv preprint arXiv:2104.04465},
  year   = {2022}
}

Comments

Published at ICLR 2022. Project Page: https://shikun.io/projects/regional-contrast. Code: https://github.com/lorenmt/reco

R2 v1 2026-06-24T01:00:45.681Z