Domain Adaptation for Semantic Segmentation with Maximum Squares Loss
Minghao Chen, Hongyang Xue, and Deng Cai

TL;DR
This paper introduces the maximum squares loss for unsupervised domain adaptation in semantic segmentation, effectively balancing easy and hard target samples and addressing class imbalance, leading to improved adaptation performance.
Contribution
It proposes the maximum squares loss and image-wise weighting to enhance semi-supervised domain adaptation for semantic segmentation.
Findings
Effective in synthetic-to-real adaptation
Improves performance in cross-city adaptation
Balances gradient contributions from target samples
Abstract
Deep neural networks for semantic segmentation always require a large number of samples with pixel-level labels, which becomes the major difficulty in their real-world applications. To reduce the labeling cost, unsupervised domain adaptation (UDA) approaches are proposed to transfer knowledge from labeled synthesized datasets to unlabeled real-world datasets. Recently, some semi-supervised learning methods have been applied to UDA and achieved state-of-the-art performance. One of the most popular approaches in semi-supervised learning is the entropy minimization method. However, when applying the entropy minimization to UDA for semantic segmentation, the gradient of the entropy is biased towards samples that are easy to transfer. To balance the gradient of well-classified target samples, we propose the maximum squares loss. Our maximum squares loss prevents the training process being…
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
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Multimodal Machine Learning Applications
