LGAICVJul 22, 2021

Domain Generalization under Conditional and Label Shifts via Variational Bayesian Inference

arXiv:2107.10931v132 citations
Originality Incremental advance
AI Analysis

This addresses domain generalization for machine learning models by handling realistic shifts in data distributions, though it is incremental as it builds on existing variational and alignment techniques.

The paper tackles domain generalization under conditional and label shifts by proposing a variational Bayesian inference framework that aligns conditional distributions and accounts for label shifts, achieving significantly improved cross-domain accuracy over conventional methods.

In this work, we propose a domain generalization (DG) approach to learn on several labeled source domains and transfer knowledge to a target domain that is inaccessible in training. Considering the inherent conditional and label shifts, we would expect the alignment of $p(x|y)$ and $p(y)$. However, the widely used domain invariant feature learning (IFL) methods relies on aligning the marginal concept shift w.r.t. $p(x)$, which rests on an unrealistic assumption that $p(y)$ is invariant across domains. We thereby propose a novel variational Bayesian inference framework to enforce the conditional distribution alignment w.r.t. $p(x|y)$ via the prior distribution matching in a latent space, which also takes the marginal label shift w.r.t. $p(y)$ into consideration with the posterior alignment. Extensive experiments on various benchmarks demonstrate that our framework is robust to the label shift and the cross-domain accuracy is significantly improved, thereby achieving superior performance over the conventional IFL counterparts.

Foundations

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

Your Notes