OoD Generalization
Surveys:
Domain Generalization: A Survey
Papers:
Leon Bottou's talk: Learning Representations Using Causal Inference (Workshop on Theory of Deep Learning: Where next?)
Invariant Risk Minimization Games (ICML2020) game-theoretic reformulation of IRM (Kartik Ahuja's talk on IRM Games paper )
Invariant Rationalization interesting formulation, invariance + mutual information
Domain Extrapolation via Regret Minimization similar to IRM, replace the loss in a regret form
Out-of-Distribution Generalization via Risk Extrapolation (REx) (slides) (ICML2021) generalization of IRM, propose MM-REx and V-REx (use variance among losses from domains as penalty)
Learning Robust Representations with Score Invariant Learning modification of REx, replace loss with || \nabla_{\theta} loss ||
Risk Variance Penalization: From Distributional Robustness to Causality generalization of REx, replace variance with standard deviation....
Generalization and Invariances in the Presence of Unobserved Confounding seems exactly same as (while 4 months later than) REx...
Out-of-Distribution Generalization with Maximal Invariant Predictor modification to V-REx, replace "loss in one domain" with "gradient of loss in that domain"
Learning Causal Models Online IRM setting + continual learning
Self-training Avoids Using Spurious Features Under Domain Shift theoretically prove self-training can prevent from using spurious feature in linear setting
Gradient Starvation: A Learning Proclivity in Neural Networks analyze sigmoid binary classification with Legendre dual, propose a new regularization ||y_hat||.
Improving out-of-distribution generalization via multi-task self-supervised pretraining
Learning explanations that are hard to vary (ILC) (ICLR2021) Invariant Learning Consistency (ILC) criterion, (approx) AND-masking of gradients to only keep directions consistent (across domains)
In Search of Lost Domain Generalization (ICLR2021)
The Risks of Invariant Risk Minimization (ICLR2021) When the number of environments is small, IRM will fall
Understanding the Failure Modes of Out-of-Distribution Generalization (ICLR2021)
REPRESENTATION LEARNING VIA INVARIANT CAUSAL MECHANISMS (ICLR2021) improve contrastive learning with style-augmentation
SYSTEMATIC GENERALISATION WITH GROUP INVARIANT PREDICTIONS (ICLR2021)
Empirical or Invariant Risk Minimization? A Sample Complexity Perspective (ICLR2021) Theoretically calculate sample complexity of IRM (which is similar to ERM)