paper-with-me

Papers

Less Could Be Better: Parameter-efficient Fine-tuning Advances Medical Vision Foundation Models

2024-01-22 · Chenyu Lian, Hong-Yu Zhou, Yizhou Yu, Liansheng Wang

Parameter-efficient fine-tuning (PEFT) that was initially developed for exploiting pre-trained large language models has recently emerged as an effective approach to perform transfer learning on computer vision tasks. However, the effectiveness of PEFT on medical vision foundation models is still unclear and remains to be explored. As a proof of concept, we conducted a detailed empirical study on applying PEFT to chest radiography foundation models. Specifically, we delved into LoRA, a representative PEFT method, and compared it against full-parameter fine-tuning (FFT) on two self-supervised radiography foundation models across three well-established chest radiograph datasets. Our results showed that LoRA outperformed FFT in 13 out of 18 transfer learning tasks by at most 2.9% using fewer than 1% tunable parameters. Combining LoRA with foundation models, we set up new state-of-the-art on a range of data-efficient learning tasks, such as an AUROC score of 80.6% using 1% labeled data on NIH ChestX-ray14. We hope this study can evoke more attention from the community in the use of PEFT for transfer learning on medical imaging tasks. Code and models are available at https://github.com/RL4M/MED-PEFT.

📄 PDF Abstract BibTeX arXiv:2401.12215

Code (1)

rl4m/med-peft 공식 구현 pytorch

Tasks

parameter-efficient fine-tuningTransfer Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Sparse Structure Search for Delta Tuning

2022-11-01 · NIPS 2022 11 · Shengding Hu, Zhen Zhang, Ning Ding, Yadao Wang 외

Adapting large pre-trained models (PTMs) through fine-tuning imposes prohibitive computational and storage burdens. Recent studies of delta tuning (DT), i.e., parameter-efficient tuning, find that only optimizing a smal…

How to Fine-Tune Vision Models with SGD

2022-11-17 · Ananya Kumar, Ruoqi Shen, Sebastien Bubeck, Suriya Gunasekar

SGD and AdamW are the two most used optimizers for fine-tuning large neural networks in computer vision. When the two methods perform the same, SGD is preferable because it uses less memory (12 bytes/parameter with momen…

GPU

Staying Alive: Online Neural Network Maintenance and Systemic Drift

2025-03-22 · Joshua E. Hammond, Tyler Soderstrom, Brian A. Korgel, Michael Baldea

We present the Subset Extended Kalman Filter (SEKF) as a method to update previously trained model weights online rather than retraining or finetuning them when the system a model represents drifts away from the conditio…

Sparse Structure Search for Parameter-Efficient Tuning

2022-06-15 · Shengding Hu, Zhen Zhang, Ning Ding, Yadao Wang 외

Adapting large pre-trained models (PTMs) through fine-tuning imposes prohibitive computational and storage burdens. Recent studies of parameter-efficient tuning (PET) find that only optimizing a small portion of paramete…

On the Effectiveness of Adapter-based Tuning for Pretrained Language Model Adaptation

2021-06-06 · ACL 2021 5 · Ruidan He, Linlin Liu, Hai Ye, Qingyu Tan 외

Adapter-based tuning has recently arisen as an alternative to fine-tuning. It works by adding light-weight adapter modules to a pretrained language model (PrLM) and only updating the parameters of adapter modules when le…

Language ModelingLanguage Modelling