TL;DR
This paper introduces a novel self-supervised domain adaptation method for semantic segmentation that leverages the scale-invariance property of models to improve pseudo-label quality and outperforms existing methods on benchmark datasets.
Contribution
It proposes exploiting scale-invariance in semantic segmentation for better pseudo-label transfer in unsupervised domain adaptation, incorporating entropy thresholding and focal loss.
Findings
Achieves 1.3% and 3.8% improvements on GTA5 to Cityscapes and SYNTHIA to Cityscapes tasks.
Utilizes scale-invariant examples to enhance pseudo-label quality.
Outperforms state-of-the-art methods in unsupervised domain adaptation for semantic segmentation.
Abstract
Self-supervised learning approaches for unsupervised domain adaptation (UDA) of semantic segmentation models suffer from challenges of predicting and selecting reasonable good quality pseudo labels. In this paper, we propose a novel approach of exploiting scale-invariance property of the semantic segmentation model for self-supervised domain adaptation. Our algorithm is based on a reasonable assumption that, in general, regardless of the size of the object and stuff (given context) the semantic labeling should be unchanged. We show that this constraint is violated over the images of the target domain, and hence could be used to transfer labels in-between differently scaled patches. Specifically, we show that semantic segmentation model produces output with high entropy when presented with scaled-up patches of target domain, in comparison to when presented original size images. These…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsFocal Loss
