paper-with-me

Papers

Learning Subset-Shared Invariances for Domain Generalization with Mixture-of-Experts

2026-06-24 · Tien-Hung Nguyen, Tien-Dat Tran, M. -Duong Nguyen, Kok-Seng Wong arxiv

Domain generalization (DG) aims to learn a model from one or more source domains that generalizes to an unseen target domain without accessing target data during training. A common approach enforces invariance of representations across all source domains, assuming predictive structure is globally shared. However, we demonstrate that enforcing invariance across more domains gradually restricts the feasible representation space, discarding transferable predictive factors that are not universally shared. To address this limitation, we propose subset-shared invariance, where predictive structure is assumed stable only within domain subsets. We implement this principle with a mixture-of-experts architecture, where each expert aligns the specific domains it serves and a routing mechanism composes subset-invariant components for prediction. This creates a routing-conditioned invariance, jointly learned with the representation. To facilitate effective decomposition, we develop training objectives that encourage selective alignment, confident and balanced routing, and diverse expert specialization. Experiments on DomainBed benchmarks demonstrate improved out-of-domain generalization and greater robustness under increasing domain heterogeneity. Our results suggest that DG should move beyond enforcing a single global invariance and instead model invariance through partially shared structure across domain subsets.

📄 PDF Abstract BibTeX arXiv:2606.25665

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Generalization

Similar Papers 제목 키워드 기반

When and How Does CLIP Enable Domain and Compositional Generalization?

2025-02-13 · Elias Kempf, Simon Schrodi, Max Argus, Thomas Brox

The remarkable generalization performance of contrastive vision-language models like CLIP is often attributed to the diversity of their training distributions. However, key questions remain unanswered: Can CLIP generaliz…

DiversityDomain Generalization

An Empirical Framework for Domain Generalization in Clinical Settings

2021-03-20 · Haoran Zhang, Natalie Dullerud, Laleh Seyyed-Kalantari, Quaid Morris 외

Clinical machine learning models experience significantly degraded performance in datasets not seen during training, e.g., new hospitals or populations. Recent developments in domain generalization offer a promising solu…

Domain GeneralizationTime SeriesTime Series Analysis

How Useful is Causal Invariance for Domain Adaptation in Finite-Sample Settings?

2026-06-10 · Julia Kostin, Kasra Jalaldoust, Elias Bareinboim, Samory Kpotufe 외 arxiv

Machine learning models often degrade when they are deployed on a target distribution that differs from the source distributions they were trained on. Recent work in causality-based domain generalization has shown how sh…

Domain GeneralizationDomain Adaptation

Perturbed examples reveal invariances shared by language models

2023-11-07 · Ruchit Rawal, Mariya Toneva

The rapid growth in natural language processing (NLP) research has led to numerous new models, outpacing our understanding of how they compare to established ones. One major reason for this difficulty is saturating bench…

Measuring Representational Robustness of Neural Networks Through Shared Invariances

2022-06-23 · Vedant Nanda, Till Speicher, Camila Kolling, John P. Dickerson 외

A major challenge in studying robustness in deep learning is defining the set of ``meaningless'' perturbations to which a given Neural Network (NN) should be invariant. Most work on robustness implicitly uses a human as …