paper-with-me

Papers

Linear-Time Algorithms for Front-Door Adjustment in Causal Graphs

2022-11-29 · Marcel Wienöbst, Benito van der Zander, Maciej Liśkiewicz

Causal effect estimation from observational data is a fundamental task in empirical sciences. It becomes particularly challenging when unobserved confounders are involved in a system. This paper focuses on front-door adjustment -- a classic technique which, using observed mediators allows to identify causal effects even in the presence of unobserved confounding. While the statistical properties of the front-door estimation are quite well understood, its algorithmic aspects remained unexplored for a long time. In 2022, Jeong, Tian, and Bareinboim presented the first polynomial-time algorithm for finding sets satisfying the front-door criterion in a given directed acyclic graph (DAG), with an $O(n^3(n+m))$ run time, where $n$ denotes the number of variables and $m$ the number of edges of the causal graph. In our work, we give the first linear-time, i.e., $O(n+m)$, algorithm for this task, which thus reaches the asymptotically optimal time complexity. This result implies an $O(n(n+m))$ delay enumeration algorithm of all front-door adjustment sets, again improving previous work by a factor of $n^3$. Moreover, we provide the first linear-time algorithm for finding a minimal front-door adjustment set. We offer implementations of our algorithms in multiple programming languages to facilitate practical usage and empirically validate their feasibility, even for large graphs.

📄 PDF Abstract BibTeX arXiv:2211.16468

Code (1)

mwien/frontdoor-adjustment 공식 구현

Similar Papers 제목 키워드 기반

A Proof of the Front-Door Adjustment Formula

2018-06-25 · Mohammad Ali Javidian, Marco Valtorta

We provide a proof of the the Front-Door adjustment formula using the do-calculus.

Front-door Reducibility: Reducing ADMGs to the Standard Front-door Setting via a Graphical Criterion

2025-11-19 · Jianqiao Mao, Max A. Little arxiv

Front-door adjustment gives a simple closed-form identification formula under the classical front-door criterion, but its applicability is often viewed as narrow. By contrast, the general ID algorithm can identify many m…

A Neural Mean Embedding Approach for Back-door and Front-door Adjustment

2022-10-12 · Liyuan Xu, Arthur Gretton

We consider the estimation of average and counterfactual treatment effects, under two settings: back-door adjustment and front-door adjustment. The goal in both cases is to recover the treatment effect without having an …

counterfactualDensity Estimationregression

Causal Inference with Conditional Front-Door Adjustment and Identifiable Variational Autoencoder

2023-10-03 · Ziqi Xu, Debo Cheng, Jiuyong Li, Jixue Liu 외

An essential and challenging problem in causal inference is causal effect estimation from observational data. The problem becomes more difficult with the presence of unobserved confounding variables. The front-door adjus…

Causal Inference

Causal Effect Estimation with Variational AutoEncoder and the Front Door Criterion

2023-04-24 · Ziqi Xu, Debo Cheng, Jiuyong Li, Jixue Liu 외

An essential problem in causal inference is estimating causal effects from observational data. The problem becomes more challenging with the presence of unobserved confounders. When there are unobserved confounders, the …

Causal InferenceRepresentation Learning