paper-with-me

홈 › Papers

Invariant and Transportable Representations for Anti-Causal Domain Shifts

2022-07-04 · Yibo Jiang, Victor Veitch

Real-world classification problems must contend with domain shift, the (potential) mismatch between the domain where a model is deployed and the domain(s) where the training data was gathered. Methods to handle such problems must specify what structure is common between the domains and what varies. A natural assumption is that causal (structural) relationships are invariant in all domains. Then, it is tempting to learn a predictor for label $Y$ that depends only on its causal parents. However, many real-world problems are "anti-causal" in the sense that $Y$ is a cause of the covariates $X$ -- in this case, $Y$ has no causal parents and the naive causal invariance is useless. In this paper, we study representation learning under a particular notion of domain shift that both respects causal invariance and that naturally handles the "anti-causal" structure. We show how to leverage the shared causal structure of the domains to learn a representation that both admits an invariant predictor and that also allows fast adaptation in new domains. The key is to translate causal assumptions into learning principles that disentangle "invariant" and "non-stable" features. Experiments on both synthetic and real-world data demonstrate the effectiveness of the proposed learning algorithm. Code is available at https://github.com/ybjiaang/ACTIR.

📄 PDF Abstract BibTeX arXiv:2207.01603

Code (1)

ybjiaang/actir 공식 구현 pytorch

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Causal Transportability for Visual Recognition

2022-04-26 · CVPR 2022 1 · Chengzhi Mao, Kevin Xia, James Wang, Hao Wang 외

Visual representations underlie object recognition tasks, but they often contain both robust and non-robust features. Our main observation is that image classifiers may perform poorly on out-of-distribution samples becau…

image-classificationImage ClassificationObject RecognitionOut-of-Distribution Generalization

Learning Invariant Representations with a Nonparametric Nadaraya-Watson Head

2023-09-23 · NeurIPS 2023 11 · Alan Q. Wang, Minh Nguyen, Mert R. Sabuncu

Machine learning models will often fail when deployed in an environment with a data distribution that is different than the training distribution. When multiple environments are available during training, many methods ex…

Domain Generalization

Testing Identifiability and Transportability with Observational and Experimental Data

2025-05-19 · Konstantina Lelova, Gregory F. Cooper, Sofia Triantafillou

Transporting causal information learned from experiments in one population to another is a critical challenge in clinical research and decision-making. Causal transportability uses causal graphs to model differences betw…

Knowledge Abstraction for Knowledge-based Semantic Communication: A Generative Causality Invariant Approach

2025-07-23 · Minh-Duong Nguyen, Quoc-Viet Pham, Nguyen H. Tran, Hoang-Khoi Do 외 arxiv

In this study, we design a low-complexity and generalized AI model that can capture common knowledge to improve data reconstruction of the channel decoder for semantic communication. Specifically, we propose a generative…

Semantic Communication

Causal-Driven Feature Evaluation for Cross-Domain Image Classification

2026-01-28 · Chen Cheng, Ang Li arxiv

Out-of-distribution (OOD) generalization remains a fundamental challenge in real-world classification, where test distributions often differ substantially from training data. Most existing approaches pursue domain-invari…

Image Classification