← Search

James Jordon

14 accepted papers

2023

To Impute or not to Impute? Missing Data in Treatment Effect Estimation

AISTATS 2023poster

Missing data is a systemic problem in practical scenarios that causes noise and bias when estimating treatment effects. This makes treatment effect estimation from data with missingness a particularly tricky endeavour. A key reason for this is that standard assumptions on missingness are rendered in…

2021

Learning Queueing Policies for Organ Transplantation Allocation using Interpretable Counterfactual Survival Analysis

ICML 2021spotlight

Organ transplantation is often the last resort for treating end-stage illnesses, but managing transplant wait-lists is challenging because of organ scarcity and the complexity of assessing donor-recipient compatibility. In this paper, we develop a data-driven model for (real-time) organ allocation u…

2020

Contextual Constrained Learning for Dose-Finding Clinical Trials

AISTATS 2020poster

Clinical trials in the medical domain are constrained by budgets. The number of patients that can be recruited is therefore limited. When a patient population is heterogeneous, this creates difficulties in learning subgroup specific responses to a particular drug and especially for a variety of dosa…

2020

Estimating counterfactual treatment outcomes over time through adversarially balanced representations

ICLR 2020spotlight

Identifying when to give treatments to patients and how to select among multiple treatments over time are important medical problems with a few existing solutions. In this paper, we introduce the Counterfactual Recurrent Network (CRN), a novel sequence-to-sequence model that leverages the increasing…

Cited by 218SourceScholar
2020

Estimating the Effects of Continuous-valued Interventions using Generative Adversarial Networks

NeurIPS 2020poster

While much attention has been given to the problem of estimating the effect of discrete interventions from observational data, relatively little work has been done in the setting of continuous-valued interventions, such as treatments associated with a dosage parameter. In this paper, we tackle this…

2020

OrganITE: Optimal transplant donor organ offering using an individual treatment effect

NeurIPS 2020poster

Transplant-organs are a scarce medical resource. The uniqueness of each organ and the patients' heterogeneous responses to the organs present a unique and challenging machine learning problem. In this problem there are two key challenges: (i) assigning each organ "optimally" to a patient in the queu…

Cited by 49SourcePDFScholar
2020

VIME: Extending the Success of Self- and Semi-supervised Learning to Tabular Domain

NeurIPS 2020poster

Self- and semi-supervised learning frameworks have made significant progress in training machine learning models with limited labeled data in image and language domains. These methods heavily rely on the unique structure in the domain datasets (such as spatial relationships in images or semantic rel…

2019

Differentially Private Bagging: Improved utility and cheaper privacy than subsample-and-aggregate

NeurIPS 2019poster

Differential Privacy is a popular and well-studied notion of privacy. In the era ofbig data that we are in, privacy concerns are becoming ever more prevalent and thusdifferential privacy is being turned to as one such solution. A popular method forensuring differential privacy of a classifier is kno…

Cited by 28SourcePDFScholar
2019

INVASE: Instance-wise Variable Selection using Neural Networks

ICLR 2019poster

The advent of big data brings with it data with more and more dimensions and thus a growing need to be able to efficiently select which features to use for a variety of problems. While global feature selection has been a well-studied problem for quite some time, only recently has the paradigm of ins…

2019

KnockoffGAN: Generating Knockoffs for Feature Selection using Generative Adversarial Networks

ICLR 2019oral

Feature selection is a pervasive problem. The discovery of relevant features can be as important for performing a particular task (such as to avoid overfitting in prediction) as it can be for understanding the underlying processes governing the true label (such as discovering relevant genetic factor…

2019

PATE-GAN: Generating Synthetic Data with Differential Privacy Guarantees

ICLR 2019poster

Machine learning has the potential to assist many communities in using the large datasets that are becoming more and more available. Unfortunately, much of that potential is not being realized because it would require sharing data in a way that compromises privacy. In this paper, we investigate a me…

2018

GAIN: Missing Data Imputation using Generative Adversarial Nets

ICML 2018oral

We propose a novel method for imputing missing data by adapting the well-known Generative Adversarial Nets (GAN) framework. Accordingly, we call our method Generative Adversarial Imputation Nets (GAIN). The generator (G) observes some components of a real data vector, imputes the missing components…

2018

GANITE: Estimation of Individualized Treatment Effects using Generative Adversarial Nets

ICLR 2018poster

Estimating individualized treatment effects (ITE) is a challenging task due to the need for an individual's potential outcomes to be learned from biased data and without having access to the counterfactuals. We propose a novel method for inferring ITE based on the Generative Adversarial Nets (GANs)…

2018

RadialGAN: Leveraging multiple datasets to improve target-specific predictive models using Generative Adversarial Networks

ICML 2018oral

Training complex machine learning models for prediction often requires a large amount of data that is not always readily available. Leveraging these external datasets from related but different sources is therefore an important task if good predictive models are to be built for deployment in setting…