paper-with-me

Papers

Domain Generalization via Conditional Invariant Representation

2018-07-23 · Ya Li, Mingming Gong, Xinmei Tian, Tongliang Liu, DaCheng Tao

Domain generalization aims to apply knowledge gained from multiple labeled source domains to unseen target domains. The main difficulty comes from the dataset bias: training data and test data have different distributions, and the training set contains heterogeneous samples from different distributions. Let $X$ denote the features, and $Y$ be the class labels. Existing domain generalization methods address the dataset bias problem by learning a domain-invariant representation $h(X)$ that has the same marginal distribution $\mathbb{P}(h(X))$ across multiple source domains. The functional relationship encoded in $\mathbb{P}(Y|X)$ is usually assumed to be stable across domains such that $\mathbb{P}(Y|h(X))$ is also invariant. However, it is unclear whether this assumption holds in practical problems. In this paper, we consider the general situation where both $\mathbb{P}(X)$ and $\mathbb{P}(Y|X)$ can change across all domains. We propose to learn a feature representation which has domain-invariant class conditional distributions $\mathbb{P}(h(X)|Y)$. With the conditional invariant representation, the invariance of the joint distribution $\mathbb{P}(h(X),Y)$ can be guaranteed if the class prior $\mathbb{P}(Y)$ does not change across training and test domains. Extensive experiments on both synthetic and real data demonstrate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:1807.08479

Code (1)

facebookresearch/DomainBed pytorch

Tasks

Domain Generalization

Similar Papers 제목 키워드 기반

Deep Domain Generalization via Conditional Invariant Adversarial Networks

2018-09-01 · ECCV 2018 9 · Ya Li, Xinmei Tian, Mingming Gong, Yajing Liu 외

Domain generalization aims to learn a classification model from multiple source domains and generalize it to unseen target domains. A critical problem in domain generalization involves learning domain-invariant represent…

Domain GeneralizationRepresentation Learning

Target Conditioned Representation Independence (TCRI); From Domain-Invariant to Domain-General Representations

2022-12-21 · Olawale Salaudeen, Oluwasanmi Koyejo

We propose a Target Conditioned Representation Independence (TCRI) objective for domain generalization. TCRI addresses the limitations of existing domain generalization methods due to incomplete constraints. Specifically…

Domain Generalization

Conditional entropy minimization principle for learning domain invariant representation features

2022-01-25 · Thuan Nguyen, Boyang Lyu, Prakash Ishwar, Matthias Scheutz 외

Invariance-principle-based methods such as Invariant Risk Minimization (IRM), have recently emerged as promising approaches for Domain Generalization (DG). Despite promising theory, such approaches fail in common classif…

Domain Generalization

Instrumental Variable-Driven Domain Generalization with Unobserved Confounders

2021-10-04 · Junkun Yuan, Xu Ma, Ruoxuan Xiong, Mingming Gong 외

Domain generalization (DG) aims to learn from multiple source domains a model that can generalize well on unseen target domains. Existing DG methods mainly learn the representations with invariant marginal distribution o…

Domain Generalizationvalid

Discriminative Domain-Invariant Adversarial Network for Deep Domain Generalization

2021-08-20 · Mohammad Mahfujur Rahman, Clinton Fookes, Sridha Sridharan

Domain generalization approaches aim to learn a domain invariant prediction model for unknown target domains from multiple training source domains with different distributions. Significant efforts have recently been comm…

Domain Generalization