LGJan 21, 2023

ManyDG: Many-domain Generalization for Healthcare Applications

arXiv:2301.08834v236 citationsh-index: 26
Originality Incremental advance
AI Analysis

This addresses generalization issues in healthcare applications where patient diversity creates many domains, offering a scalable solution for tasks like seizure detection and hospitalization prediction.

The paper tackles the problem of poor generalization in healthcare predictive models due to patient-specific covariates, proposing ManyDG, a domain generalization method that treats each patient as a separate domain, which improves performance by 3.7% Jaccard on MIMIC drug recommendation.

The vast amount of health data has been continuously collected for each patient, providing opportunities to support diverse healthcare predictive tasks such as seizure detection and hospitalization prediction. Existing models are mostly trained on other patients data and evaluated on new patients. Many of them might suffer from poor generalizability. One key reason can be overfitting due to the unique information related to patient identities and their data collection environments, referred to as patient covariates in the paper. These patient covariates usually do not contribute to predicting the targets but are often difficult to remove. As a result, they can bias the model training process and impede generalization. In healthcare applications, most existing domain generalization methods assume a small number of domains. In this paper, considering the diversity of patient covariates, we propose a new setting by treating each patient as a separate domain (leading to many domains). We develop a new domain generalization method ManyDG, that can scale to such many-domain problems. Our method identifies the patient domain covariates by mutual reconstruction and removes them via an orthogonal projection step. Extensive experiments show that ManyDG can boost the generalization performance on multiple real-world healthcare tasks (e.g., 3.7% Jaccard improvements on MIMIC drug recommendation) and support realistic but challenging settings such as insufficient data and continuous learning.

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