Deep IV: A Flexible Approach for Counterfactual Prediction
Abstract
Counterfactual prediction requires understanding causal relationships between so-called treatment and outcome variables. This paper provides a recipe for augmenting deep learning methods to accurately characterize such relationships in the presence of instrument variables (IVs) – sources of treatment randomization that are conditionally independent from the outcomes. Our IV specification resolves into two prediction tasks that can be solved with deep neural nets: a first-stage network for treatment prediction and a second-stage network whose loss function involves integration over the conditional treatment distribution. This Deep IV framework allows us to take advantage of off-the-shelf supervised learning techniques to estimate causal effects by adapting the loss function. Experiments show that it outperforms existing machine learning approaches.
Cite
Text
Hartford et al. "Deep IV: A Flexible Approach for Counterfactual Prediction." International Conference on Machine Learning, 2017.Markdown
[Hartford et al. "Deep IV: A Flexible Approach for Counterfactual Prediction." International Conference on Machine Learning, 2017.](https://mlanthology.org/icml/2017/hartford2017icml-deep/)BibTeX
@inproceedings{hartford2017icml-deep,
title = {{Deep IV: A Flexible Approach for Counterfactual Prediction}},
author = {Hartford, Jason and Lewis, Greg and Leyton-Brown, Kevin and Taddy, Matt},
booktitle = {International Conference on Machine Learning},
year = {2017},
pages = {1414-1423},
volume = {70},
url = {https://mlanthology.org/icml/2017/hartford2017icml-deep/}
}