Straightforward Layer-wise Pruning for More Efficient Visual Adaptation
Ruizi Han, Jinglei Tang

TL;DR
This paper introduces SLS, a layer-wise pruning method for PETL models that reduces storage overhead and improves efficiency by evaluating layer importance through clustering metrics, addressing redundancy in transferred models.
Contribution
The paper proposes a simple, storage-efficient layer-wise pruning approach tailored for PETL models, utilizing clustering metrics to inform pruning decisions and improve model efficiency.
Findings
SLS reduces storage overhead compared to traditional pruning methods.
Pruned models achieve a better balance between accuracy and throughput.
SLS enhances speed and accuracy of PETL models in experiments.
Abstract
Parameter-efficient transfer learning (PETL) aims to adapt large pre-trained models using limited parameters. While most PETL approaches update the added parameters and freeze pre-trained weights during training, the minimal impact of task-specific deep layers on cross-domain data poses a challenge as PETL cannot modify them, resulting in redundant model structures. Structural pruning effectively reduces model redundancy; however, common pruning methods often lead to an excessive increase in stored parameters due to varying pruning structures based on pruning rates and data. Recognizing the storage parameter volume issue, we propose a Straightforward layer-wise pruning method, called SLS, for pruning PETL-transferred models. By evaluating parameters from a feature perspective of each layer and utilizing clustering metrics to assess current parameters based on clustering phenomena in…
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
TopicsAdvanced Vision and Imaging · Image Enhancement Techniques · Color Science and Applications
MethodsFocus · Pruning · SPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
