LGCVOct 26, 2022

Trade-off between reconstruction loss and feature alignment for domain generalization

arXiv:2210.15000v12 citationsh-index: 39Has Code
Originality Incremental advance
AI Analysis

This work addresses domain generalization for machine learning models, offering an incremental improvement by highlighting and mitigating a trade-off in existing methods.

The paper tackles domain generalization by showing that relying solely on domain-invariant features is insufficient, and proposes a framework that jointly optimizes reconstruction loss and domain alignment to improve performance on unseen domains, with theoretical and numerical results provided.

Domain generalization (DG) is a branch of transfer learning that aims to train the learning models on several seen domains and subsequently apply these pre-trained models to other unseen (unknown but related) domains. To deal with challenging settings in DG where both data and label of the unseen domain are not available at training time, the most common approach is to design the classifiers based on the domain-invariant representation features, i.e., the latent representations that are unchanged and transferable between domains. Contrary to popular belief, we show that designing classifiers based on invariant representation features alone is necessary but insufficient in DG. Our analysis indicates the necessity of imposing a constraint on the reconstruction loss induced by representation functions to preserve most of the relevant information about the label in the latent space. More importantly, we point out the trade-off between minimizing the reconstruction loss and achieving domain alignment in DG. Our theoretical results motivate a new DG framework that jointly optimizes the reconstruction loss and the domain discrepancy. Both theoretical and numerical results are provided to justify our approach.

Code Implementations1 repo
Foundations

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

Your Notes