paper-with-me

홈 › Papers

Disentangled Double Machine Learning for Accurate Causal Effect Estimation

2026-05-24 · Guodu Xiang, Kui Yu, Yujie Wang, Richang Hong, Fuyuan Cao, Jiye Liang arxiv

Confounding bias is a key challenge in causal effect estimation from observational data. Double Machine Learning (DML) addresses this issue by estimating treatment and outcome nuisance functions, constructing treatment and outcome residuals, and estimating causal effects from the residuals. However, DML often produces biased and unstable estimates in highdimensional or finite-sample scenarios. One reason is that DML estimates nuisance functions using all covariates without disentangling distinct latent factors, resulting in unreliable nuisance function estimation. Another is that imprecise nuisance estimation further introduces residual dependence between the treatment residual and the remaining outcome error, undermining the accuracy of causal effect estimates. To address these issues, in this paper, we propose Disentangled Double Machine Learning (DDML), a novel algorithm that integrates two key strategies. First, a causal role disentanglement strategy decomposes covariates into confounders, treatment-specific factors, and outcomespecific factors for enabling reliable nuisance function estimation. And second, a residual dependence orthogonalization strategy mitigates residual dependence caused by nuisance estimation errors for enhancing the precision of causal effect estimates. Experimental results on synthetic, semi-synthetic, and real-world datasets demonstrate that DDML significantly outperforms 13 state-of-the-art baseline algorithms in both MAE and RMSE.

📄 PDF Abstract BibTeX arXiv:2605.24808

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Causally Disentangled Generative Variational AutoEncoder

2023-02-23 · SeungHwan An, Kyungwoo Song, Jong-June Jeon

We present a new supervised learning technique for the Variational AutoEncoder (VAE) that allows it to learn a causally disentangled representation and generate causally disentangled outcomes simultaneously. We call this…

Disentanglement

DoubleML -- An Object-Oriented Implementation of Double Machine Learning in R

2021-03-17 · Philipp Bach, Victor Chernozhukov, Malte S. Kurz, Martin Spindler 외

The R package DoubleML implements the double/debiased machine learning framework of Chernozhukov et al. (2018). It provides functionalities to estimate parameters in causal models based on machine learning methods. The d…

BIG-bench Machine Learningvalid

DoubleML -- An Object-Oriented Implementation of Double Machine Learning in Python

2021-04-07 · Philipp Bach, Victor Chernozhukov, Malte S. Kurz, Martin Spindler

DoubleML is an open-source Python library implementing the double machine learning framework of Chernozhukov et al. (2018) for a variety of causal models. It contains functionalities for valid statistical inference on ca…

BIG-bench Machine Learningvalid

Graph Machine Learning based Doubly Robust Estimator for Network Causal Effects

2024-03-17 · Seyedeh Baharan Khatami, Harsh Parikh, Haowei Chen, Sudeepa Roy 외

We address the challenge of inferring causal effects in social network data. This results in challenges due to interference -- where a unit's outcome is affected by neighbors' treatments -- and network-induced confoundin…

Graph Neural NetworkUncertainty Quantification

ddml: Double/debiased machine learning in Stata

2023-01-23 · Achim Ahrens, Christian B. Hansen, Mark E. Schaffer, Thomas Wiemann

We introduce the package ddml for Double/Debiased Machine Learning (DDML) in Stata. Estimators of causal parameters for five different econometric models are supported, allowing for flexible estimation of causal effects …