paper-with-me

Papers

Do causal predictors generalize better to new domains?

2024-02-15 · Vivian Y. Nastl, Moritz Hardt

We study how well machine learning models trained on causal features generalize across domains. We consider 16 prediction tasks on tabular datasets covering applications in health, employment, education, social benefits, and politics. Each dataset comes with multiple domains, allowing us to test how well a model trained in one domain performs in another. For each prediction task, we select features that have a causal influence on the target of prediction. Our goal is to test the hypothesis that models trained on causal features generalize better across domains. Without exception, we find that predictors using all available features, regardless of causality, have better in-domain and out-of-domain accuracy than predictors using causal features. Moreover, even the absolute drop in accuracy from one domain to the other is no better for causal predictors than for models that use all features. In addition, we show that recent causal machine learning methods for domain generalization do not perform better in our evaluation than standard predictors trained on the set of causal features. Likewise, causal discovery algorithms either fail to run or select causal variables that perform no better than our selection. Extensive robustness checks confirm that our findings are stable under variable misclassification.

📄 PDF Abstract BibTeX arXiv:2402.09891

Code (1)

socialfoundations/causal-features 공식 구현 pytorch

Tasks

Causal DiscoveryDomain Generalization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Treatment Effect Estimation using Invariant Risk Minimization

2021-03-13 · Abhin Shah, Kartik Ahuja, Karthikeyan Shanmugam, Dennis Wei 외

Inferring causal individual treatment effect (ITE) from observational data is a challenging problem whose difficulty is exacerbated by the presence of treatment assignment bias. In this work, we propose a new way to esti…

DiversityDomain Generalizationregression

Learning What Matters: Causal Time Series Modeling for Arctic Sea Ice Prediction

2025-09-11 · Emam Hossain, Md Osman Gani arxiv

Conventional machine learning and deep learning models typically rely on correlation-based learning, which often fails to distinguish genuine causal relationships from spurious associations, limiting their robustness, in…

Computational Efficiency

Causally motivated Shortcut Removal Using Auxiliary Labels

2021-05-13 · Maggie Makar, Ben Packer, Dan Moldovan, Davis Blalock 외

Shortcut learning, in which models make use of easy-to-represent but unstable associations, is a major failure mode for robust machine learning. We study a flexible, causally-motivated approach to training robust predict…

Causal InferenceDisentanglementFairness

Causal-INSIGHT: Probing Temporal Models to Extract Causal Structure

2026-03-26 · Benjamin Redden, Hui Wang, Shuyan Li arxiv

Understanding directed temporal interactions in multivariate time series is essential for interpreting complex dynamical systems and the predictive models trained on them. We present Causal-INSIGHT, a model-agnostic, pos…

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