Submitted:
02 September 2026
Posted:
03 September 2026
You are already at the latest version
Abstract
Large models are reshaping medical AI from text-only assistants into foundation systems that can integrate clinical language, imaging, and longitudinal patient signals. This transition is marked by three related shifts: from pattern matching to verifier- and search-assisted reasoning; from modular, connector-based multimodal systems to increasingly integrated omni-modal architectures with long- context processing; and from passive question answering to agentic workflows that plan, call tools, maintain state, and operate under human oversight. In this Review, we propose a capability-based tax- onomy that frames medical large models through clinical competencies across perception, knowledge grounding, reasoning, and action. We synthesize design patterns that recur across gigapixel pathol- ogy, 3D radiology, surgical video, and bioacoustics; summarize approaches for factual and process grounding, including knowledge graphs, advanced retrieval, and memory; and examine mechanisms for deliberative reasoning in medicine, including test-time scaling, search, and reinforcement learning with verifiable rewards. We conclude by identifying evaluation and governance bottlenecks that still limit clinical translation, and outline benchmarking and lifecycle practices needed for clinically reliable medical foundation models.
Keywords:
medical foundation models
; multimodal learning
; clinical reasoning
; medical agents
; evaluation and governance
1. Introduction
The use of Large Language Models (LLMs) in healthcare has moved from exploratory chat interfaces toward increasingly capable clinical decision-support prototypes [1,2,3]. In the recent wave of “medical large models”, used here as an umbrella term for large-scale foundation models that operate over medical text, images, and other clinical signals, progress has moved beyond surface-level description and retrieval [4,5]. A practical inflection point is now visible: systems are being designed not only to perceive medical data, but also to reason over multi-step clinical problems and to act within constrained workflows under human oversight.
This transition is shaped by three converging trends. First, reasoning-centric models such as OpenAI o1 and DeepSeek R1 have renewed interest in the distinction between “fast thinking” and “slow thinking” [6]. Compared with earlier instruction-following systems, these models allocate more inference-time compute and use reinforcement learning signals, including RLVR, to encourage multi-step deliberation. In medicine, such “Logic Engine” behavior is useful because it can reduce, although not eliminate, hallucinations and can make error-checking more explicit in complex cases [7].
Second, multimodality is moving from “stitched-together” late fusion toward more integrated omni-modal designs. Earlier systems commonly paired a frozen vision encoder with a language model through a projector. This design can work well, but it may lose fine-grained spatial or cross-modal correlations. More recent architectures, including early-fusion designs with Mixture of Experts (MoE) and modality-aware positional schemes such as iRoPE, treat images, audio, and text as a more unified token stream [8,9,10,11]. For medical imaging and long-form electronic health records (EHR), this direction is promising because it supports joint grounding and long-context integration, while also raising new questions about training stability, calibration, and evaluation.
Figure 1.
Overview of the capability stack reviewed in this article. Medical large models are organized around four connected capabilities: sense and ground, which converts heterogeneous patient data into evidence-grounded states; unify, which moves from image–text alignment and connector-based systems toward native omni-models; reason, which allocates deliberation, verification, bias auditing, and calibration according to case difficulty; and act and discover, which links verified decisions to agentic clinical workflows and biomedical discovery.
Figure 1.
Overview of the capability stack reviewed in this article. Medical large models are organized around four connected capabilities: sense and ground, which converts heterogeneous patient data into evidence-grounded states; unify, which moves from image–text alignment and connector-based systems toward native omni-models; reason, which allocates deliberation, verification, bias auditing, and calibration according to case difficulty; and act and discover, which links verified decisions to agentic clinical workflows and biomedical discovery.

Third, the field is expanding from passive assistants to active medical agents: systems that plan, call tools, maintain state, and collaborate across roles. Projects such as “Agent Hospital” study how agentic behavior can be improved in simulated environments through self-play and evolutionary training mechanisms [12]. Such simulations cannot replace real-world clinical validation, but they provide a controlled setting for studying long-horizon workflows under privacy constraints and for probing safety failures before deployment.
Despite these advances, evaluation remains a central bottleneck. Conventional benchmarks, such as exam-style multiple-choice tests, are often insufficient for separating memorization from robust reasoning [13,14,15,16]. They also provide limited evidence about reliability under distribution shift, uncertainty calibration, or workflow utility [17]. This has motivated evaluation frameworks such as audit-style checklists and dynamic, clinician-facing arenas that emphasize process validity, robustness, and bedside relevance rather than static accuracy alone [18].
To organize this literature, we provide a roadmap of medical large models in the era of reasoning and agency. Rather than classifying the field only by data modality, we adopt a capability-based taxonomy that tracks how foundation models reconstruct clinical competencies from perception to action. Specifically, we:
- define the transition from fast pattern matching to more deliberative, verifier- and search-assisted “Logic Engine” behaviors, and summarize mechanisms such as test-time scaling and process supervision;
- survey the shift toward native omni-modality and the development of medical agents that plan, use tools, and maintain state in long-horizon workflows; and
- synthesize evaluation, trustworthiness, and governance practices that can close the gap between benchmark performance and bedside reliability.
Methodologically, we emphasize recurring design patterns, evaluation practices, and failure modes that matter for translation. Section 2 reviews multimodal perception and grounding; Section 2.2 discusses knowledge integration through KGs, advanced RAG, and memory; Section 3 surveys omni-modal architectures and fusion; Section 4 covers reasoning mechanisms; and Section 5 examines agentic workflows.
Figure 2.
Timeline of representative advances in medical large models from 2021 to 2026. The figure groups developments into general AI substrates, medical perception models, reasoning and reinforcement-learning methods, agents and evaluation frameworks, and knowledge or biomedical foundations, highlighting a transition from alignment and scaling toward long-context perception, reasoning, deployment, and governance.
Figure 2.
Timeline of representative advances in medical large models from 2021 to 2026. The figure groups developments into general AI substrates, medical perception models, reasoning and reinforcement-learning methods, agents and evaluation frameworks, and knowledge or biomedical foundations, highlighting a transition from alignment and scaling toward long-context perception, reasoning, deployment, and governance.

2. Perceptual Foundations: Multimodal Acquisition and Knowledge Grounding
Medical AI is moving from specialized, single-task discriminative models toward generalist foundation models that support native, or near-native, multimodal perception [5,19,20]. Earlier pipelines often paired separate encoders across modalities, such as CNNs for imaging and Transformers for text, with task-specific heads. Current systems aim to map clinical concepts more directly onto raw sensory inputs, from gigapixel pathology slides to long surgical videos and 3D volumetric scans. From a survey perspective, we organize this progress by modality (2D, temporal streams, and 3D) while using a consistent comparison lens: (i) input scale, including resolution and context length; (ii) representation and fusion, including patch tokens, resamplers, and tool-based exploration; (iii) supervision and data, including paired reports, self-supervision, and synthetic instruction; and (iv) clinical evaluation, including task metrics, robustness, and failure modes under domain shift. This lens is important because richer perception is useful only when it can be connected to grounded knowledge, calibrated uncertainty, and clinically meaningful action.
Figure 3.
Representative architectures for medical perception and multimodal grounding. The figure summarizes BioMedCLIP, CONCH, CT-Agent, HeAR, LLaVA-Med, Med-Gemini, MedSAM-2, and Prov-GigaPath, illustrating how contrastive learning, caption-aware representation learning, tool-assisted 3D exploration, acoustic self-supervision, connector-based instruction tuning, native multimodality, promptable segmentation, and whole-slide aggregation support medical perception before downstream reasoning or action.
Figure 3.
Representative architectures for medical perception and multimodal grounding. The figure summarizes BioMedCLIP, CONCH, CT-Agent, HeAR, LLaVA-Med, Med-Gemini, MedSAM-2, and Prov-GigaPath, illustrating how contrastive learning, caption-aware representation learning, tool-assisted 3D exploration, acoustic self-supervision, connector-based instruction tuning, native multimodality, promptable segmentation, and whole-slide aggregation support medical perception before downstream reasoning or action.

