Dynamic Base model Shift for Delta Compression
Chenyu Huang, Peng Ye, Shenghe Zheng, Xiaohui Wang, Lei Bai, Tao Chen, Wanli Ouyang

TL;DR
This paper introduces Dynamic Base Model Shift (DBMS), a method that adaptively shifts the base model before delta compression to significantly improve performance at high compression ratios across various transformer models.
Contribution
The paper proposes DBMS, a novel approach that dynamically adjusts the base model for delta compression, outperforming existing methods especially at high compression rates.
Findings
DBMS maintains high performance under extreme compression ratios.
It is effective across language, vision, and multi-modal transformer models.
DBMS can be integrated with other compression techniques.
Abstract
Transformer-based models with the pretrain-finetune paradigm bring about significant progress, along with the heavy storage and deployment costs of finetuned models on multiple tasks. Delta compression attempts to lower the costs by reducing the redundancy of delta parameters (i.e., the difference between the finetuned and pre-trained model weights) through pruning or quantization. However, existing methods by default employ the pretrained model as the base model and compress the delta parameters for every task, which may causes significant performance degradation, especially when the compression rate is extremely high. To tackle this issue, we investigate the impact of different base models on the performance of delta compression and find that the pre-trained base model can hardly be optimal. To this end, we propose Dynamic Base Model Shift (DBMS), which dynamically adapts the base…
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
TopicsAdvanced Neural Network Applications · Generative Adversarial Networks and Image Synthesis · Domain Adaptation and Few-Shot Learning
MethodsPruning · Balanced Selection
