paper-with-me

Papers

Causal Effect Estimation using Variational Information Bottleneck

2021-10-26 · Zhenyu Lu, Yurong Cheng, Mingjun Zhong, George Stoian, Ye Yuan, Guoren Wang

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 the difference between the factual and counterfactual. The difficulty is that the counterfactual may never been obtained which has to be estimated and so the causal effect could only be an estimate. The key challenge for estimating the counterfactual is to identify confounders which effect both outcomes and treatments. A typical approach is to formulate causal inference as a supervised learning problem and so counterfactual could be predicted. Including linear regression and deep learning models, recent machine learning methods have been adapted to causal inference. In this paper, we propose a method to estimate Causal Effect by using Variational Information Bottleneck (CEVIB). The promising point is that VIB is able to naturally distill confounding variables from the data, which enables estimating causal effect by using observational data. We have compared CEVIB to other methods by applying them to three data sets showing that our approach achieved the best performance. We also experimentally showed the robustness of our method.

📄 PDF Abstract BibTeX arXiv:2110.13705

Code (1)

kunnao/CausalVIB 공식 구현 tf

Tasks

Causal Inferencecounterfactual

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Structural Causal Bottleneck Models

2026-03-09 · Simon Bing, Jonas Wahl, Jakob Runge arxiv

We introduce structural causal bottleneck models (SCBMs), a novel class of structural causal models. At the core of SCBMs lies the assumption that causal effects between high-dimensional variables only depend on low-dime…

Representation LearningTransfer Learning

Causally-Aware Information Bottleneck for Domain Adaptation

2026-01-07 · Mohammad Ali Javidian arxiv

We tackle a common domain adaptation setting in causal systems. In this setting, the target variable is observed in the source domain but is entirely missing in the target domain. We aim to impute the target variable in …

Domain Adaptation

Optimizing Information Bottleneck in Reinforcement Learning: A Stein Variational Approach

2021-01-01 · Pei Yingjun, Hou Xinwen, Li Jian, Lei Wang

The information bottleneck (IB) principle is an elegant and useful learning framework for extracting relevant information that an input feature contains about the target. The principle has been widely used in supervised …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Reliable Estimation of Individual Treatment Effect with Causal Information Bottleneck

2019-06-07 · Sungyub Kim, Yongsu Baek, Sung Ju Hwang, Eunho Yang

Estimating individual level treatment effects (ITE) from observational data is a challenging and important area in causal machine learning and is commonly considered in diverse mission-critical applications. In this pape…

Causal Inference

DR-VIDAL -- Doubly Robust Variational Information-theoretic Deep Adversarial Learning for Counterfactual Prediction and Treatment Effect Estimation on Real World Data

2023-03-07 · Shantanu Ghosh, Zheng Feng, Jiang Bian, Kevin Butler 외

Determining causal effects of interventions onto outcomes from real-world, observational (non-randomized) data, e.g., treatment repurposing using electronic health records, is challenging due to underlying bias. Causal d…

counterfactualGenerative Adversarial Network