Intuition for Doubly Robust Estimator
Introduction
To estimate ATE, we can either use outcome regression or inverse propensity weighting (IPW). While each approach has merits, combining them offers significant advantage – double robustness. In this post, I summarize the intuition for doubly robust estimator from Professor Ding’s awesome textbook (Ding, 2024), and connects this framework to debiased machine learning (DML) through Riesz representation theory. By understanding these connections, we gain insights into how modern causal inference methods effectively correct for bias in treatment effect estimation.
Two characterizations of the ATE
Let
First, we can use the outcome regression,
Second, we can use the inverse propensity score weighting (IPW) approach,
where
It completely ignores the outcome model. However, if there exist covariates
Key Insights
This motivates combining the two approaches to:
1. Reduce the variance of the IPW estimator
2. Reduce the bias of the outcome regression
Reducing the Variance
Idea: View
Similarly,
Notice that,
Reducing the Bias
Idea: We can view
Connecting to DDML: Riesz Representation for Bias Correction
In the generic debiased framework (Chernozhukov, Newey, and Singh 2022), we leverage the Riesz representer to correct for bias, similar to the approach described above. This method parallels our use of IPW to extract signals from residuals, but specifically employs the Riesz representer for bias correction.
-
Data is
-
Let
be outcome regression
- Suppose moment is of the form: for some moment
that is linear in
Then debiased version of the moment is of the form:
where
As we consider the ATE, the Riesz Representer are just some “inverse propensity score terms”,
Consider the expression
Double robust estimation of ATT
How about the double robust estimator for ATT? Can we also use the same idea to derive it? Yes!
We also have a doubly robust estimator for
How to come up with
Now, we can view
Reference
Ding, Peng (2024) A first course in causal inference. Chapman & Hall.
Chernozhukov, Victor, Whitney K. Newey, and Rahul Singh (2022), “Automatic Debiased Machine Learning of Causal and Structural Effects,” Econometrica, 90 (3), 967–1027.