Papers › Expanding Sparse Tuning for Low Memory Usage

Expanding Sparse Tuning for Low Memory Usage

4 Nov 2024arXiv:2411.01800archive 2025-07-28

Shufan Shen, Junshu Sun, Xiangyang Ji, Qingming Huang, Shuhui Wang

Parameter-efficient fine-tuning (PEFT) is an effective method for adapting pre-trained vision models to downstream tasks by tuning a small subset of parameters. Among PEFT methods, sparse tuning achieves superior performance by only adjusting the weights most relevant to downstream tasks, rather than densely tuning the whole weight matrix. However, this performance improvement has been accompanied by increases in memory usage, which stems from two factors, i.e., the storage of the whole weight matrix as learnable parameters in the optimizer and the additional storage of tunable weight indexes. In this paper, we propose a method named SNELL (Sparse tuning with kerNELized LoRA) for sparse tuning with low memory usage. To achieve low memory usage, SNELL decomposes the tunable matrix for sparsification into two learnable low-rank matrices, saving from the costly storage of the whole original matrix. A competition-based sparsification mechanism is further proposed to avoid the storage of tunable weight indexes. To maintain the effectiveness of sparse tuning with low-rank matrices, we extend the low-rank decomposition by applying nonlinear kernel functions to the whole-matrix merging. Consequently, we gain an increase in the rank of the merged matrix, enhancing the ability of SNELL in adapting the pre-trained models to downstream tasks. Extensive experiments on multiple downstream tasks show that SNELL achieves state-of-the-art performance with low memory usage, endowing PEFT with sparse tuning to large-scale models. Codes are available at https://github.com/ssfgunner/SNELL.

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="2411.01800")

Code

Syntology Ran 6 of 13 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 4 ran · fixture could not drive it; 1 ran with no contract checked.

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

ssfgunner/snell officialmentioned in papermentioned on GitHubpytorchMIT 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

13 samples harvested; 6 ran; 0 honoured the contract we drafted; 7 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 · our draft was wrong
4ran · fixture could not drive it
1ran
7unverified

Licence: 0 of the 13 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 ssfgunner/snell. “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.

SNELL ssfgunner/snell/model/vision_transformer_timm.py official repository ran MIT (permissive) · c7342ee375632496 · report
drop_path ssfgunner/SNELL/model/utils.py official repository ran · fixture could not drive it MIT (permissive) · 39eace7e2822504f · report
resize_pos_embed ssfgunner/SNELL/model/vision_transformer_timm.py official repository ran · fixture could not drive it MIT (permissive) · 191b2735955d18f4 · report
trunc_normal_ ssfgunner/SNELL/model/utils.py official repository ran · fixture could not drive it MIT (permissive) · 02566da69866c48c · report
window_partition ssfgunner/SNELL/model/swin_timm.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 993ae96666b00cb5 · report
window_reverse ssfgunner/SNELL/model/swin_timm.py official repository ran · our draft was wrong MIT (permissive) · 609922bd93c75117 · report
build_optimizer ssfgunner/SNELL/lib/utils.py official repository unverified MIT (permissive) · dae3c8f086c47ae7 · report
build_transform ssfgunner/SNELL/lib/datasets.py official repository unverified MIT (permissive) · 77106d449591afd8 · report
check_keywords_in_name ssfgunner/SNELL/lib/utils.py official repository unverified MIT (permissive) · b0a5beb34716d5a6 · report
checkpoint_filter_fn ssfgunner/SNELL/model/convnext_timm.py official repository unverified MIT (permissive) · 7619bf7f57c5d2b6 · report
checkpoint_filter_fn ssfgunner/SNELL/model/vision_transformer_timm.py official repository unverified MIT (permissive) · 6d8a1f8a0697180f · report
get_structured_param_num ssfgunner/SNELL/engine.py official repository unverified MIT (permissive) · 3fb03ad9c2f6f635 · report
set_weight_decay ssfgunner/SNELL/lib/utils.py official repository unverified MIT (permissive) · b3b2e6a0853dff09 · report

Tasks

parameter-efficient fine-tuning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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