2.1. Native Perception Across Static and Omni-Sensory Modalities
2.1.1. Large Vision Models for Pathology and Radiology in the Gigapixel Era
The processing of 2D medical imagery has long been constrained by the trade-off between resolution and context. This limitation is most visible in digital pathology, where a single Whole Slide Image (WSI) can contain billions of pixels and far exceed the context window of traditional Vision Transformers (ViTs). Earlier multiple-instance learning and weak-supervision pipelines already showed the value of slide-level aggregation at clinical scale [21,22]. Recent computational pathology foundation models address this issue through large-scale pretraining and slide-level representation learning, reducing the need for aggressive downsampling [23,24].
Models such as Prov-GigaPath [25] and Virchow [26] mark a shift from local patch classification toward holistic slide encoding. Prov-GigaPath, for example, uses a LongNet-style design with dilated attention to process tens of thousands of image tokens at once. This allows the model to capture both cellular-scale morphology and broader tissue context, which is important for tasks such as predicting gene mutations from morphology or identifying dispersed micro-metastases. Similarly, the UNI model [27] uses a ViT-Huge backbone pretrained on more than 100 million tissue patches, suggesting that model capacity and data diversity can improve zero-shot performance in histopathology tasks such as cancer subtyping.
In radiology, the focus has also moved beyond coarse disease classification toward fine-grained, promptable segmentation. The adaptation of Segment Anything Model 2 (SAM 2) [28,29] to medicine, represented by MedSAM-2 [30], illustrates this direction. MedSAM-2 supports point, bounding-box, and text prompts for segmenting anatomical structures across modalities such as X-ray, MRI, and ultrasound with a single set of weights. It also introduces a “memory bank” mechanism for treating 3D volumes as sequences of 2D slices, allowing segmentation masks to be propagated more consistently across CT scans. This design helps connect 2D vision foundation models with the spatial requirements of volumetric imaging, complementing established medical-segmentation baselines such as nnU-Net, the Medical Segmentation Decathlon, and TotalSegmentator [31,32,33].
Generalist radiology foundation models such as RadFM [34] extend this trend by interleaving text and images in a unified stream. RadFM supports multi-image inputs and visually conditioned question answering, addressing the single-image limitation of earlier radiology vision-language models such as CheXzero, BioViL, MedCLIP, and CheXagent [35,36,37,38].
2.1.2. Temporal and Streaming Perception: Surgical Video and Bioacoustics
Medical data is inherently temporal. Patient conditions evolve over time, surgeries are dynamic procedures, and physiological signals are continuous streams. The integration of time-series data into Large Models has transitioned from simple frame-averaging to sophisticated long-context reasoning.
Long-Context Surgical Understanding. Surgical video analysis has long been hindered by the computational cost of processing long-duration footage. Traditional methods often resorted to sampling disparate frames, losing the causal thread of surgical actions. Earlier systems such as EndoNet and TeCNO established strong baselines for surgical phase recognition, but they were not designed for open-ended long-context reasoning [39,40]. The introduction of models with extreme context windows, such as Gemini 1.5 Pro and the optimized Gemini 2.5 [11,41], has substantially alleviated this “memory” bottleneck. With context windows extending to 1 million and subsequently 2 million tokens, these models can, in principle, ingest an entire hour-long cholecystectomy or robotic-assisted prostatectomy video as a single input.
This “native video” capability allows the model to perform temporal grounding: retrieving specific surgical phases (e.g., “locate the moment the cystic artery was clipped”) or identifying adverse events with precise timestamps. Compared with short-context approaches that rely on heavy frame sampling (and often lose procedural continuity), long-context models better preserve the sequence of events and support timeline-based reasoning. In practice, however, clinical utility depends not only on context length but also on latency, annotation quality, and evaluation against procedure-specific safety criteria under realistic OR variability.
Acoustic Foundation Models. Beyond vision, sound remains an underutilized diagnostic modality. Early COVID-era studies showed that cough and respiratory audio can carry clinically relevant signal, while also exposing sensitivity to devices, demographics, and data-collection protocols [42,43]. The HeAR (Health Acoustic Representations) model [44] by Google Research illustrates the use of self-supervised learning in bioacoustics. Trained on over 300 million audio clips using Masked Auto-Encoders (MAE), HeAR learns to reconstruct missing segments of audio spectrograms, thereby learning a robust representation of human physiological sounds, such as coughs, breathing, and speech.
Crucially, HeAR is privacy-preserving and device-agnostic; it generalizes well across different microphones and recording environments. In downstream tasks, HeAR has achieved state-of-the-art performance in detecting tuberculosis and COVID-19 from cough sounds, and even estimating lung function parameters (like FEV1) from spirometry audio. More broadly, these results suggest that large-scale self-supervision can yield clinically useful “acoustic priors,” while still requiring careful validation across populations, devices, and recording conditions.
2.1.3. 3D and Spatial Intelligence: Volumetric Agents
While human vision is 2D, medical reality is 3D. One limitation of adapting standard Large Language Models (LLMs) to medicine is their 1D sequential structure, which struggles with the spatial complexity of volumetric data such as CT and MRI scans. Representing a 3D volume as a sequence of image tokens often leads to an explosion in sequence length, overwhelming standard attention mechanisms. Volumetric transformers and hybrid CNN-transformer models such as UNETR and Swin UNETR show how 3D spatial priors can be built into medical-image encoders before they are connected to language models [45,46].
From Slice-Scanning to Spatial Agents. To address this, recent work has explored agentic approaches to 3D perception, most notably the CT-Agent [47]. Unlike models that try to compress a whole volume into a single vector, often losing small lesions, CT-Agent operates as an autonomous system equipped with a specialized toolset. It treats the 3D volume not as a static image, but as an environment to be explored.
The CT-Agent architecture consists of a Planner (an LLM backbone), an Action Space (specialized tools for detection, segmentation, and zooming), and a Memory module. When asked to “check for pulmonary nodules in the upper right lobe,” the model does not blindly scan the whole volume. Instead, it:
- 1.
- Plans: Decomposes the query into spatial coordinates (Right Upper Lobe).
- 2.
- Acts: Calls a zoom-in tool to retrieve high-resolution slices of that specific region.
- 3.
- Perceives: Uses a specialized 3D-CNN encoder to analyze the local volume.
- 4.
- Reasons: Integrates the visual finding with clinical guidelines stored in its parametric memory to formulate a diagnosis.
This active-perception design resembles the workflow of a human radiologist, who scrolls through slices and adjusts window/level settings to investigate suspicious areas. By decoupling spatial exploration from semantic reasoning, models such as CT-Agent and M3D-LaMed [48] improve sensitivity for small anatomical abnormalities while maintaining computational efficiency. They illustrate a shift from viewing medical data to interacting with patient anatomy.
2.1.4. Summary of Perceptual Evolution
These advances extend medical perception along three practical dimensions: scale, through gigapixel and high-resolution imaging; time, through minute-to-hour temporal streams; and interaction, through active exploration of 3D anatomy rather than passive viewing. A critical lesson is that richer perception alone does not ensure clinical utility. Its value depends on whether percepts are grounded in factual knowledge, whether uncertainty is calibrated and communicated, and whether failure modes under distribution shift, including scanner differences, protocol drift, and long-tail pathology, are detected before they affect patient care. Table 1 maps representative tasks, recurring failure modes, and evaluation considerations across modalities.
2.2. Foundational Knowledge and Retrieval: Bridging Probability and Factuality
Perception alone is not enough. A model that detects a spiculated lung mass but misapplies staging criteria, or fluently describes a non-existent drug interaction, has limited clinical value. The central problem is that large language models are probabilistic generators: they predict likely tokens rather than verified facts. In medicine, hallucinations, including factual fabrication, evidence mismatch, and cross-turn inconsistency, can have direct clinical consequences [49,50]. This has led to growing interest in Knowledge Integration, which combines generative flexibility with the structure of symbolic knowledge and targeted retrieval. Three lines of work are especially relevant: Knowledge Graphs (KGs) for structured, multi-hop reasoning; Retrieval-Augmented Generation (RAG) systems that are hybrid, cross-modal, and provenance-aware; and memory mechanisms that preserve longitudinal patient context beyond a single context window.
2.2.1. Knowledge Graph Integration and Commonsense Reasoning
Structured knowledge integration brings connectionist and symbolic approaches together in MedLMs. Medical knowledge is relational by nature, linking symptoms, diseases, drugs, genetic markers, and treatment constraints. Purely parametric models often struggle to preserve consistency across these relations, especially for long-tail diseases or contraindications that are sparsely represented in training corpora [51]. Recent knowledge-augmented approaches therefore connect Medical Knowledge Graphs (MKGs), such as UMLS (Unified Medical Language System), SNOMED CT, Gene Ontology, SPOKE, and Hetionet, with the model’s prompting, retrieval, or inference loop [52,53,54].
Current methodologies for KG integration can be categorized into Training-time Injection and Inference-time Augmentation. Training-time strategies involve fusing entity embeddings from KGs with textual representations during pre-training or fine-tuning. A complementary line of work uses KG-derived paths and entities to construct prompts or retrieval contexts (e.g., Disease A Symptom B Disease C), encouraging the model to reason over the logical structure of medical ontology rather than merely memorizing co-occurrence patterns [55]. By aligning language-model inputs with structured MKG representations, MedLMs can better distinguish phenotypically similar but etiologically distinct conditions.
The static nature of training-time injection limits adaptability. Inference-time augmentation has therefore become important, particularly for tasks that require “Logic Engine” reasoning. In this setting, the MedLM can query external knowledge sources to verify intermediate reasoning steps. For example, when generating a differential diagnosis, the model may identify a possible link between a drug and an adverse effect. Rather than relying only on its internal weights, it can retrieve a KG-backed evidence path or guideline snippet to check whether the relation is supported [56]. This explicit grounding can reduce logical hallucinations and provides a degree of interpretability because the model can cite the evidence path used to reach a conclusion. It may also help incorporate forms of “medical commonsense” that are rarely stated directly in text but are encoded in ontological hierarchies.
2.2.2. Next-Generation Retrieval-Augmented Generation (RAG)
Retrieval-Augmented Generation (RAG) is now widely used to reduce hallucination by grounding model outputs in external evidence [57,58]. First-generation RAG systems, which rely mainly on dense vector similarity search, are often insufficient for medical use. Current work is therefore moving toward Advanced RAG designs that combine hybrid retrieval, provenance tracking, and cross-modal evidence [59,60,61].
Hybrid and Adaptive Retrieval.
Dense retrieval can fail on precise medical nomenclature or acronyms, where semantic similarity is not the same as clinical relevance. For example, differentiating “Type 1” from “Type 2” diabetes often requires exact matching rather than semantic approximation. Contemporary MedLMs therefore increasingly use Hybrid Retrieval, combining sparse retrieval such as BM25 with dense embedding-based retrieval [62,63]. Sparse retrieval captures exact names, dosages, and abbreviations, while dense retrieval captures broader query intent. More structured RAG designs further organize retrieved evidence into graphs or self-reflective loops so that models can check whether the retrieved context is sufficient before answering [64,65,66]. This can reduce latency and limit retrieval-induced hallucination, where irrelevant context misleads the generator.
Cross-Modal Retrieval.
As MedLMs become multimodal, RAG also needs to extend beyond text. Cross-Modal RAG allows models to retrieve non-textual evidence for diagnosis. In radiology, for example, a text query about a “spiculated mass” could retrieve visually similar historical CT scans and associated biopsy reports from a hospital PACS (Picture Archiving and Communication System). This depends on joint embedding spaces, such as BioMedCLIP- or UniMed-CLIP-style projections, where images and text are aligned across medical modalities [67,68]. By exposing the model to verified visual precedents, Cross-Modal RAG can support rare-disease reasoning when textual descriptions alone do not capture subtle visual patterns.
From an evaluation standpoint, medical RAG systems should be assessed not only by end-to-end answer quality, but also by retrieval quality (coverage, relevance, recency), provenance (traceable citations and excerpt faithfulness), and robustness to missing or noisy evidence. Without such controls, improved fluency can mask retrieval-induced hallucinations or overconfident conclusions drawn from weak or non-representative context.
2.2.3. Medical Memory Mechanisms: From Context to Continuity
The clinical course of a patient is rarely a single event. It is usually a longitudinal record that may span years. Although recent LLMs support context windows exceeding one million tokens, relying only on long context to represent a patient’s history is computationally inefficient and vulnerable to the “lost-in-the-middle” problem. MedLMs therefore need explicit Memory Mechanisms that separate working, episodic, and semantic information.
Hierarchical Long-Term Memory.
To manage longitudinal data, modern MedLMs can draw on ideas from hierarchical EHR modeling. In this architecture, patient interactions are represented at multiple levels of granularity. Raw clinical notes and codes can be processed into high-level abstractions, such as “history of chronic hypertension”, while specific recent events, such as “BP 150/90 recorded yesterday”, remain available as time-stamped evidence [69,70,71,72]. When a query is received, the model should not simply scan the entire raw history; instead, it should retrieve relevant abstractions and specific details. This allows the model to maintain coherence over long-term interactions, recalling a drug allergy noted five years ago just as easily as a symptom reported five minutes ago. This persistence is fundamental for deploying AI agents in chronic disease management, where the trajectory of biomarkers over time is more indicative than any single measurement.
Working Memory and State Tracking.
In the context of autonomous medical agents, discussed further in Section 5, Working Memory is important for multi-turn diagnostic reasoning and task execution. Unlike passive RAG, which retrieves information, working memory maintains the state of a clinical investigation. For example, in a diagnostic dialogue or workflow-automation benchmark, the agent must track which symptoms have been asked about, which tests have been ordered, and which hypotheses have been ruled out [73]. Emerging architectures employ scratchpads, explicit state variables, or tool-call traces to maintain a dynamic representation of the current clinical problem. This allows the agent to engage in non-linear reasoning and revisit previous assumptions when new evidence, such as a lab result, contradicts the current working diagnosis. By decoupling the static knowledge base from the dynamic working context, these systems may reduce premature closure in diagnostic reasoning.
For longitudinal deployment, a practical survey lesson is that “memory” should be evaluated as a clinical consistency capability: whether key facts (allergies, contraindications, prior outcomes) are faithfully retained, whether contradictions are detected and surfaced, and whether updates are appropriately time-stamped and auditable.
Taken together, the knowledge-grounding mechanisms reviewed here, including structured KG reasoning, provenance-aware multimodal retrieval, and hierarchical memory, address a common failure pattern: fluent outputs that are not anchored to reliable evidence. The main evaluation question is therefore not only whether grounding improves average accuracy, but whether it reliably prevents high-consequence errors such as missed contraindications, fabricated evidence, or loss of longitudinal context.
3. Omni-Modality: The Convergence of Vision, Language, and Signal
Clinical decision-making rarely relies on a single data type. Physicians combine imaging, laboratory trends, free-text notes, and, in some settings, genomic or physiological signals. Translating this integrative practice into model architectures is a central problem in medical multimodal learning. In this section, “omni-modality” refers not simply to accepting multiple inputs, but to interleaved and unified processing across text, high-resolution imaging, genomic sequences, and continuous physiological signals, with explicit attention to integration mechanisms, failure modes, and evaluation practices.
3.1. The Landscape of Medical Multimodal Large Models: From Alignment to Unification
Medical multimodal systems face constraints that are less prominent in general-domain models: fine-grained anatomy, high-resolution modalities such as gigapixel histopathology, and limited aligned image–text supervision. Generalist biomedical AI and multimodal medical assistants have already shown that language, imaging, and structured clinical signals can be combined in a single system, but evaluation remains task- and dataset-dependent [3,74,75]. The development of Med-MLLMs can be organized into three phases: discriminative alignment through contrastive pre-training, modular projection with instruction tuning, and native omni-models trained on interleaved multimodal sequences. These phases differ in data requirements, training stability, compute cost, and clinical faithfulness, and therefore should be interpreted as deployment trade-offs rather than a simple linear progression.
3.1.1. Phase I: The Foundation of Vision-Language Alignment
Before the emergence of generative MLLMs, the field was dominated by contrastive learning paradigms inspired by CLIP (Contrastive Language-Image Pre-training) [76]. In the medical domain, models such as ConVIRT [77], GLoRIA [78], BioViL [36], MedCLIP [37], and CheXzero [35] established the baseline for aligning visual representations with medical text.
ConVIRT pioneered the bidirectional optimization of image and text encoders using paired medical data, demonstrating that learning from naturally occurring clinical reports yields representations superior to those derived from ImageNet transfer learning. Building on this, GLoria introduced a global-local representation learning mechanism, addressing the critical issue that global image embeddings often fail to capture small but clinically significant lesions. By utilizing attention mechanisms to align local image sub-regions with specific words in the medical report, GLoria significantly enhanced the granularity of cross-modal understanding.
These early architectures were limited by their discriminative objective. They performed well in zero-shot classification and retrieval tasks, such as matching an X-ray to a diagnostic label, but they could not explain why a diagnosis was made or participate in multi-turn clinical dialogue. In practice, they provided visual representations that later systems could connect to Large Language Models for more flexible reasoning.
3.1.2. Phase II: The Era of Modular Projection and Instruction Tuning
A subsequent phase produced many Med-MLLMs based on a “connector-based” architecture. This design typically freezes a pre-trained visual encoder, such as BioMedCLIP [67] or SigLIP [79], and a pre-trained LLM, such as Llama [80], alignment-tuned LLaMA variants [81], or instruction-tuned clinical backbones [82,83], and links them through a learnable interface or projector.
Architectural Mechanisms: The primary challenge in this phase was the misalignment between the dense, continuous feature space of vision and the discrete token space of language. LLaVA-Med [84], a seminal work in this domain, adapted the general-domain LLaVA architecture to biomedicine. It employed a simple Multi-Layer Perceptron (MLP) to project visual features into the word embedding space of the LLM. The training process was bifurcated into two stages: (1) Biomedical Concept Alignment, where the projector was trained on large-scale image-caption pairs (e.g., from PMC-OA) to align visual tokens with medical terminology; and (2) End-to-End Instruction Tuning, where the entire model (or just the projector and LoRA adapters) was fine-tuned on diverse instructions to facilitate conversational capabilities.
Other architectures explored more complex projection mechanisms. For instance, models utilizing the Q-Former architecture (inspired by BLIP-2 [85]) attempted to compress visual information into a fixed number of query embeddings. This allowed for more efficient token usage but occasionally resulted in the loss of fine-grained visual details crucial for diagnosis.
The Data Bottleneck and Solutions: This phase also made clear that architecture alone was insufficient without high-quality instruction data. Medical queries often require reasoning rather than simple description. Researchers therefore developed scalable pipelines for synthetic data generation. PMC-LLaMA [86] and RadFM [34] showed that stronger models, such as GPT-4, could convert static image captions into Question-Answer (QA) pairs. This “synthesis-then-filter” strategy improved performance on benchmarks such as VQA-RAD and SLAKE, although hallucination remained a concern because the visual encoder and language model were still only loosely coupled.
3.1.3. Phase III: Native Omni-Models and Interleaved Processing
The field is now moving toward “Native Omni-models”. Unlike modular approaches that treat images as attachments to a text-based system, native models are trained from scratch, or extensively continued-pretrained, on interleaved sequences of multimodal tokens [8,9,87].
Unified Tokenization: The core innovation here is the distinct treatment of visual data. Instead of merely projecting features, new architectures utilize discrete visual tokenization or continuous streaming inputs that the LLM processes natively. Med-Gemini [74], building upon the Gemini 1.5 architecture, exemplifies this shift. By supporting a massive context window and native multimodal understanding, Med-Gemini can process not just single images but entire 3D CT volumes and long-form surgical videos as continuous inputs. This allows for temporal reasoning, such as tracking a tumor’s growth across longitudinal scans, which was previously impossible with single-image connector models.
Interleaved Reasoning: A second feature of this phase is the ability to handle interleaved text-image inputs and outputs. In clinical workflows, a physician may review patient history, laboratory trends, imaging, pathology slides, and guidelines in the same reasoning episode. Multimodal instruction-tuned and early-fusion models such as LLaVA-style systems [88] and specialized variants of Llama-4-Med are designed to ingest this heterogeneous stream as a coherent context. By avoiding overly aggressive visual-token compression, these architectures may better preserve the spatial details needed to detect subtle findings such as microcalcifications in mammography or ground-glass opacities in lung CT.
3.1.4. Challenges in High-Dimensional Medical Modalities
Although 2D imaging tasks such as X-ray, fundus photography, and dermatology have progressed quickly, high-dimensional data remain difficult for Med-MLLMs. The main examples are Whole Slide Imaging (WSI) in pathology and volumetric imaging in radiology.
The Gigapixel Challenge in Pathology: A standard WSI can exceed pixels, far surpassing the context limits of standard vision transformers which typically operate at or resolutions. To address this, current approaches utilize Hierarchical Image Pyramid Transformers (HIPT) [89], transformer-based pathology pretraining [23], or Multiple Instance Learning (MIL) adapters [21,90] to aggregate features before feeding them into the LLM. Recent large pathology models such as CONCH [91] are also building visual encoders specifically for histopathology, enabling MLLMs to perform zero-shot tumor segmentation and subtyping from tissue architecture.
Volumetric and Temporal Dimensions: For 3D data (CT/MRI), simple slice-by-slice encoding disrupts the spatial continuity of anatomical structures. Emerging architectures use 3D-aware visual encoders or slice-perceiver mechanisms to encode a volume into a sequence of embeddings, allowing the LLM to approximate 3D reconstruction [45,46]. Similarly, surgical video analysis requires models to process long temporal sequences when identifying surgical phases or adverse events [39,40]. State-space models (SSMs) such as Mamba [92] are useful in this setting because they offer linear-complexity scaling for long sequences, unlike the quadratic complexity of standard Transformers.
3.1.5. Landscape Summary
The movement from contrastive alignment to modular projection and then to native omni-models reflects deeper cross-modal integration, but no phase makes the others obsolete. Contrastive models remain useful for retrieval and representation learning; connector-based systems offer stability under data constraints; and native architectures may provide richer grounding at higher compute and data cost. Table 2 summarizes these trade-offs before the architectural comparison that follows.
3.2. From Late Fusion to Early Fusion: The Architectural Paradigm Shift
The depth of integration between vision and language is a key design choice. Late-fusion, connector-based systems treat vision as a translation problem by projecting image features into the language model’s embedding space. Early-fusion architectures instead interleave multimodal tokens throughout the backbone, allowing visual and textual representations to interact across layers. This choice affects whether fine-grained pathological features survive into the reasoning process, how long-context coherence is maintained, and how easily the system can be calibrated or governed.
3.2.1. Late Fusion: The “Connector” Bottleneck and Manifold Alignment
Late fusion, which has been common in MedQA and PubMedQA systems, is based on the modular composition of pre-trained experts. In this architecture, a visual encoder, typically a Vision Transformer such as CLIP-ViT [76] or SigLIP [79], is coupled with a Large Language Model (LLM) through a learnable interface, often referred to as a “projector” or “connector.”
Mechanics of Projection: Mathematically, let be an input medical image (e.g., a chest X-ray) and be the corresponding textual instruction. The visual encoder transforms the image into a sequence of patch features , where N is the number of patches and is the visual embedding dimension. The core challenge lies in the modality gap: the geometric mismatch between the visual manifold and the LLM’s text embedding space . The Projector acts as a bridge function mapping such that , where matches the LLM’s input dimension.
Common implementations of include:
- Linear Projection: A simple matrix multiplication , used in LLaVA-Med [84]. While computationally practically free, it preserves the entire sequence length N, often leading to excessive token consumption for high-resolution medical images.
- Perceiver Resampler: Used in Flamingo, utilizing latents to attend to the visual features, allowing for varying image resolutions to be compressed into a fixed sequence length.
The Information Bottleneck: Despite their usefulness, connector-based approaches can introduce an information bottleneck in medicine. Diagnosis often depends on high-frequency, low-semantics features: tiny calcifications, subtle texture changes in lung parenchyma, or faint ST-segment elevations in ECG plots. General vision encoders trained on natural images such as COCO or LAION are usually optimized for low-frequency, high-semantics objects, such as “dog” or “cat.” When a Q-Former or MLP projects these features into the language model, fine-grained pathological details may be smoothed out or discarded because they do not align with the pre-trained visual prior. In clinical settings, this compression risk matters because hallucinated normal findings or missed subtle abnormalities can be hidden behind fluent explanations, a failure mode repeatedly emphasized in reviews of healthcare LLMs [94].
3.2.2. Early Fusion: Native Tokenization and Omni-Perception
Early fusion, or native multimodal learning, integrates modalities inside the backbone rather than aligning two separate models after pretraining. These architectures tokenize modalities into a shared discrete vocabulary or continuous representation space and train a single transformer backbone from scratch, or through extensive continued pre-training, on mixed sequences.
Native Tokenization Strategies: Models like Gemini 1.5 [41], GPT-4o, and the open-source Chameleon [87] exemplify this approach. They employ unified tokenizers that treat visual patches identical to text subwords.
- Discrete Tokenization (VQ-VAE/VQ-GAN): Images are quantized into discrete codebook indices. An image is represented as a sequence of integers drawn from the same vocabulary size (e.g., 64k) as text. This allows the model to output images by simply predicting visual tokens autoregressively.
- Continuous Tokenization: Recent works like Llama-3-V suggest directly feeding continuous patch embeddings into the transformer without a separate encoder, treating pixel values as just another signal modality analogous to audio waveforms.
The clinical advantage is that transformer layers can attend to visual tokens directly rather than only to compressed summary vectors. This may preserve fine-grained features during reasoning, especially for temporal coherence in video analysis. In surgical video tasks such as Cholec80, early-fusion models can, in principle, track instrument trajectories and tissue deformation across frames with less information loss than frame-pooling adapters, which may improve adverse event detection. In broader autonomous-agent settings, such architectures also need explicit planning, tool use, and state tracking rather than perception alone [95].
3.2.3. When Late Fusion Remains Preferable in Practice
Despite the movement toward early fusion, late fusion remains attractive in many medical settings. Connector-based systems are often more stable to train because the visual encoder is already pre-trained and distributionally well behaved. They can also be more data-efficient when paired medical image–text data are limited or when institutions cannot share raw images for joint pretraining. Finally, late fusion supports modular governance: encoders can be replaced, task-specific calibration can be added, and human-in-the-loop constraints can be enforced at system boundaries. For these reasons, early fusion should be viewed as one part of the design space rather than a universal replacement.
3.2.4. Emerging Design Patterns: MoE Routing and Spatial Awareness
To understand why some early-fusion systems can support stronger multimodal reasoning, it is useful to highlight architectural patterns that are increasingly reported in modern large models. Two recurring themes are (i) Mixture of Experts (MoE) routing to scale capacity while controlling compute, and (ii) spatially-aware positional schemes that preserve 2D/3D structure when visual tokens are interleaved with text [96,97,98,99].
1. Multimodal Mixture of Experts (MoE): In a dense model (like LLaVA), every parameter is active for every token. In contrast, an MoE architecture activates only a subset of parameters (experts) for each token. For a medical omni-model, this allows for Modality Specialization within a unified backbone.
where are expert networks (FFNs) and is the gating function. In a multimodal setting, MoE routing can encourage specialization (e.g., experts that are more useful for visual texture tokens versus clinical-text tokens), which may improve parameter efficiency when modalities compete for capacity. Importantly, MoE does not automatically guarantee clinical reliability: routing instability, expert collapse, and calibration under domain shift remain open issues, and latency constraints can limit how much inference-time compute is acceptable in real deployments.
2. Interleaved Rotary Positional Embeddings (iRoPE): A major failure mode of standard Transformers in vision is the loss of 2D spatial relationships when flattening an image into a 1D sequence. Standard 1D RoPE (Rotary Positional Embedding) implies that patch is simply farther from patch in the sequence, weakening the concepts of above and below. iRoPE (or 2D-RoPE) extends the rotational concept to higher dimensions. It assigns position IDs to visual tokens and computes the rotary matrix based on Euclidean distance in the 2D grid, even when interleaved with text. For a medical report containing [Text → Image 1 → Text → Image 2], iRoPE maintains a global coordinate system. This is useful for grounding tasks such as locating a tumor relative to the carina. The model can estimate the 2D vector difference between the tumor query and the visual features, supporting bounding-box generation and anatomical localization that connector-based models may struggle to provide after spatial information has been compressed.
Table 3.
Comparative Analysis of Late Fusion vs. Early Fusion Architectures in Medical AI.
| Dimension | Late Fusion (Connector-based) | Early Fusion (Native Omni) |
|---|---|---|
| Archetypes | LLaVA-Med, Med-Flamingo, CheXagent | Gemini 1.5 Med, GPT-4o, Chameleon, Llama-4(V) |
| Visual Encoder | Frozen, pre-trained (CLIP, SigLIP) | None (or joint training from scratch) |
| Integration Point | Input Layer (via Projector) | All Layers (Native Token Interleaving) |
| Resolution limit | Fixed by encoder (usually or ) | Flexible (Any aspect ratio/resolution via tiling) |
| Reasoning Depth | Often shallower visual reasoning (bottleneck risk) | Potentially deeper multimodal reasoning (token-level grounding) |
| Training Stability | Often higher (frozen encoder stabilizes training) | Often lower (modality competition and long contexts) |
| Medical Hallucination | Often higher (visual/text decoupling risk) | Often lower when grounding is strong (but not eliminated) |
| 3D/Video Capability | Often limited without additional temporal/3D adapters | Often stronger with long-context modeling (but compute-heavy) |
| Inference Cost | Lower (Small projector overhead) | Higher (Long context sequences) |
3.2.5. The Stability-Plasticity Dilemma in Multimodal Training
Although early fusion can provide richer cross-modal interaction, it also introduces a stability-plasticity dilemma, often described as modality competition. During training, gradients from visual losses, which may be high-variance and noisy, can dominate gradients from textual losses, which are often sparse and semantic. In early experiments with models such as Chameleon, this imbalance sometimes produced models that generated images well but degraded in text reasoning, which is unacceptable for medical applications.
Current Solutions: To mitigate this, researchers have introduced Modality-Specific Normalization (MoN). Instead of a shared LayerNorm, the model detects the token type (Text vs Image) and switches to a specific set of normalization parameters (scale and shift ).
This allows the distribution of image tokens (often high magnitude) to coexist with text tokens (lower magnitude) without destabilizing the shared attention weights. Furthermore, Curriculum Learning strategies (starting with text-only pre-training to establish reasoning circuits, then introducing aligned image-text pairs, and finally interleaved documents) have become the standard protocol for training robust Med-MLLMs.
3.2.6. Outlook
The shift from late to early fusion is best understood as an expansion of the design space. Late fusion remains practical when data, compute, or governance constraints dominate; early fusion becomes more attractive when a workflow requires deeper cross-modal grounding and long-context coherence. Architecture alone, however, does not ensure clinical reliability. A model may ground a tumor in a CT volume yet still hallucinate a treatment plan if its reasoning or calibration mechanisms are weak. The agentic systems discussed in Section 5, which may need to interleave vitals, imaging, speech, and text in real time, will likely benefit from richer integration only if evaluation, calibration, and governance improve in parallel.
4. From Pattern Recognition to Deliberative Reasoning in Medical AI
Passing a medical licensing exam is not the same as reasoning through a difficult case at the bedside. Models that perform well on medical question-answering benchmarks can still fabricate evidence, over-rely on misleading cues, or reach correct answers through invalid pathophysiological logic [17,100,101]. For clinical translation, the central question is not only whether a model contains enough facts, but how it applies them: whether it can search, verify, backtrack, and calibrate confidence in ways that are clinically useful. This section reviews mechanisms for eliciting such deliberative, “Logic Engine”, behavior, the supervision signals used to verify reasoning processes, and the cognitive value and operational cost of these approaches.
4.1. From Intuition to Deliberation: The Dual-Process Paradigm
The evolution of medical AI mirrors the Dual-Process Theory of human cognition, which distinguishes between Pattern Engine (fast, intuitive, heuristic-driven) and Logic Engine (slow, deliberate, logical) [7,102]. Traditional medical LLMs primarily operated as Pattern Engine agents, retrieving memorized medical facts through next-token prediction [100].
In high-stakes clinical environments, reliance on Pattern Engine behavior can lead to failures, particularly when facing atypical presentations or complex multi-step diagnostics. Recent reasoning models, most notably OpenAI’s o1/o3 and DeepSeek’s R1, suggest that more deliberative behaviors can be elicited by incentivizing step-by-step analysis characteristic of Logic Engine thinking [6,7]. In medicine, this transition is not merely a performance optimization; it is tightly linked to safety expectations and alignment with clinical guidelines [17,18].
4.2. Mechanisms of Logic Engine Medical Reasoning
The shift from Pattern Engine to Logic Engine behavior reflects a move beyond purely left-to-right token prediction toward search, verification, and adaptive computation [7,103,104,105]. Traditional medical LLMs often behave like probabilistic retrievers: they do well when answers are densely represented in training data, but they struggle with multi-step clinical deductions [100,106]. Recent reasoning work can be grouped into four mechanism families: inference-time compute scaling, tree-structured search, reinforcement-learning-driven self-correction, and adaptive thinking frameworks. These mechanisms should be evaluated not only by answer accuracy but also by faithfulness, calibration and abstention, robustness under clinical distribution shift, and latency or cost.
Figure 4.
Representative mechanisms for deliberative reasoning, verification, and agentic behavior in medical large models. The figure compares AdaThink-Med, Agent Hospital/SEAL, DeepSeek-R1, DiDi, Med-MCTS, MedCoT, TumorChain, and VPRM, showing how adaptive reasoning, simulated self-evolution, reinforcement learning, dialogic roles, tree search, multimodal chain-of-thought, ROI-level grounding, and verifiable process rewards shift evaluation from final-answer accuracy toward process validity, evidence grounding, calibration, and human-verifiable decision pathways.
Figure 4.
Representative mechanisms for deliberative reasoning, verification, and agentic behavior in medical large models. The figure compares AdaThink-Med, Agent Hospital/SEAL, DeepSeek-R1, DiDi, Med-MCTS, MedCoT, TumorChain, and VPRM, showing how adaptive reasoning, simulated self-evolution, reinforcement learning, dialogic roles, tree search, multimodal chain-of-thought, ROI-level grounding, and verifiable process rewards shift evaluation from final-answer accuracy toward process validity, evidence grounding, calibration, and human-verifiable decision pathways.

