Boosting Semi-Supervised Semantic Segmentation with Probabilistic Representations
Haoyu Xie, Changqi Wang, Mingkai Zheng, Minjing Dong, Shan You, Chong, Fu, Chang Xu

TL;DR
This paper introduces a probabilistic contrastive learning framework for semi-supervised semantic segmentation that models pixel representations as probability distributions, improving robustness against pseudo-label inaccuracies and enhancing segmentation performance.
Contribution
It proposes a novel probabilistic representation contrastive learning method that models pixel features as Gaussian distributions and regularizes their variance, advancing semi-supervised segmentation.
Findings
Outperforms existing methods on Pascal VOC and CityScapes datasets.
Models pixel representations as Gaussian distributions for better uncertainty handling.
Regularizing distribution variance improves segmentation accuracy.
Abstract
Recent breakthroughs in semi-supervised semantic segmentation have been developed through contrastive learning. In prevalent pixel-wise contrastive learning solutions, the model maps pixels to deterministic representations and regularizes them in the latent space. However, there exist inaccurate pseudo-labels which map the ambiguous representations of pixels to the wrong classes due to the limited cognitive ability of the model. In this paper, we define pixel-wise representations from a new perspective of probability theory and propose a Probabilistic Representation Contrastive Learning (PRCL) framework that improves representation quality by taking its probability into consideration. Through modelling the mapping from pixels to representations as the probability via multivariate Gaussian distributions, we can tune the contribution of the ambiguous representations to tolerate the risk…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Advanced Image and Video Retrieval Techniques
MethodsContrastive Learning
