paper-with-me

Papers

Invariant Risk Minimization

2019-07-05 · Martin Arjovsky, Léon Bottou, Ishaan Gulrajani, David Lopez-Paz

We introduce Invariant Risk Minimization (IRM), a learning paradigm to estimate invariant correlations across multiple training distributions. To achieve this goal, IRM learns a data representation such that the optimal classifier, on top of that data representation, matches for all training distributions. Through theory and experiments, we show how the invariances learned by IRM relate to the causal structures governing the data and enable out-of-distribution generalization.

📄 PDF Abstract BibTeX arXiv:1907.02893

Code (18)

facebookresearch/InvariantRiskMinimization 공식 구현 pytorch
MindSpore-scientific-2/code-11/tree/main/Translation-Invariant mindspore
aniquetahir/jax_ood jax
chunyangx/IRM_research pytorch
claudiashi57/nice pytorch
facebookresearch/DomainBed pytorch
fastforwardlabs/causality-for-ml pytorch
hasanjawad001/cglearn pytorch
kakaobrain/irm-empirical-study pytorch
katoro8989/irm_variants_calibration pytorch
lingxiaoyuan/ood_mechanics pytorch
oddskool/invariant_risk_minimization_reproduced tf
parshakova/IRM_ICP-IC_ERM pytorch
reiinakano/invariant-risk-minimization pytorch
rwchakra/exmap pytorch
siddarth-c/FedGMA pytorch
thuml/Transfer-Learning-Library pytorch
ycq091044/manydg pytorch

Tasks

Domain GeneralizationImage ClassificationOut-of-Distribution Generalization

Similar Papers 제목 키워드 기반

Continual Invariant Risk Minimization

2023-10-21 · Francesco Alesiani, Shujian Yu, Mathias Niepert

Empirical risk minimization can lead to poor generalization behavior on unseen environments if the learned model does not capture invariant feature representations. Invariant risk minimization (IRM) is a recent proposal …

Continual Learning

Kernelized Heterogeneous Risk Minimization

2021-10-24 · Jiashuo Liu, Zheyuan Hu, Peng Cui, Bo Li 외

The ability to generalize under distributional shifts is essential to reliable machine learning, while models optimized with empirical risk minimization usually fail on non-$i.i.d$ testing data. Recently, invariant learn…

The Risks and Rewards of Invariant Risk Minimization

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Spurious correlations are one of the most prominent pain points for building and deploying machine learning models. Invariant Risk Minimization (IRM) is a learning algorithm designed to mitigate the effect of spurious fe…

BIG-bench Machine Learning

Bayesian Invariant Risk Minimization

2022-01-01 · CVPR 2022 1 · Yong Lin, Hanze Dong, Hao Wang, Tong Zhang

Generalization under distributional shift is an open challenge for machine learning. Invariant Risk Minimization (IRM) is a promising framework to tackle this issue by extracting invariant features. However, despite …

Bayesian Inference

Heterogeneous Risk Minimization

2021-05-09 · Jiashuo Liu, Zheyuan Hu, Peng Cui, Bo Li 외

Machine learning algorithms with empirical risk minimization usually suffer from poor generalization performance due to the greedy exploitation of correlations among the training data, which are not stable under distribu…