TMLE (Targeted Maximum Likelihood Estimation)
Definition
A procedure that corrects (targets) a plug-in estimator toward the target parameter:
- Obtain initial estimates of the outcome regression and the propensity (any ML method);
- Fluctuate (fitting ) along a parametric submodel that uses the clever covariate derived from the EIF;
- Plug the updated into the target parameter. The targeting step forces the empirical EIF equation to be solved, yielding asymptotic efficiency + double robustness + parameter-range preservation (plug-in).
Intuitive Understanding
“Predict first, then nudge only slightly in the causal-target direction” to remove residual bias along the EIF direction. It attains the same efficiency as the One-step Estimator/AIPW, but being a plug-in it respects boundaries (e.g., probabilities).
Related Concepts
- Efficient Influence Function · One-step Estimator · AIPW · Double Machine Learning · Cross-fitting
Key Papers
- van der Laan & Rose, Targeted Learning, Springer 2011 — TMLE canonical
- Kennedy review, arXiv:2203.06469, 2022 (unifying EIF · DR · TMLE/DML)