Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

SHERL: Synthesizing High Accuracy and Efficient Memory for Resource-Limited Transfer Learning

About

Parameter-efficient transfer learning (PETL) has emerged as a flourishing research field for adapting large pre-trained models to downstream tasks, greatly reducing trainable parameters while grappling with memory challenges during fine-tuning. To address it, memory-efficient series (METL) avoid backpropagating gradients through the large backbone. However, they compromise by exclusively relying on frozen intermediate outputs and limiting the exhaustive exploration of prior knowledge from pre-trained models. Moreover, the dependency and redundancy between cross-layer features are frequently overlooked, thereby submerging more discriminative representations and causing an inherent performance gap (vs. conventional PETL methods). Hence, we propose an innovative METL strategy called SHERL for resource-limited scenarios to decouple the entire adaptation into two successive and complementary processes. In the early route, intermediate outputs are consolidated via an anti-redundancy operation, enhancing their compatibility for subsequent interactions; thereby in the late route, utilizing minimal late pre-trained layers could alleviate the peak demand on memory overhead and regulate these fairly flexible features into more adaptive and powerful representations for new domains. Extensive ablations on vision-and-language and language-only tasks show that SHERL combines the strengths of both parameter and memory-efficient techniques, performing on-par or better across diverse architectures with lower memory during fine-tuning. Our code is publicly available at: https://github.com/Paranioar/SHERL.

Haiwen Diao, Bo Wan, Xu Jia, Yunzhi Zhuge, Ying Zhang, Huchuan Lu, Long Chen• 2024

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringVQA v2 (test-dev)
Overall Accuracy75.53
706
Natural Language UnderstandingGLUE
SST-295.8
531
Visual Question AnsweringVQA v2 (test-std)
Accuracy75.82
486
Image ClassificationVTAB 1K
Overall Mean Accuracy77.9
258
Visual GroundingRefCOCO+ (val)
Accuracy73.29
212
Visual GroundingRefCOCO+ (testA)
Accuracy80.11
206
Visual Question AnsweringGQA (test-dev)
Accuracy60.16
184
Visual GroundingRefCOCO+ (testB)
Accuracy64.59
180
Visual GroundingRefCOCO (val)
Accuracy83.02
147
Visual GroundingRefCOCO (testB)
Accuracy78.41
138
Showing 10 of 19 rows

Other info

Follow for update