paper-with-me

Papers

M$^3$Care: Learning with Missing Modalities in Multimodal Healthcare Data

2022-10-28 · Chaohe Zhang, Xu Chu, Liantao Ma, Yinghao Zhu, Yasha Wang, Jiangtao Wang, Junfeng Zhao

Multimodal electronic health record (EHR) data are widely used in clinical applications. Conventional methods usually assume that each sample (patient) is associated with the unified observed modalities, and all modalities are available for each sample. However, missing modality caused by various clinical and social reasons is a common issue in real-world clinical scenarios. Existing methods mostly rely on solving a generative model that learns a mapping from the latent space to the original input space, which is an unstable ill-posed inverse problem. To relieve the underdetermined system, we propose a model solving a direct problem, dubbed learning with Missing Modalities in Multimodal healthcare data (M3Care). M3Care is an end-to-end model compensating the missing information of the patients with missing modalities to perform clinical analysis. Instead of generating raw missing data, M3Care imputes the task-related information of the missing modalities in the latent space by the auxiliary information from each patient's similar neighbors, measured by a task-guided modality-adaptive similarity metric, and thence conducts the clinical tasks. The task-guided modality-adaptive similarity metric utilizes the uncensored modalities of the patient and the other patients who also have the same uncensored modalities to find similar patients. Experiments on real-world datasets show that M3Care outperforms the state-of-the-art baselines. Moreover, the findings discovered by M3Care are consistent with experts and medical knowledge, demonstrating the capability and the potential of providing useful insights and explanations.

📄 PDF Abstract BibTeX arXiv:2210.17292

Code (1)

choczhang/m3care 공식 구현 pytorch

Similar Papers 제목 키워드 기반

CAR-MFL: Cross-Modal Augmentation by Retrieval for Multimodal Federated Learning with Missing Modalities

2024-07-11 · Pranav Poudel, Prashant Shrestha, Sanskar Amgain, Yash Raj Shrestha 외

Multimodal AI has demonstrated superior performance over unimodal approaches by leveraging diverse data sources for more comprehensive analysis. However, applying this effectiveness in healthcare is challenging due to th…

Data AugmentationFederated LearningRetrieval

Multimodal Federated Learning With Missing Modalities through Feature Imputation Network

2025-05-26 · Pranav Poudel, Aavash Chhetri, Prashnna Gyawali, Georgios Leontidis 외

Multimodal federated learning holds immense potential for collaboratively training models from multiple sources without sharing raw data, addressing both data scarcity and privacy concerns, two key challenges in healthca…

Federated LearningImputation

Towards Robust Multimodal Physiological Foundation Models: Handling Arbitrary Missing Modalities

2025-04-28 · Wei-Bang Jiang, Xi Fu, Yi Ding, Cuntai Guan

Multimodal physiological signals, such as EEG, ECG, EOG, and EMG, are crucial for healthcare and brain-computer interfaces. While existing methods rely on specialized architectures and dataset-specific fusion strategies,…

EEGEmotion Recognition

TRACE: A Temporal Conditional Estimation for Multimodal Time Series Foundation Models

2026-06-04 · Ziwen Kan, Yishuo Chen, Kecheng Li, Andrew Wen 외 arxiv

Time series foundation models (TS-FMs) aim to learn generalizable temporal representations that can be adapted to a wide range of downstream tasks. In real-world multimodal settings, time series are frequently affected b…

Multimodal Sentiment Analysis

Handling and Interpreting Missing Modalities in Patient Clinical Trajectories via Autoregressive Sequence Modeling

2026-04-20 · Andrew Wang, Ellie Pavlick, Ritambhara Singh arxiv

An active challenge in developing multimodal machine learning (ML) models for healthcare is handling missing modalities during training and deployment. As clinical datasets are inherently temporal and sparse in terms of …