LGIVMLMar 26, 2019

Cross-Modal Data Programming Enables Rapid Medical Machine Learning

arXiv:1903.11101v179 citations
Originality Incremental advance
AI Analysis

This addresses the labeling bottleneck for building medical machine learning models, offering a faster and more flexible approach, though it is incremental as it builds on existing data programming techniques.

The paper tackles the problem of labeling training datasets for medical machine learning by introducing cross-modal data programming, which allows clinicians to generate labels via rules on auxiliary data, achieving performance that matches or exceeds months of hand-labeling with only hours of clinician time.

Labeling training datasets has become a key barrier to building medical machine learning models. One strategy is to generate training labels programmatically, for example by applying natural language processing pipelines to text reports associated with imaging studies. We propose cross-modal data programming, which generalizes this intuitive strategy in a theoretically-grounded way that enables simpler, clinician-driven input, reduces required labeling time, and improves with additional unlabeled data. In this approach, clinicians generate training labels for models defined over a target modality (e.g. images or time series) by writing rules over an auxiliary modality (e.g. text reports). The resulting technical challenge consists of estimating the accuracies and correlations of these rules; we extend a recent unsupervised generative modeling technique to handle this cross-modal setting in a provably consistent way. Across four applications in radiography, computed tomography, and electroencephalography, and using only several hours of clinician time, our approach matches or exceeds the efficacy of physician-months of hand-labeling with statistical significance, demonstrating a fundamentally faster and more flexible way of building machine learning models in medicine.

Foundations

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

Your Notes