Papers › DARE the Extreme: Revisiting Delta-Parameter Pruning For Fine-Tuned Models

DARE the Extreme: Revisiting Delta-Parameter Pruning For Fine-Tuned Models

12 Oct 2024arXiv:2410.09344archive 2025-07-28

Wenlong Deng, Yize Zhao, Vala Vakilian, Minghui Chen, Xiaoxiao Li, Christos Thrampoulidis

Storing open-source fine-tuned models separately introduces redundancy and increases response times in applications utilizing multiple models. Delta-parameter pruning (DPP), particularly the random drop and rescale (DARE) method proposed by Yu et al., addresses this by pruning the majority of delta parameters--the differences between fine-tuned and pre-trained model weights--while typically maintaining minimal performance loss. However, DARE fails when either the pruning rate or the magnitude of the delta parameters is large. We highlight two key reasons for this failure: (1) an excessively large rescaling factor as pruning rates increase, and (2) high mean and variance in the delta parameters. To push DARE's limits, we introduce DAREx (DARE the eXtreme), which features two algorithmic improvements: (1) DAREx-q, a rescaling factor modification that significantly boosts performance at high pruning rates (e.g., >30 % on COLA and SST2 for encoder models, with even greater gains in decoder models), and (2) DAREx-L2, which combines DARE with AdamR, an in-training method that applies appropriate delta regularization before DPP. We also demonstrate that DAREx-q can be seamlessly combined with vanilla parameter-efficient fine-tuning techniques like LoRA and can facilitate structural DPP. Additionally, we revisit the application of importance-based pruning techniques within DPP, demonstrating that they outperform random-based methods when delta parameters are large. Through this comprehensive study, we develop a pipeline for selecting the most appropriate DPP method under various practical scenarios.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.09344")

Code

Syntology Ran 12 of 17 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong; 10 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

vengdeng/darex officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 12 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
1ran · our draft was wrong
10ran
5unverified

Licence: 17 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from vengdeng/darex. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

is_number vengdeng/darex/utils/evaluate_llms_utils.py official repository ran · violated contract no licence file found · pointer only · 0fe9cf6c00ef56ea · report
add_back_decoder vengdeng/darex/utils/deltaprune.py official repository ran no licence file found · pointer only · f610ce38c215e0b3 · report
batch_data vengdeng/darex/find_q_decoder.py official repository ran no licence file found · pointer only · d49a90d96daf66f7 · report
cal_delta_param_decoder vengdeng/darex/utils/deltaprune.py official repository ran no licence file found · pointer only · e3f5f65ef9c76959 · report
drop_decoder vengdeng/darex/utils/deltaprune.py official repository ran no licence file found · pointer only · d877155389b89d32 · report
extract_res vengdeng/darex/utils/metrics.py official repository ran no licence file found · pointer only · 95693ad4a192c071 · report
find_layers vengdeng/darex/utils/getwx.py official repository ran · our draft was wrong no licence file found · pointer only · 2ed16fcdc14ad951 · report
get_outpuchage vengdeng/darex/utils/outputchange.py official repository ran no licence file found · pointer only · aa111ae3259d74f6 · report
optimal_q_calculation vengdeng/darex/utils/analyticalq.py official repository ran no licence file found · pointer only · 23f6861e67c10b94 · report
output_loader vengdeng/darex/utils/outputchange.py official repository ran no licence file found · pointer only · 6ea7104a43c76889 · report
phi_func vengdeng/darex/utils/analyticalq.py official repository ran fingerprinted no licence file found · pointer only · 87cb5010447732ab · report
remove_one_outlier vengdeng/darex/find_q_encoder.py official repository ran fingerprinted no licence file found · pointer only · db6d55cd1fb1ce20 · report
analytical_resolve_new vengdeng/darex/utils/analyticalq.py official repository unverified no licence file found · pointer only · 080b98d73a404601 · report
batch_data vengdeng/darex/utils/evaluate_llms_utils.py official repository unverified no licence file found · pointer only · d49412b3a690206e · report
get_loaders vengdeng/darex/utils/getwx.py official repository unverified no licence file found · pointer only · a54651cc8454cb77 · report
get_outpuchage_decoder vengdeng/darex/utils/outputchange.py official repository unverified no licence file found · pointer only · 6839d02854b154b2 · report
get_wikitext2 vengdeng/darex/utils/getwx.py official repository unverified no licence file found · pointer only · ecc04d6edadf3e8b · report

Tasks

parameter-efficient fine-tuning

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

COLAPruning

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections