paper-with-me

홈 › Papers

Transfer Learning for Clinical Time Series Analysis using Deep Neural Networks

2019-04-01 · Priyanka Gupta, Pankaj Malhotra, Jyoti Narwariya, Lovekesh Vig, Gautam Shroff

Deep neural networks have shown promising results for various clinical prediction tasks. However, training deep networks such as those based on Recurrent Neural Networks (RNNs) requires large labeled data, significant hyper-parameter tuning effort and expertise, and high computational resources. In this work, we investigate as to what extent can transfer learning address these issues when using deep RNNs to model multivariate clinical time series. We consider two scenarios for transfer learning using RNNs: i) domain-adaptation, i.e., leveraging a deep RNN - namely, TimeNet - pre-trained for feature extraction on time series from diverse domains, and adapting it for feature extraction and subsequent target tasks in healthcare domain, ii) task-adaptation, i.e., pre-training a deep RNN - namely, HealthNet - on diverse tasks in healthcare domain, and adapting it to new target tasks in the same domain. We evaluate the above approaches on publicly available MIMIC-III benchmark dataset, and demonstrate that (a) computationally-efficient linear models trained using features extracted via pre-trained RNNs outperform or, in the worst case, perform as well as deep RNNs and statistical hand-crafted features based models trained specifically for target task; (b) models obtained by adapting pre-trained models for target tasks are significantly more robust to the size of labeled data compared to task-specific RNNs, while also being computationally efficient. We, therefore, conclude that pre-trained deep models like TimeNet and HealthNet allow leveraging the advantages of deep learning for clinical time series analysis tasks, while also minimize dependence on hand-crafted features, deal robustly with scarce labeled training data scenarios without overfitting, as well as reduce dependence on expertise and resources required to train deep networks from scratch.

📄 PDF Abstract BibTeX arXiv:1904.00655

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationTime SeriesTime Series AnalysisTransfer Learning

Similar Papers 제목 키워드 기반

On the Importance of Step-wise Embeddings for Heterogeneous Clinical Time-Series

2023-11-15 · Rita Kuznetsova, Alizée Pace, Manuel Burger, Hugo Yèche 외

Recent advances in deep learning architectures for sequence modeling have not fully transferred to tasks handling time-series from electronic health records. In particular, in problems related to the Intensive Care Unit …

Deep LearningTime Series

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 pre…

Knowledge GraphsMulti-Task LearningPredictionTime Series+3

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

Anomaly Detection in Time Series with Triadic Motif Fields and Application in Atrial Fibrillation ECG Classification

2020-12-09 · Yadong Zhang, Xin Chen

In the time-series analysis, the time series motifs and the order patterns in time series can reveal general temporal patterns and dynamic features. Triadic Motif Field (TMF) is a simple and effective time-series image e…

Anomaly DetectionAtrial Fibrillation DetectionClassificationECG Classification+8

Transfer Learning for Clinical Time Series Analysis using Recurrent Neural Networks

2018-07-04 · Priyanka Gupta, Pankaj Malhotra, Lovekesh Vig, Gautam Shroff

Deep neural networks have shown promising results for various clinical prediction tasks such as diagnosis, mortality prediction, predicting duration of stay in hospital, etc. However, training deep networks -- such as th…

Mortality PredictionTime SeriesTime Series AnalysisTransfer Learning