MELGMLJun 12, 2020

Learning Decomposed Representation for Counterfactual Inference

arXiv:2006.07040v223 citations
AI Analysis

This work addresses a fundamental issue in causal inference for researchers and practitioners, offering an incremental improvement by better handling non-confounders to reduce bias in treatment effect estimation.

The paper tackled the problem of treatment effect estimation from observational data by addressing confounder identification and balancing, proposing a synergistic learning framework that decomposes representations to identify confounders and non-confounders, and achieved more precise estimation than baselines on synthetic and real-world datasets.

The fundamental problem in treatment effect estimation from observational data is confounder identification and balancing. Most of the previous methods realized confounder balancing by treating all observed pre-treatment variables as confounders, ignoring further identifying confounders and non-confounders. In general, not all the observed pre-treatment variables are confounders that refer to the common causes of the treatment and the outcome, some variables only contribute to the treatment and some only contribute to the outcome. Balancing those non-confounders, including instrumental variables and adjustment variables, would generate additional bias for treatment effect estimation. By modeling the different causal relations among observed pre-treatment variables, treatment and outcome, we propose a synergistic learning framework to 1) identify confounders by learning decomposed representations of both confounders and non-confounders, 2) balance confounder with sample re-weighting technique, and simultaneously 3) estimate the treatment effect in observational studies via counterfactual inference. Empirical results on synthetic and real-world datasets demonstrate that the proposed method can precisely decompose confounders and achieve a more precise estimation of treatment effect than baselines.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes