paper-with-me

홈 › Papers

Clinical Risk Prediction with Temporal Probabilistic Asymmetric Multi-Task Learning

2020-06-23 · A. Tuan Nguyen, Hyewon Jeong, Eunho Yang, Sung Ju Hwang

Although recent multi-task learning methods have shown to be effective in improving the generalization of deep neural networks, they should be used with caution for safety-critical applications, such as clinical risk prediction. This is because even if they achieve improved task-average performance, they may still yield degraded performance on individual tasks, which may be critical (e.g., prediction of mortality risk). Existing asymmetric multi-task learning methods tackle this negative transfer problem by performing knowledge transfer from tasks with low loss to tasks with high loss. However, using loss as a measure of reliability is risky since it could be a result of overfitting. In the case of time-series prediction tasks, knowledge learned for one task (e.g., predicting the sepsis onset) at a specific timestep may be useful for learning another task (e.g., prediction of mortality) at a later timestep, but lack of loss at each timestep makes it difficult to measure the reliability at each timestep. To capture such dynamically changing asymmetric relationships between tasks in time-series data, we propose a novel temporal asymmetric multi-task learning model that performs knowledge transfer from certain tasks/timesteps to relevant uncertain tasks, based on feature-level uncertainty. We validate our model on multiple clinical risk prediction tasks against various deep learning models for time-series prediction, which our model significantly outperforms, without any sign of negative transfer. Further qualitative analysis of learned knowledge graphs by clinicians shows that they are helpful in analyzing the predictions of the model. Our final code is available at https://github.com/anhtuan5696/TPAMTL.

📄 PDF Abstract BibTeX arXiv:2006.12777

Code (2)

anhtuan5696/TPAMTL 공식 구현 tf
mandiehyewon/TPAMTL pytorch

Tasks

Knowledge GraphsMulti-Task LearningPredictionTime SeriesTime Series AnalysisTime Series PredictionTransfer Learning

Similar Papers 제목 키워드 기반

Temporal Probabilistic Asymmetric Multi-task Learning

2019-09-25 · Nguyen Anh Tuan, Hyewon Jeong, Eunho Yang, Sungju Hwang

When performing multi-task predictions with time-series data, knowledge learned for one task at a specific time step may be useful in learning for another task at a later time step (e.g. prediction of sepsis may be usefu…

Multi-Task LearningPredictionTime SeriesTime Series Analysis+1

Does Machine Unlearning Preserve Clinical Safety? A Risk Analysis for Medical Image Classification

2026-04-26 · Andreza M. C. Falcao, Filipe R. Cordeiro arxiv

The application of Deep Learning in medical diagnosis must balance patient safety with compliance with data protection regulations. Machine Unlearning enables the selective removal of training data from deployed models. …

Medical Image ClassificationMedical Diagnosis

A theory of anticipated surprise for understanding risky intertemporal choices

2025-03-25 · Ho Ka Chan, Taro Toyoizumi

People often deviate from expected utility theory when making risky and intertemporal choices. While the effects of probabilistic risk and time delay have been extensively studied in isolation, their interplay and underl…

Decision Making

KAT-GNN: A Knowledge-Augmented Temporal Graph Neural Network for Risk Prediction in Electronic Health Records

2025-11-03 · Kun-Wei Lin, Yu-Chen Kuo, Hsin-Yao Wang, Yi-Ju Tseng arxiv

Clinical risk prediction using electronic health records (EHRs) is vital to facilitate timely interventions and clinical decision support. However, modeling heterogeneous and irregular temporal EHR data presents signific…

Graph Neural NetworkMortality PredictionClinical Knowledge

From Uncertainty to Clinical Risk: Severity-Aware Conformal Planning for Interactive Medical Diagnosis

2026-08-28 · Yue Zhou, Haiyang Zhou, Jin Zhang, Kong Wang 외 arxiv

Interactive medical diagnosis dynamically acquires patient information through multiple rounds of questioning, supporting accurate, efficient, and safe clinical decisions under incomplete evidence. Existing methods commo…

Medical DiagnosisDecision Making