CVLGJul 14, 2023

DISPEL: Domain Generalization via Domain-Specific Liberating

arXiv:2307.07181v36 citationsh-index: 26
Originality Incremental advance
AI Analysis

This addresses domain generalization for machine learning models, offering a flexible approach that improves performance without requiring domain labels, though it is incremental.

The paper tackles domain generalization by proposing DISPEL, a post-processing method that filters out domain-specific features in embeddings, and it outperforms existing methods on five benchmarks.

Domain generalization aims to learn a generalization model that can perform well on unseen test domains by only training on limited source domains. However, existing domain generalization approaches often bring in prediction-irrelevant noise or require the collection of domain labels. To address these challenges, we consider the domain generalization problem from a different perspective by categorizing underlying feature groups into domain-shared and domain-specific features. Nevertheless, the domain-specific features are difficult to be identified and distinguished from the input data. In this work, we propose DomaIn-SPEcific Liberating (DISPEL), a post-processing fine-grained masking approach that can filter out undefined and indistinguishable domain-specific features in the embedding space. Specifically, DISPEL utilizes a mask generator that produces a unique mask for each input data to filter domain-specific features. The DISPEL framework is highly flexible to be applied to any fine-tuned models. We derive a generalization error bound to guarantee the generalization performance by optimizing a designed objective loss. The experimental results on five benchmarks demonstrate DISPEL outperforms existing methods and can further generalize various algorithms.

Foundations

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

Your Notes