paper-with-me

Papers

Domain-Specific Risk Minimization for Out-of-Distribution Generalization

2022-08-18 · Yi-Fan Zhang, Jindong Wang, Jian Liang, Zhang Zhang, Baosheng Yu, Liang Wang, DaCheng Tao, Xing Xie

Recent domain generalization (DG) approaches typically use the hypothesis learned on source domains for inference on the unseen target domain. However, such a hypothesis can be arbitrarily far from the optimal one for the target domain, induced by a gap termed ``adaptivity gap''. Without exploiting the domain information from the unseen test samples, adaptivity gap estimation and minimization are intractable, which hinders us to robustify a model to any unknown distribution. In this paper, we first establish a generalization bound that explicitly considers the adaptivity gap. Our bound motivates two strategies to reduce the gap: the first one is ensembling multiple classifiers to enrich the hypothesis space, then we propose effective gap estimation methods for guiding the selection of a better hypothesis for the target. The other method is minimizing the gap directly by adapting model parameters using online target samples. We thus propose \textbf{Domain-specific Risk Minimization (DRM)}. During training, DRM models the distributions of different source domains separately; for inference, DRM performs online model steering using the source hypothesis for each arriving target sample. Extensive experiments demonstrate the effectiveness of the proposed DRM for domain generalization with the following advantages: 1) it significantly outperforms competitive baselines on different distributional shift settings; 2) it achieves either comparable or superior accuracies on all source domains compared to vanilla empirical risk minimization; 3) it remains simple and efficient during training, and 4) it is complementary to invariant learning approaches.

📄 PDF Abstract BibTeX arXiv:2208.08661

Code (1)

yfzhang114/adanpc 공식 구현 pytorch

Tasks

Domain AdaptationDomain GeneralizationOut-of-Distribution Generalization

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Deceptive Risk Minimization: Out-of-Distribution Generalization by Deceiving Distribution Shift Detectors

2025-09-15 · Anirudha Majumdar arxiv

This paper proposes deception as a mechanism for out-of-distribution (OOD) generalization: by learning data representations that make training data appear independent and identically distributed (iid) to an observer, we …

Representation LearningDomain Adaptation

Invariance Principle Meets Vicinal Risk Minimization

2024-07-08 · Yaoyao Zhu, Xiuding Cai, Yingkai Wang, Dong Miao 외

Deep learning models excel in computer vision tasks but often fail to generalize to out-of-distribution (OOD) domains. Invariant Risk Minimization (IRM) aims to address OOD generalization by learning domain-invariant fea…

Data AugmentationDiversityDomain Generalization

Probable Domain Generalization via Quantile Risk Minimization

2022-07-20 · Cian Eastwood, Alexander Robey, Shashank Singh, Julius von Kügelgen 외

Domain generalization (DG) seeks predictors which perform well on unseen test distributions by leveraging data drawn from multiple related training distributions or domains. To achieve this, DG is commonly formulated as …

Domain Generalization

Regularization Penalty Optimization for Addressing Data Quality Variance in OoD Algorithms

2022-06-12 · Runpeng Yu, Hong Zhu, Kaican Li, Lanqing Hong 외

Due to the poor generalization performance of traditional empirical risk minimization (ERM) in the case of distributional shift, Out-of-Distribution (OoD) generalization algorithms receive increasing attention. However, …

regression

Minimax Statistical Learning with Wasserstein Distances

2017-05-22 · NeurIPS 2018 12 · Jaeho Lee, Maxim Raginsky

As opposed to standard empirical risk minimization (ERM), distributionally robust optimization aims to minimize the worst-case risk over a larger ambiguity set containing the original empirical distribution of the traini…

Domain AdaptationGeneralization Bounds