CVLGIVApr 13, 2020

Adversarial Style Mining for One-Shot Unsupervised Domain Adaptation

arXiv:2004.06042v1128 citations
Originality Incremental advance
AI Analysis

This addresses a realistic but challenging scenario in domain adaptation for computer vision applications, though it is incremental as it builds on existing adversarial and style transfer methods.

The paper tackles the problem of one-shot unsupervised domain adaptation, where only a single unlabeled target sample is available, by proposing an adversarial style mining approach that searches for harder stylized images to boost adaptation performance, achieving state-of-the-art results on cross-domain classification and segmentation benchmarks.

We aim at the problem named One-Shot Unsupervised Domain Adaptation. Unlike traditional Unsupervised Domain Adaptation, it assumes that only one unlabeled target sample can be available when learning to adapt. This setting is realistic but more challenging, in which conventional adaptation approaches are prone to failure due to the scarce of unlabeled target data. To this end, we propose a novel Adversarial Style Mining approach, which combines the style transfer module and task-specific module into an adversarial manner. Specifically, the style transfer module iteratively searches for harder stylized images around the one-shot target sample according to the current learning state, leading the task model to explore the potential styles that are difficult to solve in the almost unseen target domain, thus boosting the adaptation performance in a data-scarce scenario. The adversarial learning framework makes the style transfer module and task-specific module benefit each other during the competition. Extensive experiments on both cross-domain classification and segmentation benchmarks verify that ASM achieves state-of-the-art adaptation performance under the challenging one-shot setting.

Code Implementations1 repo
Foundations

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

Your Notes