CVAIJun 8, 2023

Test-Time Style Shifting: Handling Arbitrary Styles in Domain Generalization

arXiv:2306.04911v216 citationsh-index: 28
Originality Incremental advance
AI Analysis

This addresses the problem of domain generalization for machine learning models by providing a simple method to handle unseen target domains, though it appears incremental.

The paper tackles domain generalization by shifting test sample styles to the nearest source domain, enabling handling of arbitrary target domains without test-time updates, and shows effectiveness across datasets.

In domain generalization (DG), the target domain is unknown when the model is being trained, and the trained model should successfully work on an arbitrary (and possibly unseen) target domain during inference. This is a difficult problem, and despite active studies in recent years, it remains a great challenge. In this paper, we take a simple yet effective approach to tackle this issue. We propose test-time style shifting, which shifts the style of the test sample (that has a large style gap with the source domains) to the nearest source domain that the model is already familiar with, before making the prediction. This strategy enables the model to handle any target domains with arbitrary style statistics, without additional model update at test-time. Additionally, we propose style balancing, which provides a great platform for maximizing the advantage of test-time style shifting by handling the DG-specific imbalance issues. The proposed ideas are easy to implement and successfully work in conjunction with various other DG schemes. Experimental results on different datasets show the effectiveness of our methods.

Foundations

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

Your Notes