arXiv:2505.13563cs.LGcs.AI2025-05NeurIPS

无需数据即可实现超高压缩比的微调模型存储方案

Breaking the Compression Ceiling: Data-Free Pipeline for Ultra-Efficient Delta Compression

  • 基于方差与分布特性动态分配稀疏度,保留关键信息
  • 在50倍以上压缩下仍保持模型性能,部分任务达224倍压缩
  • 适合资源受限场景下的模型部署与多任务存储

随着微调预训练模型范式的兴起,为多任务存储大量微调模型带来显著存储负担。增量压缩通过仅存储预训练模型和高度压缩的增量权重(微调前后权重差异)缓解此问题。然而,现有方法难以兼顾高压缩率与高性能,且常依赖训练数据。为此,我们提出UltraDelta——首个无需数据的增量压缩管道,在实现超高压缩的同时保持强性能。其核心设计包括:(1) 基于方差的混合稀疏分配,按层间方差自适应分配稀疏度,保护层间信息;(2) 分布感知压缩,先统一量化再按值分组,结合组内剪枝,更好保留层内分布;(3) 轨迹范数引导重缩放,利用增量权重的轨迹范数估计全局重缩放因子,提升高压缩下的模型稳定性。在大型语言模型(微调于LLaMA-2 7B与13B,最高达50倍压缩)、通用NLP模型(RoBERTa-base, T5-base,最高224倍压缩)、视觉模型(ViT-B/32, ViT-L/14,最高132倍压缩)及多模态模型(BEiT-3,18倍压缩)上广泛实验表明,UltraDelta在超高压缩条件下持续优于现有方法。代码已开源。

原文摘要 · Abstract (English)

With the rise of the fine-tuned-pretrained paradigm, storing numerous fine-tuned models for multi-tasking creates significant storage overhead. Delta compression alleviates this by storing only the pretrained model and the highly compressed delta weights (the differences between fine-tuned and pretrained model weights). However, existing methods fail to maintain both high compression and performance, and often rely on data. To address these challenges, we propose UltraDelta, the first data-free delta compression pipeline that achieves both ultra-high compression and strong performance. UltraDelta is designed to minimize redundancy, maximize information, and stabilize performance across inter-layer, intra-layer, and global dimensions, using three key components: (1) Variance-Based Mixed Sparsity Allocation assigns sparsity based on variance, giving lower sparsity to high-variance layers to preserve inter-layer information. (2) Distribution-Aware Compression applies uniform quantization and then groups parameters by value, followed by group-wise pruning, to better preserve intra-layer distribution. (3) Trace-Norm-Guided Rescaling uses the trace norm of delta weights to estimate a global rescaling factor, improving model stability under higher compression. Extensive experiments across (a) large language models (fine-tuned on LLaMA-2 7B and 13B) with up to 50x compression, (b) general NLP models (RoBERTa-base, T5-base) with up to 224x compression, (c) vision models (ViT-B/32, ViT-L/14) with up to 132x compression, and (d) multi-modal models (BEiT-3) with 18x compression, demonstrate that UltraDelta consistently outperforms existing methods, especially under ultra-high compression. Code is available at https://github.com/xiaohuiwang000/UltraDelta.

增量压缩无数据模型存储稀疏化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。