LGAIMLJul 10, 2020

Deep Contextual Clinical Prediction with Reverse Distillation

arXiv:2007.05611v228 citationsHas Code
AI Analysis

This addresses the challenge for healthcare providers in leveraging deep learning for patient outcome prediction, though it appears incremental as it builds on existing methods like self-attention and distillation.

The paper tackles the problem of deep learning models underperforming compared to shallow linear models in clinical prediction from insurance claims, and introduces Reverse Distillation, a technique that pretrains deep models using high-performing linear models for initialization, resulting in SARD outperforming state-of-the-art methods on multiple clinical prediction outcomes.

Healthcare providers are increasingly using machine learning to predict patient outcomes to make meaningful interventions. However, despite innovations in this area, deep learning models often struggle to match performance of shallow linear models in predicting these outcomes, making it difficult to leverage such techniques in practice. In this work, motivated by the task of clinical prediction from insurance claims, we present a new technique called Reverse Distillation which pretrains deep models by using high-performing linear models for initialization. We make use of the longitudinal structure of insurance claims datasets to develop Self Attention with Reverse Distillation, or SARD, an architecture that utilizes a combination of contextual embedding, temporal embedding and self-attention mechanisms and most critically is trained via reverse distillation. SARD outperforms state-of-the-art methods on multiple clinical prediction outcomes, with ablation studies revealing that reverse distillation is a primary driver of these improvements. Code is available at https://github.com/clinicalml/omop-learn.

Code Implementations1 repo
Foundations

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

Your Notes