paper-with-me

홈 › Papers

Provable Domain Generalization via Invariant-Feature Subspace Recovery

2022-01-30 · Haoxiang Wang, Haozhe Si, Bo Li, Han Zhao

Domain generalization asks for models trained over a set of training environments to perform well in unseen test environments. Recently, a series of algorithms such as Invariant Risk Minimization (IRM) has been proposed for domain generalization. However, Rosenfeld et al. (2021) shows that in a simple linear data model, even if non-convexity issues are ignored, IRM and its extensions cannot generalize to unseen environments with less than $d_s+1$ training environments, where $d_s$ is the dimension of the spurious-feature subspace. In this paper, we propose to achieve domain generalization with Invariant-feature Subspace Recovery (ISR). Our first algorithm, ISR-Mean, can identify the subspace spanned by invariant features from the first-order moments of the class-conditional distributions, and achieve provable domain generalization with $d_s+1$ training environments under the data model of Rosenfeld et al. (2021). Our second algorithm, ISR-Cov, further reduces the required number of training environments to $O(1)$ using the information of second-order moments. Notably, unlike IRM, our algorithms bypass non-convexity issues and enjoy global convergence guarantees. Empirically, our ISRs can obtain superior performance compared with IRM on synthetic benchmarks. In addition, on three real-world image and text datasets, we show that both ISRs can be used as simple yet effective post-processing methods to improve the worst-case accuracy of (pre-)trained models against spurious correlations and group shifts.

📄 PDF Abstract BibTeX arXiv:2201.12919

Code (1)

haoxiang-wang/isr 공식 구현 pytorch

Tasks

Domain Generalization

Similar Papers 제목 키워드 기반

Invariant-Feature Subspace Recovery: A New Class of Provable Domain Generalization Algorithms

2023-11-02 · Haoxiang Wang, Gargi Balasubramaniam, Haozhe Si, Bo Li 외

Domain generalization asks for models trained over a set of training environments to generalize well in unseen test environments. Recently, a series of algorithms such as Invariant Risk Minimization (IRM) have been propo…

Binary ClassificationDomain GeneralizationMulti-class Classificationregression

Revisiting Deep Subspace Alignment for Unsupervised Domain Adaptation

2022-01-05 · Kowshik Thopalli, Jayaraman J Thiagarajan, Rushil Anirudh, Pavan K Turaga

Unsupervised domain adaptation (UDA) aims to transfer and adapt knowledge from a labeled source domain to an unlabeled target domain. Traditionally, subspace-based methods form an important class of solutions to this pro…

Domain AdaptationRepresentation LearningUnsupervised Domain Adaptation

Distant Supervised Centroid Shift: A Simple and Efficient Approach to Visual Domain Adaptation

2019-06-01 · CVPR 2019 6 · Jian Liang, Ran He, Zhenan Sun, Tieniu Tan

Conventional domain adaptation methods usually resort to deep neural networks or subspace learning to find invariant representations across domains. However, most deep learning methods highly rely on large-size source d…

Domain AdaptationDomain GeneralizationFace RecognitionPrivacy Preserving

Domain Invariant Model with Graph Convolutional Network for Mammogram Classification

2022-04-21 · Churan Wang, Jing Li, Xinwei Sun, Fandong Zhang 외

Due to its safety-critical property, the image-based diagnosis is desired to achieve robustness on out-of-distribution (OOD) samples. A natural way towards this goal is capturing only clinically disease-related features,…

Classification

DIVA: Domain Invariant Variational Autoencoders

2019-05-24 · Maximilian Ilse, Jakub M. Tomczak, Christos Louizos, Max Welling

We consider the problem of domain generalization, namely, how to learn representations given data from a set of domains that generalize to data from a previously unseen domain. We propose the Domain Invariant Variational…

Domain GeneralizationRotated MNIST