paper-with-me

홈 › Papers

MedualTime: A Dual-Adapter Language Model for Medical Time Series-Text Multimodal Learning

2024-06-07 · Jiexia Ye, Weiqi Zhang, Ziyue Li, Jia Li, Meng Zhao, Fugee Tsung

The recent rapid advancements in language models (LMs) have garnered attention in medical time series-text multimodal learning. However, existing contrastive learning-based and prompt-based LM approaches tend to be biased, often assigning a primary role to time series modality while treating text modality as secondary. We classify these approaches under a temporal-primary paradigm, which may overlook the unique and critical task-relevant information embedded in text modality like clinical reports, thus failing to fully leverage mutual benefits and complementarity of different modalities. To fill this gap, we propose a novel textual-temporal multimodal learning paradigm that enables either modality to serve as the primary while being enhanced by the other, thereby effectively capturing modality-specific information and fostering cross-modal interaction. In specific, we design MedualTime, a language model composed of dual adapters to implement temporal-primary and textual-primary modeling simultaneously. Within each adapter, lightweight adaptation tokens are injected into the top layers of LM to encourage high-level modality fusion. The shared LM pipeline by dual adapters not only achieves adapter alignment but also enables efficient fine-tuning, reducing computational resources. Empirically, MedualTime demonstrates superior performance on medical data, achieving notable improvements of 8% accuracy and 12% F1 in supervised settings. Furthermore, MedualTime's transferability is validated by few-shot label transfer experiments from coarse-grained to fine-grained medical data. https://github.com/start2020/MedualTime

📄 PDF Abstract BibTeX arXiv:2406.06620

Code (1)

start2020/medualtime 공식 구현 pytorch

Tasks

Contrastive LearningLanguage ModelingLanguage ModellingTime Series

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

MedAdapter: Efficient Test-Time Adaptation of Large Language Models towards Medical Reasoning

2024-05-05 · Wenqi Shi, ran Xu, Yuchen Zhuang, Yue Yu 외

Despite their improved capabilities in generation and reasoning, adapting large language models (LLMs) to the biomedical domain remains challenging due to their immense size and corporate privacy. In this work, we propos…

Privacy PreservingTest-time Adaptation

MedPEFT-CL: Dual-Phase Parameter-Efficient Continual Learning with Medical Semantic Adapter and Bidirectional Memory Consolidation

2025-11-21 · Ziyuan Gao arxiv

Medical vision-language segmentation models suffer from catastrophic forgetting when adapting to new anatomical structures, requiring complete retraining that limits their clinical deployment. Although continual learning…

parameter-efficient fine-tuningSemantic SimilarityContinual Learning

VLSM-Adapter: Finetuning Vision-Language Segmentation Efficiently with Lightweight Blocks

2024-05-10 · Manish Dhakal, Rabin Adhikari, Safal Thapaliya, Bishesh Khanal

Foundation Vision-Language Models (VLMs) trained using large-scale open-domain images and text pairs have recently been adapted to develop Vision-Language Segmentation Models (VLSMs) that allow providing text prompts dur…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

Parameter-Efficient Domain Knowledge Integration from Multiple Sources for Biomedical Pre-trained Language Models

2021-11-01 · Findings (EMNLP) 2021 11 · Qiuhao Lu, Dejing Dou, Thien Huu Nguyen

Domain-specific pre-trained language models (PLMs) have achieved great success over various downstream tasks in different domains. However, existing domain-specific PLMs mostly rely on self-supervised learning over large…

ArticlesSelf-Supervised Learning

The Impact of LoRA Adapters for LLMs on Clinical NLP Classification Under Data Limitations

2024-07-27 · Thanh-Dung Le, Ti Ti Nguyen, Vu Nguyen Ha, Symeon Chatzinotas 외

Fine-tuning Large Language Models (LLMs) for clinical Natural Language Processing (NLP) poses significant challenges due to the domain gap and limited data availability. This study investigates the effectiveness of vario…