paper-with-me

Papers

Multimodal Large Language Models for Medicine: A Comprehensive Survey

2025-04-29 · Jiarui Ye, Hao Tang

MLLMs have recently become a focal point in the field of artificial intelligence research. Building on the strong capabilities of LLMs, MLLMs are adept at addressing complex multi-modal tasks. With the release of GPT-4, MLLMs have gained substantial attention from different domains. Researchers have begun to explore the potential of MLLMs in the medical and healthcare domain. In this paper, we first introduce the background and fundamental concepts related to LLMs and MLLMs, while emphasizing the working principles of MLLMs. Subsequently, we summarize three main directions of application within healthcare: medical reporting, medical diagnosis, and medical treatment. Our findings are based on a comprehensive review of 330 recent papers in this area. We illustrate the remarkable capabilities of MLLMs in these domains by providing specific examples. For data, we present six mainstream modes of data along with their corresponding evaluation benchmarks. At the end of the survey, we discuss the challenges faced by MLLMs in the medical and healthcare domain and propose feasible methods to mitigate or overcome these issues.

📄 PDF Abstract BibTeX arXiv:2504.21051

Code (0)

등록된 구현이 없습니다.

Tasks

Medical DiagnosisSurvey

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

A Comprehensive Survey of Large Language Models and Multimodal Large Language Models in Medicine

2024-05-14 · Hanguang Xiao, Feizhong Zhou, Xingyue Liu, Tianqi Liu 외

Since the release of ChatGPT and GPT-4, large language models (LLMs) and multimodal large language models (MLLMs) have attracted widespread attention for their exceptional capabilities in understanding, reasoning, and ge…

Survey

Large Language Models in Bioinformatics: A Survey

2025-03-06 · Zhenyu Wang, Zikang Wang, Jiyue Jiang, Pengan Chen 외

Large Language Models (LLMs) are revolutionizing bioinformatics, enabling advanced analysis of DNA, RNA, proteins, and single-cell data. This survey provides a systematic review of recent advancements, focusing on genomi…

Survey

A Survey of LLM-based Agents in Medicine: How far are we from Baymax?

2025-02-16 · Wenxuan Wang, Zizhan Ma, Zheng Wang, Chenghan Wu 외

Large Language Models (LLMs) are transforming healthcare through the development of LLM-based agents that can understand, reason about, and assist with medical tasks. This survey provides a comprehensive review of LLM-ba…

HallucinationSurvey

A Comprehensive Survey of Foundation Models in Medicine

2024-06-15 · Wasif Khan, Seowung Leem, Kyle B. See, Joshua K. Wong 외

Foundation models (FMs) are large-scale deep learning models trained on massive datasets, often using self-supervised learning techniques. These models serve as a versatile base for a wide range of downstream tasks, incl…

Graph LearningMedical Image AnalysisSelf-Supervised LearningSurvey

Large Language Model Benchmarks in Medical Tasks

2024-10-28 · Lawrence K. Q. Yan, Qian Niu, Ming Li, Yichao Zhang 외

With the increasing application of large language models (LLMs) in the medical domain, evaluating these models' performance using benchmark datasets has become crucial. This paper presents a comprehensive survey of vario…

Image CaptioningLanguage ModelingLanguage ModellingLarge Language Model+6