paper-with-me

Papers

Sparse Structure Search for Delta Tuning

2022-11-01 · NIPS 2022 11 · Shengding Hu, Zhen Zhang, Ning Ding, Yadao Wang, Yasheng Wang, Zhiyuan Liu, Maosong Sun

Adapting large pre-trained models (PTMs) through fine-tuning imposes prohibitive computational and storage burdens. Recent studies of delta tuning (DT), i.e., parameter-efficient tuning, find that only optimizing a small portion of parameters conditioned on PTMs could yield on-par performance compared to conventional fine-tuning. Generally, DT methods exquisitely design delta modules (DT modules) which could be applied to arbitrary fine-grained positions inside PTMs. However, the effectiveness of these fine-grained positions largely relies on sophisticated manual designation, thereby usually producing sub-optimal results. In contrast to the manual designation, we explore constructing DT modules in an automatic manner. We automatically \textbf{S}earch for the \textbf{S}parse \textbf{S}tructure of \textbf{Delta} Tuning (SDelta). Based on a unified framework of various DT methods, SDelta conducts the differentiable DT structure search through bi-level optimization and proposes shifted global sigmoid method to explicitly control the number of trainable parameters. Extensive experiments show that SDelta surpasses manual and random structures with less trainable parameters. The searched structures preserve more than 99\% fine-tuning performance with 0.01\% trainable parameters. Moreover, the advantage of SDelta is amplified with extremely low trainable parameters budgets (0.0009\%0.01\%). The searched structures are transferable and explainable, providing suggestions and guidance for the future design of DT methods.

📄 PDF Abstract BibTeX

Code (1)

thunlp/S3Delta pytorch

Similar Papers 제목 키워드 기반

SVFT: Parameter-Efficient Fine-Tuning with Singular Vectors

2024-05-30 · Vijay Lingam, Atula Tejaswi, Aditya Vavre, Aneesh Shetty 외

Popular parameter-efficient fine-tuning (PEFT) methods, such as LoRA and its variants, freeze pre-trained model weights \(W\) and inject learnable matrices \(\Delta W\). These \(\Delta W\) matrices are structured for eff…

parameter-efficient fine-tuning

Scaling Sparse Fine-Tuning to Large Language Models

2024-01-29 · Alan Ansell, Ivan Vulić, Hannah Sterz, Anna Korhonen 외

Large Language Models (LLMs) are difficult to fully fine-tune (e.g., with instructions or human feedback) due to their sheer number of parameters. A family of parameter-efficient sparse fine-tuning methods have proven pr…

parameter-efficient fine-tuningQuantization

Delta-SVD: Efficient Compression for Personalized Text-to-Image Models

2025-08-23 · Tangyuan Zhang, Shangyu Chen, Qixiang Chen, Jianfei Cai arxiv

Personalized text-to-image models such as DreamBooth require fine-tuning large-scale diffusion backbones, resulting in significant storage overhead when maintaining many subject-specific models. We present Delta-SVD, a p…

Screening for a Reweighted Penalized Conditional Gradient Method

2021-07-02 · Yifan Sun, Francis Bach

The conditional gradient method (CGM) is widely used in large-scale sparse convex optimization, having a low per iteration computational cost for structured sparse regularizers and a greedy approach to collecting nonzero…

OpenDelta: A Plug-and-play Library for Parameter-efficient Adaptation of Pre-trained Models

2023-07-05 · Shengding Hu, Ning Ding, Weilin Zhao, Xingtai Lv 외

The scale of large pre-trained models (PTMs) poses significant challenges in adapting to downstream tasks due to the high optimization overhead and storage costs associated with full-parameter fine-tuning. To address thi…