Boosting Memory Efficiency in Transfer Learning for High-Resolution Medical Image Classification
Yijin Huang, Pujin Cheng, Roger Tam, Xiaoying Tang

TL;DR
This paper introduces FPT+, a parameter-efficient transfer learning method that significantly reduces memory consumption for high-resolution medical image classification by using a lightweight side network with fine-grained prompts, outperforming existing PETL methods.
Contribution
FPT+ is a novel PETL approach that leverages a frozen large pre-trained model with a lightweight side network and fine-grained prompts to enable high-resolution medical image classification with minimal memory usage.
Findings
FPT+ uses only 1.03% of learnable parameters compared to full fine-tuning.
FPT+ requires only 3.18% of the memory needed for full model fine-tuning.
FPT+ outperforms other PETL methods across eight diverse medical image datasets.
Abstract
The success of large-scale pre-trained models has established fine-tuning as a standard method for achieving significant improvements in downstream tasks. However, fine-tuning the entire parameter set of a pre-trained model is costly. Parameter-efficient transfer learning (PETL) has recently emerged as a cost-effective alternative for adapting pre-trained models to downstream tasks. Despite its advantages, the increasing model size and input resolution present challenges for PETL, as the training memory consumption is not reduced as effectively as the parameter usage. In this paper, we introduce Fine-grained Prompt Tuning plus (FPT+), a PETL method designed for high-resolution medical image classification, which significantly reduces the training memory consumption compared to other PETL methods. FPT+ performs transfer learning by training a lightweight side network and accessing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBrain Tumor Detection and Classification
MethodsSparse Evolutionary Training · Local Prior Matching