4.2.1. Test-Time Scaling: Compute and Accuracy
Recent work shows that reasoning performance can improve when additional computation is allocated during inference, sometimes independently of the pre-training compute budget [7,107]. While training scaling focuses on parameter count (P) and data volume (D), test-time scaling studies the relationship between generated tokens or reasoning paths (N) and final accuracy (A).
In clinical diagnostics, this idea appears in strategies such as Best-of-N Sampling and Majority Voting [104,107]. If a model generates N independent reasoning trajectories for one case, the probability of finding at least one correct path can be written as:
where p is the probability of a single reasoning trace being correct [104]. However, simple voting is insufficient for complex pathology. Recent verification-oriented work instead scores intermediate traces with separate verifiers or reward models, so the final answer is selected by a confidence-weighted consensus rather than a raw majority [108,109,110]. Such “search-over-reasoning” approaches explicitly trade latency for diagnostic precision.
4.2.2. Tree-Structured Search and Monte Carlo Exploration in Medicine
Traditional autoregressive generation is limited by a left-to-right linear constraint, which prevents models from backtracking or exploring alternative diagnostic hypotheses once a reasoning path has begun [103,105,111]. To address this, medical reasoning architectures have begun to adapt Monte Carlo Tree Search (MCTS) and Tree of Thoughts (ToT) frameworks [111,112,113].
Recent medical slow-thinking frameworks illustrate this shift by modeling clinical diagnosis as a sequential decision-making process [113]. Unlike unconstrained search, medical reasoning systems need a clinically informed action space that can be organized into four stages:
- 1.
- Key Symptom Extraction: Identifying pathognomonic features from clinical vignettes.
- 2.
- Hypothesis Generation: Proposing a differential diagnosis (DDx) list based on symptoms.
- 3.
- Evidence Verification: Traversing medical knowledge graphs (KGs) to find supporting or contradicting data for each DDx.
- 4.
- Deductive Analysis: Re-weighting the probability of each diagnosis based on the evidence gathered.
The search process involves a cycle of Selection (choosing the most promising reasoning branch), Expansion (generating new clinical steps), Simulation (rolling out the path to a terminal diagnosis), and Backpropagation (updating the value of previous nodes based on final correctness) [111,113]. By integrating structured knowledge substrates (e.g., SPOKE or specialized medical KGs), these models can ground the expansion process in biological facts rather than statistical hallucination [53,113].
4.2.3. Reinforcement Learning: GRPO and Self-Correction
Another route to Logic Engine behavior is reinforcement learning (RL), which can elicit reasoning patterns without requiring extensive human-annotated chains of thought [6,114,115]. The Group Relative Policy Optimization (GRPO) algorithm, popularized by DeepSeek-R1, is one example of this training approach [6].
During the DeepSeek-R1-Zero training phase, the model reportedly learned forms of self-correction [6]. This behavior is often marked by reflective tokens such as “wait”, “let me re-evaluate”, or “but actually” [6,116]. In medicine, this behavior is relevant for cases with contradictory evidence. For example, during reasoning about suspected pulmonary embolism, a model might initially consider anticoagulation but revise its reasoning after processing a negative D-dimer result [6].
Research indicates that these reflective behaviors are not merely stylistic but may be linked to model-internal states before reflective tokens are generated [116]. For clinical use, the practical implication is that self-correction should be evaluated against external evidence and outcome validity, because a plausible reasoning trace can still be unfaithful to the computation that produced the final answer [101,117].
4.2.4. Adaptive Reasoning and Uncertainty
A practical challenge for reasoning models is overthinking: the tendency to apply expensive, token-heavy reasoning to simple queries that could be answered directly [107,118]. In clinical practice, efficiency matters alongside accuracy.
The AdaThink-Med framework [118] addresses this via Uncertainty-Guided Length Calibration. The mechanism employs an entropy-based difficulty estimator to evaluate the input complexity:
If the entropy of the initial token distribution is low, the model triggers a “non-thinking” mode and avoids a long reasoning trace [118]. For high-entropy cases, such as rare diseases or atypical presentations, a difficulty-aware reward encourages longer reasoning [118]. This adaptive routing can reduce average reasoning length while preserving performance on complex diagnostic tasks [118].
4.2.5. Multimodal Grounding in Reasoning
Reasoning mechanisms also apply to medical vision-language models (MVLMs), where the reasoning process must remain grounded in pixel-level evidence. The Interleaved Multimodal Chain-of-Thought (M-CoT) mechanism, used in models such as TumorChain [119] and LLaVA-style step-by-step vision-language reasoning [120], asks the model to generate intermediate rationales tied to anatomical regions of interest (ROIs) before producing a pathology-level conclusion.
A key mechanism here is Look-Twice Feature Matching (LTFM), reported in TumorChain [119]. It approximates human visual inspection by first identifying suspicious abnormal tokens in an image and then re-reading those tokens with enhanced attention during the Logic Engine reasoning phase. This iterative refinement helps MVLMs address weak vision-language grounding, where models may ignore critical visual clues, such as nuclear shape in hematology, in favor of text-based heuristics [119,120].
4.2.6. Summary of Mechanistic Advancements
Across test-time scaling, tree-structured search, RL-driven self-correction, and adaptive compute allocation, the focus shifts from how much a model knows to how well it uses what it knows. A major open question is faithfulness: whether generated reasoning traces actually drive predictions or instead rationalize answers produced by other internal processes. Until this is resolved empirically, the clinical value of “slow thinking” should depend on external verification rather than on the apparent plausibility of the trace alone.
4.3. Reinforcement Learning with Verifiable Rewards (RLVR)
A critical hurdle in medical reasoning is the lack of objective, verifiable signals to guide model optimization during reinforcement learning. Unlike coding or mathematics, many clinical judgments involve nuance, incomplete information, and preference-sensitive trade-offs. In this subsection, we review RLVR primarily as a mechanism for process supervision; broader questions about clinical validation, governance, and lifecycle monitoring remain essential for deployment.
4.3.1. Reward Modeling: Outcome vs. Process
Outcome Reward Models (ORM) only provide feedback based on the final answer [6,108]. While useful for multiple-choice questions (e.g., USMLE), ORMs are prone to reward hacking and fail to penalize logical fallacies that coincidentally lead to the correct diagnosis [109,121,122]. Process Reward Models (PRM) offer fine-grained supervision at each intermediate step [109,113]. Recent frameworks like MedS3, Med-PRM, and medical RLVR variants utilize MCTS or verifiable checks to construct rule-verifiable reasoning trajectories, where steps that degrade the node value are penalized [110,113,123].
4.3.2. Verifiable Process Reward Models (VPRM)
To mitigate the bias of neural judges, recent research has introduced Verifiable Process Reward Models (VPRM) [122]. VPRMs replace subjective neural scoring with deterministic, rule-based verifiers based on clinical guidelines [122]. Applied to medical evidence synthesis and risk-of-bias assessments, VPRM-trained models achieved up to a 20% improvement in F1 scores over state-of-the-art outcome-only models, ensuring higher coherence between step-level decisions and final labels [122].
4.4. Clinical Cognitive Value: Mitigating Diagnostic Biases
Beyond raw accuracy, the primary clinical advantage of Logic Engine reasoning is its ability to counteract well-documented human cognitive biases that contribute to diagnostic error [124,125].
4.4.1. Anchoring Bias and Confirmation Bias
Anchoring bias occurs when a clinician fixates on initial information and fails to adjust to new evidence [102,124]. Multi-agent and role-based frameworks, such as “red team” or “devil’s advocate” roles, are being explored as ways to make models re-evaluate misleading initial assumptions rather than merely confirm them [12,95]. Comparative medical reasoning studies of models such as DeepSeek-R1 suggest that reasoning-centric models may retrieve and use more diagnostic clues than more pattern-centric baselines, although such gains require careful clinical validation [6].
4.4.2. Premature Closure
Premature closure: the tendency to stop considering other hypotheses once a plausible diagnosis is reached—is a major contributor to diagnostic error [124,125]. Reasoning frameworks like MedCoT and TumorChain utilize hierarchical expert verification and interleaved multimodal CoT to encourage models to rank and rule out competing hypotheses [119,126]. By forcing an analytic pathway that summarizes case features before committing to a diagnosis, these models aim to reduce premature conclusions driven by superficial pattern matching [119,126].
4.5. Slow Thinking in Clinical Practice: Clinical Value and Cost
The mechanisms above raise a practical question: what clinical value does deliberative reasoning provide beyond fast pattern matching, and at what cost? The gap between exam-level accuracy and bedside reliability is well documented [17,18,101]. Slow-thinking models may help narrow this gap by reducing some cognitive biases, supporting collaborative deliberation, and making uncertainty more visible, but they also introduce latency, compute cost, and workflow burden.
4.5.1. Addressing the Performance-Reliability Gap
The main reason for studying Logic Engine behavior in medicine is that high benchmark scores do not translate directly into clinical reliability [17,18]. Traditional models can reach correct conclusions through “stochastic retrieval” rather than causal deduction [100,106]. This gap is especially visible in evaluations that test abstention, false premises, or faithfulness, where models may fabricate justifications for incorrect premises [101,117].
Logic Engine medical AI addresses this by introducing a reasoning phase that approximates parts of hypothetico-deductive reasoning [7,102]. When a model is encouraged to generate or use reasoning traces that include self-correction and re-evaluation, it can move beyond simple knowledge retrieval toward a more analytical form of decision support [6,6].
4.5.2. Mitigating Cognitive Biases through Deliberate Reasoning
Cognitive factors contribute substantially to diagnostic error in medicine [124,125]. Artificial slow thinking may help by introducing cognitive friction and systematic exploration, although such benefits need clinical validation.
Combatting Anchoring and Confirmation Bias
Anchoring bias, the tendency to fixate on initial information, such as a patient’s chief complaint, while ignoring subsequent contradictory evidence, is a natural target for reasoning models [102,124]. Non-reasoning models may also exhibit demographic or social bias, over-weighting patient attributes in ways that are not clinically justified [127,128].
In contrast, Logic Engine frameworks utilize mechanisms like Look-Twice Feature Matching (LTFM) and stepwise multimodal re-examination [119,120]. These allow the model to:
- 1.
- Identify initial suspicious features (the anchor).
- 2.
- Re-read or re-examine clinical evidence in light of the anchor to seek counter-evidence.
- 3.
- Backtrack in the reasoning trace when evidence (e.g., a negative D-dimer in a suspected pulmonary embolism) contradicts the initial hypothesis [6].
Preventing Premature Closure
Premature closure is the tendency to stop the diagnostic process once a plausible explanation is found [124]. Reasoning models counteract this by employing Tree of Thoughts (ToT) and search-based expansion to maintain a wider search space [111,113]. The TumorChain framework [119] and the MedCoT approach [126] exemplify this by requiring the model to rank and rule out relevant differentials before committing to a final diagnosis. By enforcing a structured sequence of Key Symptom Extraction → Hypothesis Generation → Evidence Verification → Deductive Analysis, these models aim to prevent the shallow convergence typical of Pattern Engine agents [113,126].
4.5.3. Collaborative Deliberation: Multi-Agent and Dialogic Frameworks
Recent work has also shifted attention from monolithic models to agentic systems that simulate parts of multidisciplinary consultation.
Role-Based Deliberation and the SEAL Mechanism
Frameworks such as Agent Hospital, which uses the SEAL mechanism, move the interaction from passive retrieval toward structured deliberation [12]. More generally, autonomous-agent surveys emphasize that role assignment, tool use, memory, and planning are core ingredients for moving from one-shot QA to coordinated problem solving [95]. In clinical deliberation, the AI system may assume or coordinate several complementary roles:
- Framework Coach: Ensures adherence to structured reasoning protocols.
- Socratic Guide: Asks probing questions to the human physician to surface missing data.
- Red Team Partner: Presents evidence-based alternative diagnoses.
The SEAL (Simulacrum-based Evolutionary Agent Learning) mechanism allows agents to refine diagnostic strategies by treating synthetic cases in a sandbox environment [12]. This gives models exposure to simulated failures that would be unethical to stage in a real hospital, and may help them learn useful reasoning trajectories for rare or complex diseases [12].
Counterfactual Reasoning and Demographic Fairness
Clinical reasoning often requires asking what might have happened if a single variable were different. Counterfactual Reasoning benchmarks such as MEDEQUALQA allow researchers to audit reasoning stability [128]. By perturbing variables such as patient gender or pronouns while holding symptoms constant, researchers have identified localized divergences in reasoning traces even when the final diagnosis remains unchanged [128]. Logic Engine models can address this problem only if their stated reliance on risk factors is faithful and externally verifiable [101,117].
4.5.4. Efficiency vs. Depth
Not every medical query requires a long reasoning chain. A question such as “What is the standard dose of aspirin?” may be better handled by a direct, grounded answer than by an extended DeepSeek-R1-style trace [6,118].
Adaptive Inference and AdaThink-Med
To balance latency and accuracy, frameworks such as AdaThink-Med use Uncertainty-Guided Length Calibration [118]. This mechanism uses an entropy-based estimator to determine problem difficulty. If the initial token distribution is confident, the model uses a non-thinking mode to conserve compute [118]. For high-uncertainty cases, it triggers an extended thinking mode. This adaptive routing achieves up to a 6.4x reduction in average reasoning length while preserving diagnostic performance [118].
Cognitive Surrender and the Role of Explainability
As AI reasoning becomes more fluent and persuasive, automation bias becomes more concerning: clinicians may adopt AI outputs with insufficient scrutiny [102]. Research on the faithfulness of reasoning traces is ongoing, and some studies suggest that models may produce post-hoc rationalizations rather than faithful accounts of their internal computation [101,117]. For clinical safety, Logic Engine AI should remain a co-pilot: its reasoning trace should be treated as a map for physician review, not as evidence by itself [17,18].
4.5.5. Summary
Slow-thinking capabilities give MedLMs a more explicit way to search, verify, and revise clinical hypotheses. These capabilities may reduce some diagnostic shortcuts, but they are not sufficient on their own. Their clinical value depends on three safeguards: faithful reasoning traces, external verification against clinical evidence, and adaptive deployment that routes simple cases to efficient responses while reserving extended reasoning for uncertain or high-stakes decisions.
4.6. Conclusions
The reasoning methods reviewed here extend medical AI beyond fact recall toward diagnosis through search, verification, and self-correction. They also expose a practical tension: deeper reasoning requires more tokens, time, and energy, while clinical workflows often demand rapid answers. Near-term progress will depend on adaptive compute routing, faithful reasoning verification, and human-in-the-loop designs that balance analytical depth with bedside urgency.
5. From Instruction Following to Autonomous Planning and Collaboration
A model that can reason through a differential diagnosis but cannot order the confirmatory test, check the patient’s allergy list, or coordinate with a pharmacist remains a sophisticated question-answering system rather than a clinical tool. Healthcare delivery is a multi-stage workflow with feedback loops, handoffs, and safety checks. It requires systems that maintain state, decompose goals, and interact with external tools under explicit constraints [12,95,129,130,131,132]. We use medical agents to denote such systems and review three threads in their development: simulation-driven skill acquisition, multi-agent collaboration, and long-horizon planning. Throughout, we use a dual evaluation lens: task success and safety, including constraint violations, error recovery, auditability, and clinician workload.
Table 4.
A survey taxonomy of medical agents: representative roles, tool environments, key risks, and evaluation focus.
Table 4.
A survey taxonomy of medical agents: representative roles, tool environments, key risks, and evaluation focus.
| Agent type | Typical tools / environment | Primary risks | Evaluation focus |
|---|---|---|---|
| Documentation & coding agent | Note drafting, order summarization, ICD/CPT suggestion, guideline retrieval | Hallucinated facts, privacy leakage, over-trust by clinicians | Factuality vs source; edit distance to clinician notes; PHI leakage tests; time saved |
| Triage & patient-facing agent | Symptom collection, routing, patient education | Mis-triage, unsafe reassurance, biased recommendations | Safety policy adherence; calibrated uncertainty/abstention; equity stratification |
| Workflow orchestration agent | EHR search, scheduling, messaging, order set suggestions | Tool misuse, incorrect actions, silent failure modes | Action correctness; rollback/recovery; audit logs; human-approval gating |
| Perception-action clinical agent | Imaging navigation, measurement, report assistance | Missed subtle findings; spurious correlations; poor handoff to clinician | Lesion-level sensitivity; robustness across sites; handoff quality and confidence |
| Multi-agent team | Role-based agents (doctor/nurse/pharmacist), structured debates | Coordination failure, compounding errors, inconsistent state | Consistency across agents; disagreement resolution; error containment |
5.1. Embodied Simulation and Self-Evolution
Static training on textbooks and de-identified records provides knowledge but not procedural skill. Agents must learn to gather information, act, and recover from errors within workflow constraints. High-fidelity clinical simulations, or digital twins that instantiate triage, consultation, and diagnostic nodes with simulated patients, nurses, and clinicians [12,95,132,133], offer a controlled environment for iterative skill acquisition over long-horizon trajectories without exposing patients to risk. The key methodological concern is the sim-to-real gap: whether simulated rewards, patient models, and tool APIs approximate clinical variation closely enough for skills to transfer, and whether safety failures in simulation reliably predict failures in deployment.
The Self-Evolutionary Arbitrating Learning (SEAL) framework supports this type of iterative learning. Unlike traditional Supervised Fine-Tuning (SFT), which is usually a one-time training event, SEAL defines a Med-LLM-in-the-loop lifecycle [12]. The agent’s clinical performance is captured as a Diagnostic Trajectory, a step-by-step reasoning log from the initial patient inquiry to the final therapeutic recommendation. The trajectory is then evaluated through Arbitration, where a built-in arbitrator, functioning as a virtual chief resident, compares the agent’s decisions with medical gold standards such as WHO guidelines or established clinical pathways. When an error is detected, the system performs Reasoning Gap Analysis to identify the source of failure, such as a missed laboratory marker or misprioritized symptom, and converts that error into structured feedback for optimization.
5.2. Multi-Agent Social Collaboration
Medical practice is inherently collaborative, and agentic systems increasingly model this complexity by moving beyond a “single-expert” assistant toward multi-agent organizations that mimic real hospital teams [12,95,134]. This logic is often operationalized via role-playing: agents are assigned personas such as Doctor, Nurse, and Pharmacist, each governed by explicit role constraints to encourage specialization. For instance, a pharmacist agent may prioritize contraindications and dosing interactions while a physician agent focuses on differential diagnosis and care planning. A related research direction is Theory of Mind (ToM), where an agent maintains a model of other agents’ knowledge and intentions. From an evaluation viewpoint, multi-agent systems introduce new failure modes beyond single-agent hallucination: coordination breakdowns, inconsistent shared state, and compounding errors across roles. Consequently, surveys should emphasize not only task success but also disagreement handling, escalation protocols, and error containment.
5.3. Autonomous Task Execution and Long-horizon Planning
The most difficult agentic setting is long-horizon task execution, such as managing a multi-month clinical-trial workflow or coordinating recruitment and scheduling. To handle extended timelines, agents use hierarchical task decomposition, including CoT/ToT-style planning, to break broad goals such as “Conduct Phase II recruitment” into sub-tasks such as inclusion screening, EHR scanning, and subject scheduling [105,111,129]. This is typically coupled with dynamic tool interaction, including calls to EHR APIs, scheduling systems, or statistical tools such as R and Python [130,135]. From a safety perspective, long-horizon autonomy raises two concerns: compounding error, where small mistakes accumulate across steps, and action governance, where irreversible actions must require human approval, logging, and rollback options. Evaluation should therefore track not only final success but also step-level correctness, recovery behavior, audit quality, and clinician burden.
6. Conclusions
Medical large models are beginning to move clinical AI from single-purpose predictors toward a capability stack that spans perception, knowledge grounding, reasoning, and workflow action. Across modalities, progress is driven not only by scale but also by mechanisms: long-context and native multimodal integration for richer grounding; retrieval, knowledge graphs, and memory for factual continuity; and test-time search and verifiable reward learning for more deliberate reasoning. At the same time, these advances expose a translational tension: fluency and benchmark accuracy can improve faster than reliability, calibration, and safe integration into real clinical processes.
Three priorities follow from this review. First, evaluation should move beyond static exam-style scores toward stress-tested, workflow-aware, and lifecycle-maintained assessments that measure robustness, abstention, provenance, and action safety [136,137,138]. Second, deployment should treat agents as bounded systems, with least-privilege tools, human approval gates, auditable memory, and explicit rollback pathways. Third, governance should be implemented as engineering practice, including data stewardship, decontamination, monitoring for drift, and incident reporting, rather than appended after model development [139,140,141,142]. If these technical and socio-technical constraints are addressed, medical foundation models may move from impressive demonstrations toward dependable clinical infrastructure.
Author Contributions
YS and ZD contributed equally to this work. YS and ZD conceived the review framework, designed the overall structure of the manuscript, conducted the literature review, and drafted the main text. TZ contributed to the clinical interpretation of medical imaging and ophthalmology-related content and helped revise the manuscript from a clinical perspective. CF contributed to the sections on biomedical big data, medical knowledge grounding, and clinical AI evaluation. HD contributed to literature collection, reference organization, and manuscript formatting. JY supervised the study, refined the conceptual framework, critically revised the manuscript, and approved the final version. All authors reviewed and approved the final manuscript.
Funding
The authors received no financial support for the research, authorship, and/or publication of this article.
Institutional Review Board Statement
No animals or humans were involved in this study.
Conflicts of Interest
The authors declare that they have no conflict of interest.
References
- Thirunavukarasu, A.J.; Ting, D.S.W.; Elangovan, K.; Gutierrez, L.; Tan, T.Y.; Ting, D.S.W. Large language models in medicine. Nature Medicine 2023, 29, 1930–1940. [CrossRef]
- Kung, T.H.; Cheatham, M.; Medenilla, A.; Sillos, C.; De Leon, L.; Elepano, C.; Madriaga, M.; Aggabao, R.; Diaz-Candido, G.; Maningo, J.; et al. Performance of ChatGPT on USMLE: Potential for AI-assisted medical education using large language models. PLOS Digital Health 2023, 2, e0000198. [CrossRef]
- Nori, H.; King, N.; McKinney, S.M.; Carignan, D.; Horvitz, E. Capabilities of GPT-4 on Medical Challenge Problems. arXiv preprint arXiv:2303.13375 2023.
- Bommasani, R.; Hudson, D.A.; Adeli, E.; Altman, R.; Arora, S.; et al. On the Opportunities and Risks of Foundation Models. arXiv preprint arXiv:2108.07258 2021.
- Moor, M.; Banerjee, O.; Abad, Z.S.H.; Krumholz, H.M.; Leskovec, J.; Topol, E.J.; Rajpurkar, P. Foundation models for generalist medical artificial intelligence. Nature 2023, 616, 259–265. [CrossRef]
- Moëll, B.; Aronsson, F.S.; Akbar, S. Medical reasoning in LLMs: an in-depth analysis of DeepSeek R1. Frontiers in Artificial Intelligence 2025, 8, 1616145. [CrossRef]
- Zhang, D.; Li, Z.Z.; Zhang, M.L.; Zhang, J.; Liu, Z.; Yao, Y.; Xu, H.; Zheng, J.; Chen, X.; Zhang, Y.; et al. From System 1 to System 2: A Survey of Reasoning Large Language Models. IEEE Transactions on Pattern Analysis and Machine Intelligence 2026, 48, 3335–3354. [CrossRef]
- Alayrac, J.B.; Donahue, J.; Luc, P.; Miech, A.; Barr, I.; Hasson, Y.; Lenc, K.; Mensch, A.; Millican, K.; Reynolds, M.; et al. Flamingo: a Visual Language Model for Few-Shot Learning. In Proceedings of the Advances in Neural Information Processing Systems, 2022, Vol. 35, pp. 23716–23736.
- Driess, D.; Xia, F.; Sajjadi, M.S.M.; Lynch, C.; Chowdhery, A.; Ichter, B.; Wahid, A.; Tompson, J.; Vuong, Q.; Yu, T.; et al. PaLM-E: An Embodied Multimodal Language Model. International Conference on Machine Learning 2023.
- Meta AI. The Llama 4 herd: The beginning of a new era of natively multimodal AI innovation, 2025. Official Meta AI technical/product source; non-peer-reviewed.
- Comanici, G.; et al. Gemini 2.5: Pushing the Frontier with Advanced Reasoning, Multimodality, Long Context, and Next Generation Agentic Capabilities. arXiv preprint arXiv:2507.06261 2025.
- Li, J.; Wang, S.; Zhang, M.; Li, W.; Lai, Y.; Kang, X.; Ma, W.; Liu, Y. Agent Hospital: A Simulacrum of Hospital with Evolvable Medical Agents. arXiv preprint arXiv:2405.02957 2024.
- Hendrycks, D.; Burns, C.; Basart, S.; Zou, A.; Mazeika, M.; Song, D.; Steinhardt, J. Measuring Massive Multitask Language Understanding. International Conference on Learning Representations 2021.
- Jin, D.; Pan, E.; Oufattole, N.; Weng, W.H.; Fang, H.; Szolovits, P. What Disease does this Patient Have? A Large-scale Open Domain Question Answering Dataset from Medical Exams. Applied Sciences 2021, 11, 6421. [CrossRef]
- Pal, A.; Umapathi, L.K.; Sankarasubbu, M. MedMCQA: A Large-scale Multi-Subject Multi-Choice Dataset for Medical domain Question Answering. Proceedings of the Conference on Health, Inference, and Learning 2022, pp. 248–260.
- Jin, Q.; Dhingra, B.; Liu, Z.; Cohen, W.W.; Lu, X. PubMedQA: A Dataset for Biomedical Research Question Answering. In Proceedings of the Proceedings of EMNLP-IJCNLP, 2019, pp. 2567–2577. [CrossRef]
- Chen, W.; Yu, G.; Cheung, Y.F.; Ding, M.; Liu, J.; Ma, Z.; Wang, W.; Shen, L. Beyond the Leaderboard: Rethinking Medical Benchmarks for Large Language Models. arXiv preprint arXiv:2508.04325 2025.
- Wu, E.; Wu, K.; Hom, J.; Yi, P.H.; Zhang, A.; Lozano, A.; Nirschl, J.; Tangney, J.; Byram, K.; Dymm, B.; et al. MedArena: Comparing LLMs for Medicine-in-the-Wild Clinician Preferences. arXiv arXiv:2603.15677 2026.
- Irvin, J.; Rajpurkar, P.; Ko, M.; Yu, Y.; Ciurea-Ilcus, S.; et al. CheXpert: A Large Chest Radiograph Dataset with Uncertainty Labels and Expert Comparison. Proceedings of the AAAI Conference on Artificial Intelligence 2019, 33, 590–597. [CrossRef]
- Johnson, A.E.W.; Pollard, T.J.; Berkowitz, S.J.; Greenbaum, N.R.; Lungren, M.P.; Deng, C.y.; Mark, R.G.; Horng, S. MIMIC-CXR, a de-identified publicly available database of chest radiographs with free-text reports. Scientific Data 2019, 6, 317. [CrossRef]
- Ilse, M.; Tomczak, J.M.; Welling, M. Attention-based Deep Multiple Instance Learning. In Proceedings of the International Conference on Machine Learning, 2018, pp. 2127–2136.
- Campanella, G.; Hanna, M.G.; Geneslaw, L.; Miraflor, A.; Werneck Krauss Silva, V.; Busam, K.J.; Brogi, E.; Reuter, V.E.; Klimstra, D.S.; Fuchs, T.J. Clinical-grade computational pathology using weakly supervised deep learning on whole slide images. Nature Medicine 2019, 25, 1301–1309. [CrossRef]
- Wang, X.; Yang, S.; Zhang, J.; Wang, M.; Zhang, J.; Huang, J.; Yang, W.; Han, X. Transformer-based unsupervised contrastive learning for histopathological image classification. Medical Image Analysis 2022, 81, 102559. [CrossRef]
- Huang, Z.; Bianchi, F.; Yuksekgonul, M.; Montine, T.J.; Zou, J. A visual-language foundation model for pathology image analysis using medical Twitter. Nature Medicine 2023, 29, 2307–2316. [CrossRef]
- Xu, H.; Usuyama, N.; Bagga, J.; Zhang, S.; Rao, R.; Cliff, T.; et al. A whole-slide foundation model for digital pathology from real-world data. Nature 2024, 630, 181–188. [CrossRef]
- Vorontsov, E.; Bozkurt, A.; Casson, A.; Shaikovski, G.; Zelechowski, M.; et al. Virchow: A Million-Slide Digital Pathology Foundation Model. arXiv preprint arXiv:2309.07778 2023.
- Chen, R.J.; Ding, T.; Lu, M.Y.; Williamson, D.F.; et al. Towards a general-purpose foundation model for computational pathology. Nature Medicine 2024, 30, 850–862. [CrossRef]
- Kirillov, A.; Mintun, E.; Ravi, N.; Mao, H.; Rolland, C.; Gustafson, L.; Xiao, T.; Whitehead, S.; Berg, A.C.; Lo, W.Y.; et al. Segment Anything. In Proceedings of the Proceedings of the IEEE/CVF International Conference on Computer Vision, 2023, pp. 4015–4026.
- Ravi, N.; Gabeur, V.; Hu, Y.T.; Hu, R.; Ryali, C.; Ma, T.; et al. SAM 2: Segment Anything in Images and Videos. arXiv preprint arXiv:2408.00714 2024.
- Zhu, J.; Hamdi, A.; Qi, Y.; Jin, Y.; Wu, J. Medical SAM 2: Segment medical images as video via Segment Anything Model 2. arXiv preprint arXiv:2408.00874 2024.
- Isensee, F.; Jaeger, P.F.; Kohl, S.A.A.; Petersen, J.; Maier-Hein, K.H. nnU-Net: a self-configuring method for deep learning-based biomedical image segmentation. Nature Methods 2021, 18, 203–211. [CrossRef]
- Antonelli, M.; Reinke, A.; Bakas, S.; Farahani, K.; Kopp-Schneider, A.; Landman, B.A.; Litjens, G.; Menze, B.; Ronneberger, O.; Summers, R.M.; et al. The Medical Segmentation Decathlon. Nature Communications 2022, 13, 4128. [CrossRef]
- Wasserthal, J.; Breit, H.C.; Meyer, M.T.; Pradella, M.; Hinck, D.; Sauter, A.W.; Heye, T.; Boll, D.T.; Cyriac, J.; Yang, S.; et al. TotalSegmentator: Robust Segmentation of 104 Anatomic Structures in CT Images. Radiology: Artificial Intelligence 2023, 5, e230024. [CrossRef]
- Wu, C.; Zhang, X.; Zhang, Y.; Wang, Y.; Xie, W. Towards Generalist Foundation Model for Radiology by Leveraging Web-scale 2D&3D Medical Data. Nature Communications 2025, 16, 7866. [CrossRef]
- Tiu, E.; Talius, E.; Patel, P.; Langlotz, C.P.; Ng, A.Y.; Rajpurkar, P. Expert-level detection of pathologies from unannotated chest X-ray images via self-supervised learning. Nature Biomedical Engineering 2022, 6, 1399–1406. [CrossRef]
- Boecking, B.; Usuyama, N.; Bannur, S.; Castro, D.C.; Schwaighofer, A.; Hyland, S.L.; Wetscherek, M.; Naumann, T.; Nori, A.; Alvarez-Valle, J.; et al. Making the Most of Text Semantics to Improve Biomedical Vision-Language Processing. In Proceedings of the European Conference on Computer Vision, 2022, pp. 1–21.
- Wang, Z.; Wu, Z.; Agarwal, D.; Sun, J. MedCLIP: Contrastive Learning from Unpaired Medical Images and Text. In Proceedings of the Proceedings of EMNLP, 2022, pp. 3876–3887. [CrossRef]
- Chen, Z.; Varma, M.; Delbrouck, J.B.; Paschali, M.; Blankemeier, L.; Van Veen, D.; Valanarasu, J.M.J.; Yogananda, A.; Cohen, J.P.; Reis, E.P.; et al. A Vision-Language Foundation Model to Enhance Efficiency of Chest X-ray Interpretation. arXiv preprint arXiv:2401.12208 2024.
- Twinanda, A.P.; Shehata, S.; Mutter, D.; Marescaux, J.; de Mathelin, M.; Padoy, N. EndoNet: A Deep Architecture for Recognition Tasks on Laparoscopic Videos. IEEE Transactions on Medical Imaging 2017, 36, 86–97. [CrossRef]
- Czempiel, T.; Paschali, M.; Keicher, M.; Simson, W.; Feussner, H.; Kim, S.T.; Navab, N. TeCNO: Surgical Phase Recognition with Multi-Stage Temporal Convolutional Networks. In Proceedings of the Medical Image Computing and Computer Assisted Intervention, 2020, pp. 343–352.
- Reid, M.; Savinov, N.; Teplyashin, D.; et al. Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context. Technical report, Google DeepMind, 2024.
- Laguarta, J.; Hueto, F.; Subirana, B. COVID-19 Artificial Intelligence Diagnosis Using Only Cough Recordings. IEEE Open Journal of Engineering in Medicine and Biology 2020, 1, 275–281. [CrossRef]
- Brown, C.; Chauhan, J.; Grammenos, A.; Han, J.; Hasthanasombat, A.; Spathis, D.; Xia, T.; Cicuta, P.; Mascolo, C. Exploring Automatic Diagnosis of COVID-19 from Crowdsourced Respiratory Sound Data. Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining 2020, pp. 3474–3484. [CrossRef]
- Baur, S.; Nabulsi, Z.; Weng, W.H.; Garrison, J.; Blankemeier, L.; Fishman, S.; Chen, C.; Kakarmath, S.; Maimbolwa, M.; Sanjase, N.; et al. HeAR – Health Acoustic Representations. arXiv arXiv:2403.02522 2024.
- Hatamizadeh, A.; Yang, D.; Roth, H.; Xu, D. UNETR: Transformers for 3D Medical Image Segmentation. In Proceedings of the Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, 2022, pp. 574–584.
- Tang, Y.; Yang, D.; Li, W.; Roth, H.R.; Landman, B.; Xu, D.; Nath, V.; Hatamizadeh, A. Self-Supervised Pre-Training of Swin Transformers for 3D Medical Image Analysis. In Proceedings of the Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2022, pp. 20730–20740.
- Mao, Y.; Xu, W.; Qin, Y.; Gao, Y. CT-Agent: a multimodal-LLM agent for 3D CT radiology question answering. Science China Information Sciences 2026, 69. [CrossRef]
- Bai, F.; Du, Y.; Huang, T.; Meng, M.Q.H.; Zhao, B. M3D: Advancing 3D Medical Image Analysis with Multi-Modal Large Language Models. arXiv preprint arXiv:2404.00578 2024.
- Ji, Z.; Lee, N.; Frieske, R.; Yu, T.; Su, D.; Xu, Y.; Ishii, E.; Bang, Y.J.; Madotto, A.; Fung, P. Survey of Hallucination in Natural Language Generation. ACM Computing Surveys 2023, 55, 1–38. [CrossRef]
- Zhang, Y.; Li, Y.; Cui, L.; Cai, D.; Liu, L.; Fu, T.; Huang, X.; Zhao, E.; Zhang, Y.; Chen, Y.; et al. Siren’s Song in the AI Ocean: A Survey on Hallucination in Large Language Models. Computational Linguistics 2025, 51, 1373–1418. [CrossRef]
- Li, Q.; et al. Reviewing Clinical Knowledge in Medical Large Language Models: Training and Beyond. Knowledge-Based Systems 2025, p. 114215. Preprint available at arXiv:2502.20988, . [CrossRef]
- Bodenreider, O. The Unified Medical Language System (UMLS): integrating biomedical terminology. Nucleic Acids Research 2004, 32, D267–D270. [CrossRef]
- Morris, J.H.; Soman, K.; Akbas, R.E.; Zhou, X.; Smith, B.; Meng, E.C.; Huang, C.C.; Cerono, G.; et al. The scalable precision medicine open knowledge engine (SPOKE): a massive knowledge graph of biomedical information. Bioinformatics 2023, 39, btad080. [CrossRef]
- Himmelstein, D.S.; Lizee, A.; Hessler, C.; Brueggeman, L.; Chen, S.L.; Hadley, D.; Green, A.; Khankhanian, P.; Baranzini, S.E. Systematic integration of biomedical knowledge prioritizes drugs for repurposing. eLife 2017, 6, e26726. [CrossRef]
- Soman, K.; Rose, P.W.; Morris, J.H.; Akbas, R.E.; Smith, B.; Peetoom, B.; Villouta-Reyes, C.; Cerono, G.; Shi, Y.; Rizk-Jackson, A.; et al. Biomedical knowledge graph-optimized prompt generation for large language models. Bioinformatics 2024, 40. [CrossRef]
- Zhao, H.; Chen, S.; Yang, J.; Zhang, Y.; Wang, J.; Zhou, J.; Liu, F. MedRAG: Enhancing Retrieval-augmented Generation with Knowledge Graph-Elicited Reasoning for Healthcare Copilot. arXiv preprint arXiv:2502.04413 2025.
- Lewis, P.; Perez, E.; Piktus, A.; Petroni, F.; Karpukhin, V.; Goyal, N.; Küttler, H.; Lewis, M.; Yih, W.t.; Rocktäschel, T.; et al. Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks. In Proceedings of the Advances in Neural Information Processing Systems, 2020, Vol. 33, pp. 9459–9474.
- Karpukhin, V.; Oguz, B.; Min, S.; Lewis, P.; Wu, L.; Edunov, S.; Chen, D.; Yih, W.t. Dense Passage Retrieval for Open-Domain Question Answering. In Proceedings of the Proceedings of EMNLP, 2020, pp. 6769–6781. [CrossRef]
- Huang, Y.; Huang, J.X. A Survey on Retrieval-Augmented Text Generation for Large Language Models. ACM Computing Surveys 2026, 58, 1–38. [CrossRef]
- Asai, A.; Wu, Z.; Wang, Y.; Sil, A.; Hajishirzi, H. Self-RAG: Learning to Retrieve, Generate, and Critique through Self-Reflection. In Proceedings of the International Conference on Learning Representations, 2024.
- Zakka, C.; Shad, R.; Chaurasia, A.; et al. Almanac: Retrieval-augmented language models for clinical medicine. NEJM AI 2024, 1, AIoa2300068. [CrossRef]
- Robertson, S.; Zaragoza, H. The Probabilistic Relevance Framework: BM25 and Beyond. Foundations and Trends in Information Retrieval 2009, 3, 333–389. [CrossRef]
- Liu, J.; Wang, Y.; Du, J.; Zhou, J.T.; Liu, Z. Self-MedRAG: A Self-Reflective Hybrid Retrieval-Augmented Generation Framework for Reliable Medical Question Answering. arXiv preprint arXiv:2601.04531 2026.
- Edge, D.; Trinh, H.; Cheng, N.; Bradley, J.; Chao, A.; Mody, A.; Truitt, S.; Larson, J. From Local to Global: A Graph RAG Approach to Query-Focused Summarization. arXiv preprint arXiv:2404.16130 2024.
- Wu, J.; Zhu, J.; Qi, Y. Medical Graph RAG: Towards Safe Medical Large Language Model via Graph Retrieval-Augmented Generation. arXiv preprint arXiv:2408.04187 2024.
- Li, L.; et al. From Retrieval to Generation: Unifying External and Parametric Knowledge for Medical Question Answering. arXiv preprint arXiv:2510.18297 2025.
- Zhang, S.; Xu, Y.; Usuyama, N.; Xu, H.; Bagga, J.; Tinn, R.; Preston, S.; Rao, R.; Wei, M.; Valluri, N.; et al. BiomedCLIP: A multimodal biomedical foundation model pretrained from fifteen million scientific image-text pairs. arXiv preprint arXiv:2303.00915 2023.
- Zhang, K.; Liu, X.; Wang, Y.; Jiang, Y.; Chen, H.; Zhou, H.Y. UniMed-CLIP: Towards a Unified Image-Text Pretraining Paradigm for Diverse Medical Imaging Modalities. arXiv preprint arXiv:2412.10372 2024.
- Choi, E.; Bahadori, M.T.; Sun, J.; Kulas, J.; Schuetz, A.; Stewart, W. RETAIN: An Interpretable Predictive Model for Healthcare using Reverse Time Attention Mechanism. In Proceedings of the Advances in Neural Information Processing Systems, 2016, Vol. 29.
- Li, Y.; Rao, S.; Solares, J.R.A.; Hassaine, A.; Ramakrishnan, R.; Canoy, D.; Zhu, Y.; Rahimi, K.; Salimi-Khorshidi, G. BEHRT: Transformer for Electronic Health Records. Scientific Reports 2020, 10, 7155. [CrossRef]
- Rasmy, L.; Xiang, Y.; Xie, Z.; Tao, C.; Zhi, D. Med-BERT: pretrained contextualized embeddings on large-scale structured electronic health records for disease prediction. NPJ Digital Medicine 2021, 4, 86. [CrossRef]
- Li, Y.; Rao, S.; Solares, J.R.A.; Hassaine, A.; Canoy, D.; Zhu, Y.; Rahimi, K.; Salimi-Khorshidi, G. Hi-BEHRT: Hierarchical Transformer-based model for accurate prediction of clinical events using multimodal longitudinal electronic health records. IEEE Journal of Biomedical and Health Informatics 2023, 27, 1106–1117. [CrossRef]
- Liu, R.; et al. PhysicianBench: Evaluating LLM Agents in Real-World EHR Environments. arXiv preprint arXiv:2605.02240 2026.
- Tu, T.; Azizi, S.; Driess, D.; et al. Advancing Multimodal Medical Capabilities of Gemini. arXiv preprint arXiv:2405.03162 2024.
- Singhal, K.; Tu, T.; Gottweis, J.; Sayres, R.; Wulczyn, E.; Amin, M.; Hou, L.; Clark, K.; Pfohl, S.; Cole-Lewis, H.; et al. Toward expert-level medical question answering with large language models. Nature Medicine 2025, 31, 943–950. [CrossRef]
- Radford, A.; Kim, J.W.; Hallacy, C.; Ramesh, A.; et al. Learning transferable visual models from natural language supervision. In Proceedings of the Proceedings of the 38th International Conference on Machine Learning, 2021, Vol. 139, Proceedings of Machine Learning Research, pp. 8748–8763. arXiv:2103.00020.
- Zhang, Y.; Jiang, H.; Miura, Y.; Manning, C.D.; Langlotz, C.P. Contrastive learning of medical visual representations from paired images and text. In Proceedings of the Proceedings of Machine Learning for Healthcare, 2022, Vol. 182, Proceedings of Machine Learning Research, pp. 2–25. arXiv:2010.00747.
- Huang, S.C.; Shen, L.; Lungren, M.P.; Yeung, S. Gloria: A multimodal global-local representation learning framework for label-efficient medical image recognition. In Proceedings of the ICCV, 2021, pp. 3942–3951.
- Zhai, X.; Mustafa, B.; Kolesnikov, A.; Beyer, L. Sigmoid loss for language image pre-training. In Proceedings of the ICCV, 2023, pp. 11975–11986.
- Touvron, H.; Lavril, T.; Izacard, G.; et al. Llama: Open and efficient foundation language models. arXiv preprint arXiv:2302.13971 2023.
- Zhou, C.; Liu, P.; Xu, P.; Iyer, S.; Sun, J.; Mao, Y.; Ma, X.; Efrat, A.; Yu, P.; Yu, L.; et al. LIMA: Less Is More for Alignment. In Proceedings of the Advances in Neural Information Processing Systems 36, 2023, pp. 55006–55021. [CrossRef]
- Peng, B.; Li, C.; He, P.; Galley, M.; Gao, J. Instruction Tuning with GPT-4. arXiv arXiv:2304.03277 2023.
- Yang, X.; Chen, A.; PourNejatian, N.; Shin, H.C.; Smith, K.E.; Parisien, C.; Compas, C.; Martin, C.; Flores, M.G.; Zhang, Y.; et al. A large language model for electronic health records. NPJ Digital Medicine 2022, 5, 194. [CrossRef]
- Li, C.; Wong, C.; Zhang, S.; Usuyama, N.; Liu, H.; Yang, J.; Naumann, T.; Poon, H.; Gao, J. LLaVA-Med: Training a Large Language-and-Vision Assistant for Biomedicine in One Day. In Proceedings of the Advances in Neural Information Processing Systems 36, 2023, Vol. 36, pp. 28541–28564. [CrossRef]
- Li, J.; Li, D.; Savarese, S.; Hoi, S. BLIP-2: Bootstrapping Language-Image Pre-training with Frozen Image Encoders and Large Language Models. In Proceedings of the Proceedings of the 40th International Conference on Machine Learning, 2023, Vol. 202, Proceedings of Machine Learning Research, pp. 19730–19742. arXiv:2301.12597.
- Wu, C.; Lin, W.; Zhang, X.; Zhang, Y.; Xie, W.; Wang, Y. PMC-LLaMA: toward building open-source language models for medicine. Journal of the American Medical Informatics Association 2024, 31, 1833–1843. [CrossRef]
- Team, C.; Bauer, B.; Borgeaud, S.; Dries, P.; Guttikonda, S.; Kapturowski, S.; Keeling, C.; Liu, M.; Sifre, L.; Wang, W.; et al. Chameleon: Mixed-modal early-fusion foundation models. arXiv arXiv:2405.09818 2024.
- Liu, H.; Li, C.; Wu, Q.; Lee, Y.J. Visual Instruction Tuning. In Proceedings of the Advances in Neural Information Processing Systems 36, 2023, pp. 34892–34916. [CrossRef]
- Chen, R.J.; et al. Scaling vision transformers to gigapixel images via hierarchical self-supervised learning. In Proceedings of the CVPR, 2022, pp. 16144–16155.
- Lu, M.Y.; Williamson, D.F.; et al. Data-efficient and weakly supervised computational pathology on whole-slide images. Nature biomedical engineering 2021, 5, 555–570. [CrossRef]
- Lu, M.Y.; Chen, B.; et al. A visual-language foundation model for computational pathology. Nature Medicine 2024, 30, 863–874. [CrossRef]
- Gu, A.; Dao, T. Mamba: Linear-time sequence modeling with selective state spaces. arXiv preprint arXiv:2312.00752 2023.
- Moor, M.; Huang, Q.; Wu, S.; Yasunaga, M.; Dalmia, Y.; Leskovec, J.; Zakka, C.; Reis, E.P.; Rajpurkar, P. Med-flamingo: a multimodal medical few-shot learner. arXiv preprint arXiv:2307.15189 2023.
- Al Kuwaiti, A.; Nazer, K.; Al-Reedy, A.; Al-Shehri, S.; Al-Muhanna, A.; Subbarayalu, A.V.; Al Muhanna, D.; Al-Muhanna, F.A. Large Language Models in Healthcare and Medical Domain: A Review. Informatics 2024, 11, 57. [CrossRef]
- Wang, L.; Ma, C.; Feng, X.; Zhang, Z.; Yang, H.; Zhang, J.; Chen, Z.; Tang, J.; Chen, X.; Lin, Y.; et al. A Survey on Large Language Model based Autonomous Agents. Frontiers of Computer Science 2024, 18, 186345. [CrossRef]
- Shazeer, N.; Mirhoseini, A.; Maziarz, K.; Davis, A.; Le, Q.; Hinton, G.; Dean, J. Outrageously Large Neural Networks: The Sparsely-Gated Mixture-of-Experts Layer. International Conference on Learning Representations 2017.
- Fedus, W.; Zoph, B.; Shazeer, N. Switch Transformers: Scaling to Trillion Parameter Models with Simple and Efficient Sparsity. Journal of Machine Learning Research 2022, 23, 1–39. arXiv:2101.03961.
- Jiang, A.Q.; Sablayrolles, A.; Roux, A.; Mensch, A.; Savary, B.; Bamford, C.; Chaplot, D.S.; de las Casas, D.; Hanna, E.B.; Bressand, F.; et al. Mixtral of Experts. arXiv preprint arXiv:2401.04088 2024.
- DeepSeek-AI. DeepSeek-V3 Technical Report. arXiv preprint arXiv:2412.19437 2024.
- Singhal, K.; Azizi, S.; Tu, T.; et al. Large Language Models Encode Clinical Knowledge. Nature 2023, 620, 172–180. [CrossRef]
- Shen, X.; Wang, S.; Tan, Z.; Chen, T. FaithCoT-Bench: Benchmarking Instance-Level Faithfulness of Chain-of-Thought Reasoning. arXiv preprint arXiv:2510.04040 2025.
- Croskerry, P. A Universal Model of Diagnostic Reasoning. Academic Medicine 2009, 84, 1022–1028. [CrossRef]
- Wei, J.; Wang, X.; Schuurmans, D.; Bosma, M.; Ichter, B.; Xia, F.; Chi, E.; Le, Q.; Zhou, D. Chain-of-Thought Prompting Elicits Reasoning in Large Language Models. arXiv preprint arXiv:2201.11903 2022.
- Wang, X.; Wei, J.; Schuurmans, D.; Le, Q.; Chi, E.; Narang, S.; Chowdhery, A.; Zhou, D. Self-Consistency Improves Chain of Thought Reasoning in Language Models. arXiv preprint arXiv:2203.11171 2022.
- Zhou, D.; Schärli, N.; Hou, L.; Wei, J.; Scales, N.; Wang, X.; Schuurmans, D.; Cui, C.; Bousquet, O.; Le, Q.; et al. Least-to-Most Prompting Enables Complex Reasoning in Large Language Models. In Proceedings of the International Conference on Learning Representations, 2023.
- Liévin, V.; Hother, C.E.; Winther, O. Can large language models reason about medical questions? Patterns 2024, 5, 100943. [CrossRef]
- Snell, C.; Lee, J.; Xu, K.; Kumar, A. Scaling LLM Test-Time Compute Optimally can be More Effective than Scaling Model Parameters. arXiv preprint arXiv:2408.03314 2024.
- Cobbe, K.; Kosaraju, V.; Bavarian, M.; Chen, M.; Jun, H.; Kaiser, L.; Plappert, M.; Tworek, J.; Hilton, J.; Nakano, R.; et al. Training Verifiers to Solve Math Word Problems. arXiv preprint arXiv:2110.14168 2021.
- Lightman, H.; Kosaraju, V.; Burda, Y.; Edwards, H.; Baker, B.; Lee, T.; Leike, J.; Schulman, J.; Sutskever, I.; Cobbe, K. Let’s Verify Step by Step. arXiv preprint arXiv:2305.20050 2023.
- Zhang, H.; et al. Scaling Medical Reasoning Verification via Tool-Integrated Reinforcement Learning. arXiv preprint arXiv:2601.20221 2026.
- Yao, S.; Yu, D.; Zhao, J.; Shafran, I.; Griffiths, T.L.; Cao, Y.; Narasimhan, K. Tree of Thoughts: Deliberate Problem Solving with Large Language Models. In Proceedings of the Advances in Neural Information Processing Systems 36, 2023, Vol. 36, pp. 11809–11822. [CrossRef]
- Long, J. Large Language Model Guided Tree-of-Thought. arXiv preprint arXiv:2305.08291 2023.
- Jiang, S.; Liao, Y.; Chen, Z.; Zhang, Y.; Wang, Y.; Wang, Y. MedS3: Towards Medical Slow Thinking with Self-Evolved Soft Dual-sided Process Supervision. In Proceedings of the Proceedings of the AAAI Conference on Artificial Intelligence, 2026, Vol. 40, pp. 31319–31327. [CrossRef]
- Ouyang, L.; Wu, J.; Jiang, X.; Almeida, D.; Wainwright, C.; Mishkin, P.; Zhang, C.; Agarwal, S.; Slama, K.; Ray, A.; et al. Training language models to follow instructions with human feedback. In Proceedings of the Advances in Neural Information Processing Systems, 2022, Vol. 35, pp. 27730–27744.
- Bai, Y.; Kadavath, S.; Kundu, S.; Askell, A.; Kernion, J.; Jones, A.; Chen, A.; Goldie, A.; Mirhoseini, A.; McKinnon, C.; et al. Constitutional AI: Harmlessness from AI Feedback. arXiv arXiv:2212.08073 2022.
- Yin, F.; et al. Internal states before wait modulate reasoning patterns. arXiv preprint arXiv:2510.04128 2025.
- Turpin, M.; Michael, J.; Perez, E.; Bowman, S.R. Measuring Faithfulness in Chain-of-Thought Reasoning. arXiv preprint arXiv:2307.13702 2023.
- Rui, S.; Chen, K.; Ma, W.; Wang, X. AdaThink-Med: Medical Adaptive Thinking with Uncertainty-Guided Length Calibration. arXiv preprint arXiv:2509.24560 2025.
- Li, S.; Qiu, Z.; Liu, J.; Zhang, W.; Lin, T.; Xie, Y.; et al. TumorChain: Interleaved Multimodal Chain-of-Thought Reasoning for Traceable Clinical Tumor Analysis. arXiv preprint arXiv:2603.05867 2026.
- Xu, G.; Jin, P.; Wu, Z.; Li, H.; Song, Y.; Sun, L.; Yuan, L. LLaVA-CoT: Let Vision Language Models Reason Step-by-Step. In Proceedings of the 2025 IEEE/CVF International Conference on Computer Vision (ICCV), 2025, pp. 2087–2098. [CrossRef]
- Uesato, J.; Kushman, N.; Kumar, R.; Song, H.F.; Siegel, N.Y.; Wang, L.; Creswell, A.; Irving, G.; Higgins, I. Solving math word problems with process- and outcome-based feedback. In Proceedings of the NeurIPS Workshop on MATH-AI, 2022.
- Pronesti, M.; Belz, A.; Hou, Y. Beyond Outcome Verification: Verifiable Process Reward Models for Structured Reasoning. arXiv preprint arXiv:2601.17223 2026.
- Zhang, S.; et al. Med-RLVR: Emerging Medical Reasoning from a 3B Base Model via Reinforcement Learning. arXiv preprint arXiv:2502.19655 2025.
- Croskerry, P. The Importance of Cognitive Errors in Diagnosis and Strategies to Minimize Them. Academic Medicine 2003, 78, 775–780. [CrossRef]
- Graber, M.L.; Franklin, N.; Gordon, R. Diagnostic Error in Internal Medicine. Archives of Internal Medicine 2005, 165, 1493–1499. [CrossRef]
- Liu, J.; Wang, Y.; Du, J.; Zhou, J.T.; Liu, Z. MedCoT: Medical Chain of Thought via Hierarchical Expert. In Proceedings of the Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, 2024. arXiv:2412.13736.
- Rawat, R.; et al. DiversityMedQA: Assessing Demographic Biases in Medical Diagnosis using Large Language Models. arXiv preprint arXiv:2409.01497 2024.
- Ghosh, R.; et al. MEDEQUALQA: Evaluating Biases in LLMs with Counterfactual Reasoning. arXiv preprint arXiv:2510.12818 2025.
- Yao, S.; Zhao, J.; Yu, D.; Du, N.; Shafran, I.; Narasimhan, K.; Cao, Y. ReAct: Synergizing Reasoning and Acting in Language Models. In Proceedings of the International Conference on Learning Representations, 2023.
- Schick, T.; Dwivedi-Yu, J.; Dessì, R.; Raileanu, R.; Lomeli, M.; Hambro, E.; Zettlemoyer, L.; Cancedda, N.; Scialom, T. Toolformer: Language Models Can Teach Themselves to Use Tools. In Proceedings of the Advances in Neural Information Processing Systems, 2023, Vol. 36.
- Shinn, N.; Cassano, F.; Gopinath, A.; Narasimhan, K.; Yao, S. Reflexion: Language Agents with Verbal Reinforcement Learning. In Proceedings of the Advances in Neural Information Processing Systems, 2023, Vol. 36.
- Sarvari, P.; Al-fagih, Z.; Abou-Chedid, A.; Jewell, P.; Taylor, R.; Imtiaz, A. Challenges and Solutions in Applying Large Language Models to Guideline-Based Management Planning and Automated Medical Coding in Health Care: Algorithm Development and Validation. JMIR Biomedical Engineering 2025, 10, e66691. [CrossRef]
- Kweon, S.; Kim, J.; et al. AgentClinic: a multimodal agent benchmark to evaluate AI in simulated clinical environments. arXiv preprint arXiv:2405.07960 2024.
- Tang, X.; Zou, A.; Zhang, Z.; Li, Z.; Zhao, Y.; Zhang, X.; Cohan, A.; Gerstein, M. MedAgents: Large Language Models as Collaborators for Zero-shot Medical Reasoning. In Proceedings of the Findings of the Association for Computational Linguistics: ACL 2024, 2024, pp. 599–621. [CrossRef]
- Patil, S.G.; Zhang, T.; Wang, X.; Gonzalez, J.E. Gorilla: Large Language Model Connected with Massive APIs. In Proceedings of the Advances in Neural Information Processing Systems 37, 2024, Vol. 37, pp. 126544–126565. [CrossRef]
- Liu, X.; Rivera, S.C.; Moher, D.; Calvert, M.J.; Denniston, A.K. Reporting guidelines for clinical trial reports for interventions involving artificial intelligence: the CONSORT-AI extension. Nature Medicine 2020, 26, 1364–1374. [CrossRef]
- Rivera, S.C.; Liu, X.; Chan, A.W.; Denniston, A.K.; Calvert, M.J. Guidelines for clinical trial protocols for interventions involving artificial intelligence: the SPIRIT-AI extension. Nature Medicine 2020, 26, 1351–1363. [CrossRef]
- Vasey, B.; Nagendran, M.; Campbell, B.; Clifton, D.A.; Collins, G.S.; Denaxas, S.; Denniston, A.K.; Faes, L.; Geerts, B.F.; Ibrahim, M.; et al. Reporting guideline for the early-stage clinical evaluation of decision support systems driven by artificial intelligence: DECIDE-AI. Nature Medicine 2022, 28, 924–933. [CrossRef]
- Collins, G.S.; Dhiman, P.; Andaur Navarro, C.L.; Ma, J.; Hooft, L.; Reitsma, J.B.; Logullo, P.; Beam, A.L.; Peng, L.; Van Calster, B.; et al. TRIPOD+AI statement: updated guidance for reporting clinical prediction models that use regression or machine learning methods. BMJ 2024, 385, e078378. [CrossRef]
- Lekadir, K.; Frangi, A.F.; Porras, A.R.; et al. FUTURE-AI: international consensus guideline for trustworthy and deployable artificial intelligence in healthcare. BMJ 2025, 388, e081554. [CrossRef]
- U.S. Food and Drug Administration. Artificial Intelligence-Enabled Device Software Functions: Lifecycle Management and Marketing Submission Recommendations (Draft Guidance), 2025. Draft guidance; official regulatory source.
- European Parliament and Council of the European Union. Regulation (EU) 2024/1689 of the European Parliament and of the Council of 13 June 2024 laying down harmonised rules on artificial intelligence, 2024. Official legal/regulatory source.
Table 1.
A survey lens for native perception in medical large models: modalities, typical clinical tasks, recurring failure modes, and evaluation considerations.
Table 1.
A survey lens for native perception in medical large models: modalities, typical clinical tasks, recurring failure modes, and evaluation considerations.
| Modality | Representative tasks | Common failure modes | Evaluation considerations |
|---|---|---|---|
| Gigapixel pathology (WSI) | Slide-level classification, region discovery, mutation/biomarker prediction | Patch aggregation misses rare foci; spurious correlations (staining/site); weak localization faithfulness | External-site validation; sensitivity at low prevalence; localization calibration and pathologist agreement |
| 2D radiology (X-ray/CT slices) | Detection, segmentation, report drafting, visual QA | Subtle lesions ignored; prompt sensitivity; shortcut learning from text artifacts | OOD robustness (scanner/protocol); clinically meaningful endpoints; calibrated uncertainty/abstention |
| Temporal video (surgery) | Phase recognition, event retrieval, safety checklist monitoring | Temporal drift; missed rare adverse events; high latency in long contexts | Timestamp accuracy; procedure-specific safety criteria; evaluation on diverse OR settings |
| Acoustics (cough/breath/speech) | Screening, severity estimation, triage support | Device/environment shift; confounding (age, noise); privacy leakage risk | Cross-device generalization; demographic stratification; prospective validation |
| 3D volumes (CT/MRI) | Lesion search, segmentation, measurement, navigation | Small-lesion miss; spatial inconsistency across slices; exploration bias | Lesion-level sensitivity; spatial consistency; human-in-the-loop workflow timing and error recovery |
Table 2.
Three-phase landscape of Med-MLLMs: typical integration strategy, strengths, limitations, and evaluation emphasis.
Table 2.
Three-phase landscape of Med-MLLMs: typical integration strategy, strengths, limitations, and evaluation emphasis.
| Phase | Integration strategy | Typical strengths | Typical limitations | Evaluation emphasis |
|---|---|---|---|---|
| I. Discriminative alignment | Separate image/text encoders trained contrastively on paired reports | Strong retrieval and representation learning; useful for zero-shot classification | Limited generative explanation; weak multi-turn reasoning; brittle to distribution shift | Retrieval metrics; classification AUC; subset localization/attention sanity checks |
| II. Modular projection + instruction tuning | Frozen (or lightly tuned) vision encoder + LLM connected by a projector/resampler | Training stability; data efficiency; modularity and easier ablations | Information bottleneck; prompt sensitivity; visual-text decoupling can raise hallucination risk | VQA and report generation; grounding tests; robustness to prompt/format changes |
| III. Native omni-models | Interleaved multimodal token streams with end-to-end (or large-scale) training | Deeper cross-modal grounding; long-context integration; richer interleaved IO | High compute and data demands; modality competition; evaluation not yet standardized | Long-context tasks; multi-step workflows; calibration, abstention, and safety-focused stress tests |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2026 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.