Pixel-by-Pixel Cross-Domain Alignment for Few-Shot Semantic Segmentation
Antonio Tavera, Fabio Cermelli, Carlo Masone, Barbara Caputo

TL;DR
This paper introduces PixDA, a novel pixel-wise adversarial framework for cross-domain few-shot semantic segmentation that effectively aligns synthetic and real images while addressing class imbalance and overfitting.
Contribution
PixDA is the first to propose pixel-by-pixel domain adversarial loss with sample selection and knowledge distillation for few-shot segmentation.
Findings
PixDA outperforms state-of-the-art methods in synthetic-to-real benchmarks.
Effective handling of class imbalance improves segmentation accuracy.
Regularization strategies prevent overfitting on limited target data.
Abstract
In this paper we consider the task of semantic segmentation in autonomous driving applications. Specifically, we consider the cross-domain few-shot setting where training can use only few real-world annotated images and many annotated synthetic images. In this context, aligning the domains is made more challenging by the pixel-wise class imbalance that is intrinsic in the segmentation and that leads to ignoring the underrepresented classes and overfitting the well represented ones. We address this problem with a novel framework called Pixel-By-Pixel Cross-Domain Alignment (PixDA). We propose a novel pixel-by-pixel domain adversarial loss following three criteria: (i) align the source and the target domain for each pixel, (ii) avoid negative transfer on the correctly represented pixels, and (iii) regularize the training of infrequent classes to avoid overfitting. The pixel-wise…
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
Pixel-by-Pixel Cross-Domain Alignment for Few-Shot Semantic Segmentation· youtube
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI · Advanced Neural Network Applications
MethodsKnowledge Distillation
