Parameter-efficient is not sufficient: Exploring Parameter, Memory, and Time Efficient Adapter Tuning for Dense Predictions
Dongshuo Yin, Xueting Han, Bin Li, Hao Feng, Jing Bai

TL;DR
This paper introduces E^3VA, a novel adapter tuning method for computer vision that significantly reduces training memory and time while maintaining high performance, making large model training more accessible for low-resource settings.
Contribution
The paper proposes E^3VA, a parameter, memory, and time efficient adapter tuning method that enables effective training of large models with minimal resources.
Findings
E^3VA saves up to 62.2% training memory and 26.2% training time.
E^3VA achieves comparable or better performance than full fine-tuning and other PETL methods.
It enables training large models on low-resource hardware with minimal trainable parameters.
Abstract
Pre-training & fine-tuning is a prevalent paradigm in computer vision (CV). Recently, parameter-efficient transfer learning (PETL) methods have shown promising performance in adapting to downstream tasks with only a few trainable parameters. Despite their success, the existing PETL methods in CV can be computationally expensive and require large amounts of memory and time cost during training, which limits low-resource users from conducting research and applications on large models. In this work, we propose Parameter, Memory, and Time Efficient Visual Adapter () tuning to address this issue. We provide a gradient backpropagation highway for low-rank adapters which eliminates the need for expensive backpropagation through the frozen pre-trained model, resulting in substantial savings of training memory and training time. Furthermore, we optimise the …
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Advanced Image and Video Retrieval Techniques
MethodsAdapter
