paper-with-me

홈 › Papers

Efficiency in Focus: LayerNorm as a Catalyst for Fine-tuning Medical Visual Language Pre-trained Models

2024-04-25 · Jiawei Chen, Dingkang Yang, Yue Jiang, Mingcheng Li, Jinjie Wei, Xiaolu Hou, Lihua Zhang

In the realm of Medical Visual Language Models (Med-VLMs), the quest for universal efficient fine-tuning mechanisms remains paramount, especially given researchers in interdisciplinary fields are often extremely short of training resources, yet largely unexplored. Given the unique challenges in the medical domain, such as limited data scope and significant domain-specific requirements, evaluating and adapting Parameter-Efficient Fine-Tuning (PEFT) methods specifically for Med-VLMs is essential. Most of the current PEFT methods on Med-VLMs have yet to be comprehensively investigated but mainly focus on adding some components to the model's structure or input. However, fine-tuning intrinsic model components often yields better generality and consistency, and its impact on the ultimate performance of Med-VLMs has been widely overlooked and remains understudied. In this paper, we endeavour to explore an alternative to traditional PEFT methods, especially the impact of fine-tuning LayerNorm layers, FFNs and Attention layers on the Med-VLMs. Our comprehensive studies span both small-scale and large-scale Med-VLMs, evaluating their performance under various fine-tuning paradigms across tasks such as Medical Visual Question Answering and Medical Imaging Report Generation. The findings reveal unique insights into the effects of intrinsic parameter fine-tuning methods on fine-tuning Med-VLMs to downstream tasks and expose fine-tuning solely the LayerNorm layers not only surpasses the efficiency of traditional PEFT methods but also retains the model's accuracy and generalization capabilities across a spectrum of medical downstream tasks. The experiments show LayerNorm fine-tuning's superior adaptability and scalability, particularly in the context of large-scale Med-VLMs.

📄 PDF Abstract BibTeX arXiv:2404.16385

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Visual Question Answeringparameter-efficient fine-tuningQuestion AnsweringVisual Question Answering

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Tuning LayerNorm in Attention: Towards Efficient Multi-Modal LLM Finetuning

2023-12-18 · Bingchen Zhao, Haoqin Tu, Chen Wei, Jieru Mei 외

This paper introduces an efficient strategy to transform Large Language Models (LLMs) into Multi-Modal Large Language Models (MLLMs). By conceptualizing this transformation as a domain adaptation process, i.e., transitio…

Domain AdaptationGPU

Exploiting Layer Normalization Fine-tuning in Visual Transformer Foundation Models for Classification

2025-08-11 · Zhaorui Tan, Tan Pan, Kaizhu Huang, Weimiao Yu 외 arxiv

LayerNorm is pivotal in Vision Transformers (ViTs), yet its fine-tuning dynamics under data scarcity and domain shifts remain underexplored. This paper shows that shifts in LayerNorm parameters after fine-tuning (LayerNo…

Transfer Learning

LayerNorm: A key component in parameter-efficient fine-tuning

2024-03-29 · Taha ValizadehAslani, Hualou Liang

Fine-tuning a pre-trained model, such as Bidirectional Encoder Representations from Transformers (BERT), has been proven to be an effective method for solving many natural language processing (NLP) tasks. However, due to…

parameter-efficient fine-tuning

Extracting ORR Catalyst Information for Fuel Cell from Scientific Literature

2025-07-10 · Hein Htet, Amgad Ahmed Ali Ibrahim, Yutaka Sasaki, Ryoji Asahi arxiv

The oxygen reduction reaction (ORR) catalyst plays a critical role in enhancing fuel cell efficiency, making it a key focus in material science research. However, extracting structured information about ORR catalysts fro…

Information ExtractionRelation Extraction

How to Adapt Your Large-Scale Vision-and-Language Model

2021-09-29 · Konwoo Kim, Michael Laskin, Igor Mordatch, Deepak Pathak

Pre-training large-scale vision and language models (e.g. CLIP) has shown promising results in representation and transfer learning. We investigate the question of how to efficiently adapt these models to downstream task…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+1