MLLGMEJun 5, 2019

Adapting Neural Networks for the Estimation of Treatment Effects

arXiv:1906.02120v2489 citationsHas Code
Originality Incremental advance
AI Analysis

It addresses a domain-specific problem in causal inference for researchers and practitioners, offering incremental improvements over prior neural network approaches.

This paper tackles the problem of improving treatment effect estimation from observational data by adapting neural networks, proposing the Dragonnet architecture and targeted regularization, which outperform existing methods on benchmark datasets.

This paper addresses the use of neural networks for the estimation of treatment effects from observational data. Generally, estimation proceeds in two stages. First, we fit models for the expected outcome and the probability of treatment (propensity score) for each unit. Second, we plug these fitted models into a downstream estimator of the effect. Neural networks are a natural choice for the models in the first step. The question we address is: how can we adapt the design and training of the neural networks used in the first step in order to improve the quality of the final estimate of the treatment effect? We propose two adaptations based on insights from the statistical literature on the estimation of treatment effects. The first is a new architecture, the Dragonnet, that exploits the sufficiency of the propensity score for estimation adjustment. The second is a regularization procedure, targeted regularization, that induces a bias towards models that have non-parametrically optimal asymptotic properties `out-of-the-box`. Studies on benchmark datasets for causal inference show these adaptations outperform existing methods. Code is available at github.com/claudiashi57/dragonnet.

Code Implementations5 repos
Foundations

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

Your Notes