paper-with-me

Papers

Coupling Deep Imputation with Multitask Learning for Downstream Tasks on Genomics Data

2022-04-28 · Sophie Peacock, Etai Jacob, Nikolay Burlutskiy

Genomics data such as RNA gene expression, methylation and micro RNA expression are valuable sources of information for various clinical predictive tasks. For example, predicting survival outcomes, cancer histology type and other patients' related information is possible using not only clinical data but molecular data as well. Moreover, using these data sources together, for example in multitask learning, can boost the performance. However, in practice, there are many missing data points which leads to significantly lower patient numbers when analysing full cases, which in our setting refers to all modalities being present. In this paper we investigate how imputing data with missing values using deep learning coupled with multitask learning can help to reach state-of-the-art performance results using combined genomics modalities, RNA, micro RNA and methylation. We propose a generalised deep imputation method to impute values where a patient has all modalities present except one. Interestingly enough, deep imputation alone outperforms multitask learning alone for the classification and regression tasks across most combinations of modalities. In contrast, when using all modalities for survival prediction we observe that multitask learning alone outperforms deep imputation alone with statistical significance (adjusted p-value 0.03). Thus, both approaches are complementary when optimising performance for downstream predictive tasks.

📄 PDF Abstract BibTeX arXiv:2204.13705

Code (1)

sophiep96/multitask_impute 공식 구현 pytorch

Tasks

ImputationMissing ValuesSurvival Prediction

Similar Papers 제목 키워드 기반

Interpretable Multimodal Cancer Prototyping with Whole Slide Images and Incompletely Paired Genomics

2025-11-26 · Yupei Zhang, Yating Huang, Wanming Hu, Lequan Yu 외 arxiv

Multimodal approaches that integrate histology and genomics hold strong potential for precision oncology. However, phenotypic and genotypic heterogeneity limits the quality of intra-modal representations and hinders effe…

PAMF: Prior-Aware Multimodal Fusion for Incomplete Time Series Data

2026-06-04 · Ziwen Kan, Wugeng Zheng, Tianlong Chen, Song Wang arxiv

In healthcare, multimodal time series tasks often operate on incomplete observations in practice, for example when ECG segments are lost because electrodes detach or an entire respiratory channel is unavailable during ov…

Fine-tuning -- a Transfer Learning approach

2024-11-06 · Joseph Arul Raj, Linglong Qian, Zina Ibrahim

Secondary research use of Electronic Health Records (EHRs) is often hampered by the abundance of missing data in this valuable resource. Missingness in EHRs occurs naturally as a result of the data recording practices du…

ImputationTransfer Learning

Task-oriented Time Series Imputation Evaluation via Generalized Representers

2024-10-09 · Zhixian Wang, Linxiao Yang, Liang Sun, Qingsong Wen 외

Time series analysis is widely used in many fields such as power energy, economics, and transportation, including different tasks such as forecasting, anomaly detection, classification, etc. Missing values are widely obs…

Anomaly DetectionImputationMissing ValuesTime Series+1

Filling out the missing gaps: Time Series Imputation with Semi-Supervised Learning

2023-04-09 · Karan Aggarwal, Jaideep Srivastava

Missing data in time series is a challenging issue affecting time series analysis. Missing data occurs due to problems like data drops or sensor malfunctioning. Imputation methods are used to fill in these values, with q…

ImputationTime SeriesTime Series Analysis