paper-with-me

Papers

Causal Transformer for Estimating Counterfactual Outcomes

2022-04-14 · Valentyn Melnychuk, Dennis Frauen, Stefan Feuerriegel

Estimating counterfactual outcomes over time from observational data is relevant for many applications (e.g., personalized medicine). Yet, state-of-the-art methods build upon simple long short-term memory (LSTM) networks, thus rendering inferences for complex, long-range dependencies challenging. In this paper, we develop a novel Causal Transformer for estimating counterfactual outcomes over time. Our model is specifically designed to capture complex, long-range dependencies among time-varying confounders. For this, we combine three transformer subnetworks with separate inputs for time-varying covariates, previous treatments, and previous outcomes into a joint network with in-between cross-attentions. We further develop a custom, end-to-end training procedure for our Causal Transformer. Specifically, we propose a novel counterfactual domain confusion loss to address confounding bias: it aims to learn adversarial balanced representations, so that they are predictive of the next outcome but non-predictive of the current treatment assignment. We evaluate our Causal Transformer based on synthetic and real-world datasets, where it achieves superior performance over current baselines. To the best of our knowledge, this is the first work proposing transformer-based architecture for estimating counterfactual outcomes from longitudinal data.

📄 PDF Abstract BibTeX arXiv:2204.07258

Code (1)

Valentyn1997/CausalTransformer 공식 구현 pytorch

Tasks

counterfactual

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Transformer-Based Spatial-Temporal Counterfactual Outcomes Estimation

2025-06-26 · He Li, Haoang Chi, MingYu Liu, Wanrong Huang 외

The real world naturally has dimensions of time and space. Therefore, estimating the counterfactual outcomes with spatial-temporal attributes is a crucial problem. However, previous methods are based on classical statist…

counterfactual

G-Transformer: Counterfactual Outcome Prediction under Dynamic and Time-varying Treatment Regimes

2024-06-08 · Hong Xiong, Feng Wu, Leon Deng, Megan Su 외

In the context of medical decision making, counterfactual prediction enables clinicians to predict treatment outcomes of interest under alternative courses of therapeutic actions given observed patient history. In this w…

Causal InferencecounterfactualDecision MakingPrediction

Counterfactually Fair Regression with Double Machine Learning

2023-03-21 · Patrick Rehill

Counterfactual fairness is an approach to AI fairness that tries to make decisions based on the outcomes that an individual with some kind of sensitive status would have had without this status. This paper proposes Doubl…

Causal InferencecounterfactualFairnessregression

Counterfactual Generative Modeling with Variational Causal Inference

2024-10-16 · Yulun Wu, Louie McConnell, Claudia Iriondo

Estimating an individual's counterfactual outcomes under interventions is a challenging task for traditional causal inference and supervised learning approaches when the outcome is high-dimensional (e.g. gene expressions…

Causal InferencecounterfactualDisentanglementVariational Inference

Causal Effect Estimation using Variational Information Bottleneck

2021-10-26 · Zhenyu Lu, Yurong Cheng, Mingjun Zhong, George Stoian 외

Causal inference is to estimate the causal effect in a causal relationship when intervention is applied. Precisely, in a causal model with binary interventions, i.e., control and treatment, the causal effect is simply th…

Causal Inferencecounterfactual