Individualised Dose-Response Estimation Using Generative Adversarial Nets
Abstract
The problem of estimating treatment responses from observational data is by now a well-studied one. Less well studied, though, is the problem of treatment response estimation when the treatments are accompanied by a continuous dosage parameter. In this paper, we tackle this lesser studied problem by building on a modification of the generative adversarial networks (GANs) framework that has already demonstrated effectiveness in the former problem. Our model, DRGAN, is flexible, capable of handling multiple treatments each accompanied by a dosage parameter. The key idea is to use a significantly modified GAN model to generate entire dose-response curves for each sample in the training data which will then allow us to use standard supervised methods to learn an inference model capable of estimating these curves for a new sample. Our model consists of 3 blocks: (1) a generator, (2) a discriminator, (3) an inference block. In order to address the challenge presented by the introduction of dosages, we propose novel architectures for both our generator and discriminator. We model the generator as a multi-task deep neural network. In order to address the increased complexity of the treatment space (because of the addition of dosages), we develop a hierarchical discriminator consisting of several networks: (a) a treatment discriminator, (b) a dosage discriminator for each treatment. In the experiments section, we introduce a new semi-synthetic data simulation for use in the dose-response setting and demonstrate improvements over the existing benchmark models.
Cite
Text
Bica et al. "Individualised Dose-Response Estimation Using Generative Adversarial Nets." International Conference on Learning Representations, 2020.Markdown
[Bica et al. "Individualised Dose-Response Estimation Using Generative Adversarial Nets." International Conference on Learning Representations, 2020.](https://mlanthology.org/iclr/2020/bica2020iclr-individualised/)BibTeX
@inproceedings{bica2020iclr-individualised,
title = {{Individualised Dose-Response Estimation Using Generative Adversarial Nets}},
author = {Bica, Ioana and Jordon, James and van der Schaar, Mihaela},
booktitle = {International Conference on Learning Representations},
year = {2020},
url = {https://mlanthology.org/iclr/2020/bica2020iclr-individualised/}
}