paper-with-me

Papers

Med-MoE: Mixture of Domain-Specific Experts for Lightweight Medical Vision-Language Models

2024-04-16 · Songtao Jiang, Tuo Zheng, Yan Zhang, Yeying Jin, Li Yuan, Zuozhu Liu

Recent advancements in general-purpose or domain-specific multimodal large language models (LLMs) have witnessed remarkable progress for medical decision-making. However, they are designated for specific classification or generative tasks, and require model training or finetuning on large-scale datasets with sizeable parameters and tremendous computing, hindering their clinical utility across diverse resource-constrained scenarios in practice. In this paper, we propose a novel and lightweight framework Med-MoE (Mixture-of-Experts) that tackles both discriminative and generative multimodal medical tasks. The learning of Med-MoE consists of three steps: multimodal medical alignment, instruction tuning and routing, and domain-specific MoE tuning. After aligning multimodal medical images with LLM tokens, we then enable the model for different multimodal medical tasks with instruction tuning, together with a trainable router tailored for expert selection across input modalities. Finally, the model is tuned by integrating the router with multiple domain-specific experts, which are selectively activated and further empowered by meta expert. Comprehensive experiments on both open- and close-end medical question answering (Med-VQA) and image classification tasks across datasets such as VQA-RAD, SLAKE and Path-VQA demonstrate that our model can achieve performance superior to or on par with state-of-the-art baselines, while only requiring approximately 30\%-50\% of activated model parameters. Extensive analysis and ablations corroborate the effectiveness and practical utility of our method.

📄 PDF Abstract BibTeX arXiv:2404.10237

Code (2)

jiangsongtao/med-moe 공식 구현 pytorch
jiangsongtao/tinymed 공식 구현 pytorch

Tasks

image-classificationImage ClassificationMedical Question AnsweringMixture-of-ExpertsQuestion AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

dFLMoE: Decentralized Federated Learning via Mixture of Experts for Medical Data Analysis

2025-03-13 · CVPR 2025 1 · Luyuan Xie, Tianyu Luan, Wenyuan Cai, Guochen Yan 외

Federated learning has wide applications in the medical field. It enables knowledge sharing among different healthcare institutes while protecting patients' privacy. However, existing federated learning systems are typic…

Federated LearningMixture-of-Experts

Scene-Adaptive Continual Learning for CSI-based Human Activity Recognition with Mixture of Experts

2026-05-07 · Wenhan Zheng, Yuyi Mao, Ivan Wang-Hei Ho arxiv

Channel state information (CSI)-based human activity recognition (HAR) is vulnerable to performance degradation under domain shifts across varying physical environments. Continual learning (CL) offers a principled way to…

Human Activity RecognitionComputational EfficiencyContinual Learning

MoME: Mixture of Visual Language Medical Experts for Medical Imaging Segmentation

2025-10-30 · Arghavan Rezvani, Xiangyi Yan, Anthony T. Wu, Kun Han 외 arxiv

In this study, we propose MoME, a Mixture of Visual Language Medical Experts, for Medical Image Segmentation. MoME adapts the successful Mixture of Experts (MoE) paradigm, widely used in Large Language Models (LLMs), for…

Medical Image Segmentation

MedMoE: Modality-Specialized Mixture of Experts for Medical Vision-Language Understanding

2025-06-10 · Shivang Chopra, Lingchao Mao, Gabriela Sanchez-Rodriguez, Andrew J Feola 외

Different medical imaging modalities capture diagnostic information at varying spatial resolutions, from coarse global patterns to fine-grained localized structures. However, most existing vision-language frameworks in t…

DiagnosticMixture-of-Experts

MoEGen: Mixture-of-Experts for Instance-Adaptive LoRA Generation

2026-08-04 · Yiming Zeng, Lei Lu, Zexin Li, Zhuochun Li 외 arxiv

Parameter-efficient fine-tuning (PEFT) enables efficient adaptation of large language models, but existing MoE-based PEFT methods typically improve capacity by storing multiple full LoRA experts, causing adapter storage …

parameter-efficient fine-tuningDomain Adaptation