AILGMLNov 12, 2017

Medical Diagnosis From Laboratory Tests by Combining Generative and Discriminative Learning

arXiv:1711.04329v27 citations
Originality Incremental advance
AI Analysis

This work addresses a critical problem for physicians and automated systems in healthcare by improving diagnostic accuracy from complex clinical data, though it is incremental as it combines existing deep learning techniques.

The authors tackled the challenge of medical diagnosis from incomplete longitudinal laboratory test data by proposing a joint generative-discriminative deep learning model, which significantly outperformed baselines on a dataset of 46,252 patients for predicting common diagnoses.

A primary goal of computational phenotype research is to conduct medical diagnosis. In hospital, physicians rely on massive clinical data to make diagnosis decisions, among which laboratory tests are one of the most important resources. However, the longitudinal and incomplete nature of laboratory test data casts a significant challenge on its interpretation and usage, which may result in harmful decisions by both human physicians and automatic diagnosis systems. In this work, we take advantage of deep generative models to deal with the complex laboratory tests. Specifically, we propose an end-to-end architecture that involves a deep generative variational recurrent neural networks (VRNN) to learn robust and generalizable features, and a discriminative neural network (NN) model to learn diagnosis decision making, and the two models are trained jointly. Our experiments are conducted on a dataset involving 46,252 patients, and the 50 most frequent tests are used to predict the 50 most common diagnoses. The results show that our model, VRNN+NN, significantly (p<0.001) outperforms other baseline models. Moreover, we demonstrate that the representations learned by the joint training are more informative than those learned by pure generative models. Finally, we find that our model offers a surprisingly good imputation for missing values.

Foundations

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

Your Notes