Domain Generalization by Learning and Removing Domain-specific Features
Yu Ding, Lei Wang, Bin Liang, Shuming Liang, Yang Wang, Fang Chen

TL;DR
This paper introduces LRDG, a framework that explicitly removes domain-specific features from images to improve the generalization ability of deep neural networks across unseen domains.
Contribution
The paper proposes a novel encoder-decoder based framework that learns to remove domain-specific features, enhancing domain generalization in deep neural networks.
Findings
LRDG outperforms state-of-the-art methods on benchmark datasets.
Explicit removal of domain-specific features improves model robustness.
The approach effectively learns domain-invariant features for better generalization.
Abstract
Deep Neural Networks (DNNs) suffer from domain shift when the test dataset follows a distribution different from the training dataset. Domain generalization aims to tackle this issue by learning a model that can generalize to unseen domains. In this paper, we propose a new approach that aims to explicitly remove domain-specific features for domain generalization. Following this approach, we propose a novel framework called Learning and Removing Domain-specific features for Generalization (LRDG) that learns a domain-invariant model by tactically removing domain-specific features from the input images. Specifically, we design a classifier to effectively learn the domain-specific features for each source domain, respectively. We then develop an encoder-decoder network to map each input image into a new image space where the learned domain-specific features are removed. With the images…
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
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsTest
