CVApr 30, 2022

Source Domain Subset Sampling for Semi-Supervised Domain Adaptation in Semantic Segmentation

arXiv:2205.00312v24 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses domain adaptation for semantic segmentation by reducing data inefficiency, though it is incremental as it builds on existing adaptation methods.

The paper tackles the problem of semi-supervised domain adaptation in semantic segmentation by proposing source domain subset sampling (SDSS), which selects only helpful samples from source data to improve performance and reduce training time, achieving state-of-the-art results on benchmarks and a 9.13 mIoU improvement on a new dataset.

In this paper, we introduce source domain subset sampling (SDSS) as a new perspective of semi-supervised domain adaptation. We propose domain adaptation by sampling and exploiting only a meaningful subset from source data for training. Our key assumption is that the entire source domain data may contain samples that are unhelpful for the adaptation. Therefore, the domain adaptation can benefit from a subset of source data composed solely of helpful and relevant samples. The proposed method effectively subsamples full source data to generate a small-scale meaningful subset. Therefore, training time is reduced, and performance is improved with our subsampled source data. To further verify the scalability of our method, we construct a new dataset called Ocean Ship, which comprises 500 real and 200K synthetic sample images with ground-truth labels. The SDSS achieved a state-of-the-art performance when applied on GTA5 to Cityscapes and SYNTHIA to Cityscapes public benchmark datasets and a 9.13 mIoU improvement on our Ocean Ship dataset over a baseline model.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes