UniPACT: A Multimodal Framework for Prognostic Question Answering on Raw ECG and Structured EHR
Jialu Tang, Tong Xia, Yuan Lu, Aaqib Saeed
TL;DR
UniPACT tackles the problem of enabling LLM-based prognosis over heterogeneous clinical data by introducing a structured EHR prompting scheme and a dedicated ECG waveform encoder to fuse raw ECG with structured EHR in a single generative model. The approach unifies multimodal representations through an MM-Projector and a MedGemma-4B/LLaVA-based backbone, trained with a two-stage LoRA fine-tuning regime under a single multi-task objective. It achieves state-of-the-art performance on the MDS-ED benchmark, with a mean AUROC of $89.37\%$, and demonstrates robustness to missing data and cross-task generalization across diagnosis, deterioration, ICU admission, and mortality. These results highlight the practical potential of end-to-end multimodal prognostic reasoning in clinical settings, enabling a single model to answer diverse prognostic questions with high fidelity.
Abstract
Accurate clinical prognosis requires synthesizing structured Electronic Health Records (EHRs) with real-time physiological signals like the Electrocardiogram (ECG). Large Language Models (LLMs) offer a powerful reasoning engine for this task but struggle to natively process these heterogeneous, non-textual data types. To address this, we propose UniPACT (Unified Prognostic Question Answering for Clinical Time-series), a unified framework for prognostic question answering that bridges this modality gap. UniPACT's core contribution is a structured prompting mechanism that converts numerical EHR data into semantically rich text. This textualized patient context is then fused with representations learned directly from raw ECG waveforms, enabling an LLM to reason over both modalities holistically. We evaluate UniPACT on the comprehensive MDS-ED benchmark, it achieves a state-of-the-art mean AUROC of 89.37% across a diverse set of prognostic tasks including diagnosis, deterioration, ICU admission, and mortality, outperforming specialized baselines. Further analysis demonstrates that our multimodal, multi-task approach is critical for performance and provides robustness in missing data scenarios.
