Large Language Models as Unified Multimodal Learners for Clinical Prediction

· Source: Artificial Intelligence · Field: Health & Wellbeing — Clinical Care & Medical Practice, Medical Devices & Health Technology, Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

A new clinical prediction approach unifies multimodal patient data by converting all information, including free-text narratives, vital signs, laboratory values, and comorbidities, into a single natural language sequence. This serialized data then fine-tunes a pre-trained Large Language Model (LLM) end-to-end, eliminating the need for complex, task-specific fusion architectures. Researchers evaluated this method across three distinct clinical 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. The study compared encoder-based (ModernBERT) and decoder-based (Llama 3.1, Gemma, DeepSeek-R1-Qwen, Qwen3) LLMs against established multimodal baselines and a clinically deployed gradient boosting model. Results consistently showed that the unified textual serialization matched or exceeded specialized multimodal baselines and outperformed the gradient boosting system for graft failure prediction, demonstrating reduced system complexity without performance compromise.

Key takeaway

For AI Scientists or Machine Learning Engineers developing clinical prediction systems, this research suggests a significant simplification in architecture. You can achieve competitive performance by serializing all patient data into a single natural language sequence and fine-tuning a pre-trained Large Language Model, rather than building bespoke multimodal fusion models. This approach reduces development complexity and accelerates deployment for critical tasks like in-hospital mortality or graft failure prediction, offering a more streamlined path to robust clinical AI.

Key insights

Converting all patient data to text for LLM fine-tuning simplifies multimodal clinical prediction while maintaining performance.

Principles

Method

Convert all patient data (text, vitals, labs) into a single natural language sequence. Fine-tune a pre-trained LLM end-to-end on this sequence for prediction.

In practice

Topics

Best for: NLP Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.