paper-with-me

Papers

Large Language Models as Unified Multimodal Learners for Clinical Prediction

2026-07-16 · Ajay Madhavan Ravichandran, Bilgin Osmandoja, Klemens Budde, Klaus Netter, Tobias Strapatsas, Aljoscha Burchardt, Sebastian Möller, Roland Roller arxiv

Electronic health records combine free-text clinical narratives with structured measurements such as vital signs, laboratory values, and comorbidities. Yet most clinical prediction systems still rely on task-specific fusion architectures, pairing dedicated encoders for each modality with learned combination mechanisms that must be re-engineered for every new task and clinical setting. We propose a simpler alternative: convert all patient data, regardless of modality, into a single natural language sequence and fine-tune a pretrained language model end-to-end, with no architectural modification for fusion. We evaluate this approach across three clinically distinct prediction tasks: in-hospital mortality on MIMIC-III, graft failure prediction using longitudinal data from a German transplant center, and emergency triage classification from ambulance records - comparing encoder-based (ModernBERT) and decoder-based (Llama 3.1, Gemma, DeepSeek-R1-Qwen, Qwen3) fine-tuning against established multimodal baselines and, for graft failure, a gradient boosting model currently used in clinical practice for post-transplant patient management. Across all three tasks, unified textual serialization matches or exceeds task-specific multimodal baselines, and outperforms the clinically deployed gradient boosting system on graft failure prediction. These results indicate that a single serialization-based paradigm, without bespoke fusion architectures, is sufficient for multimodal clinical prediction - substantially reducing system complexity while matching or exceeding specialized designs.

📄 PDF Abstract BibTeX arXiv:2607.15380

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Citrus-V: Advancing Medical Foundation Models with Unified Medical Image Grounding for Clinical Reasoning

2025-09-23 · Guoxin Wang, Jun Zhao, Xinyi Liu, Yanbo Liu 외 arxiv

Medical imaging provides critical evidence for clinical diagnosis, treatment planning, and surgical decisions, yet most existing imaging models are narrowly focused and require multiple specialized networks, limiting the…

Visual Grounding

A Transformer-based representation-learning model with unified processing of multimodal input for clinical diagnostics

2023-06-01 · Hong-Yu Zhou, Yizhou Yu, Chengdi Wang, Shu Zhang 외

During the diagnostic process, clinicians leverage multimodal information, such as chief complaints, medical images, and laboratory-test results. Deep-learning models for aiding diagnosis have yet to meet this requiremen…

DiagnosticRepresentation Learning

MoMA: A Mixture-of-Multimodal-Agents Architecture for Enhancing Clinical Prediction Modelling

2025-08-07 · Jifan Gao, Mahmudur Rahman, John Caskey, Madeline Oguss 외 arxiv

Multimodal electronic health record (EHR) data provide richer, complementary insights into patient health compared to single-modality data. However, effectively integrating diverse data modalities for clinical prediction…

MedGame: Storytelling Gamification Empowered by Large Language Models for Medical Education

2026-07-23 · Qian Wu, Xinrong Zhou, Zizhan Ma, Kai Chen 외 arxiv

Large Language Models (LLMs) show promise for medical education, but most existing systems focus on localized interactions such as question answering or single-turn feedback, rather than organizing an entire clinical cas…

Question Answering

CURENet: Combining Unified Representations for Efficient Chronic Disease Prediction

2025-11-14 · Cong-Tinh Dao, Nguyen Minh Thao Phan, Jun-En Ding, Chenwei Wu 외 arxiv

Electronic health records (EHRs) are designed to synthesize diverse data types, including unstructured clinical notes, structured lab tests, and time-series visit data. Physicians draw on these multimodal and temporal so…