Papers › Low-Rank Rescaled Vision Transformer Fine-Tuning: A Residual Design Approach

Low-Rank Rescaled Vision Transformer Fine-Tuning: A Residual Design Approach

28 Mar 2024CVPR 2024 1arXiv:2403.19067archive 2025-07-28

Wei Dong, Xing Zhang, Bihui Chen, Dawei Yan, Zhijun Lin, Qingsen Yan, Peng Wang, Yang Yang

Parameter-efficient fine-tuning for pre-trained Vision Transformers aims to adeptly tailor a model to downstream tasks by learning a minimal set of new adaptation parameters while preserving the frozen majority of pre-trained parameters. Striking a balance between retaining the generalizable representation capacity of the pre-trained model and acquiring task-specific features poses a key challenge. Currently, there is a lack of focus on guiding this delicate trade-off. In this study, we approach the problem from the perspective of Singular Value Decomposition (SVD) of pre-trained parameter matrices, providing insights into the tuning dynamics of existing methods. Building upon this understanding, we propose a Residual-based Low-Rank Rescaling (RLRR) fine-tuning strategy. This strategy not only enhances flexibility in parameter tuning but also ensures that new parameters do not deviate excessively from the pre-trained model through a residual design. Extensive experiments demonstrate that our method achieves competitive performance across various downstream image classification tasks, all while maintaining comparable new parameters. We believe this work takes a step forward in offering a unified perspective for interpreting existing methods and serves as motivation for the development of new approaches that move closer to effectively considering the crucial trade-off mentioned above. Our code is available at \href{https://github.com/zstarN70/RLRR.git}{https://github.com/zstarN70/RLRR.git}.

PaperPDFConference PDFCodeCode 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="2403.19067")

Code

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

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

zstarn70/rlrr officialmentioned in paperpytorch 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

12 samples harvested; 11 ran; 1 honoured the contract we drafted; 1 has 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 · honoured contract
1ran · our draft was wrong
2ran · fixture could not drive it
7ran
1unverified

Licence: 12 of the 12 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 zstarn70/rlrr. “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.

np2th zstarn70/rlrr/models/networks.py official repository ran · fixture could not drive it no licence file found · pointer only · 7d8eaf5537f699e4 · report
RLRRLinear zstarN70/RLRR/models/networks.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 3d7bae318b2633ce · report
conv3x3 zstarn70/rlrr/models/RLRR_ResNet.py official repository ran no licence file found · pointer only · c2f1c60cba5ded82 · report
count_parameters zstarn70/rlrr/utils.py official repository ran no licence file found · pointer only · 6a41f5e3194a54b1 · report
get_cifar_loader zstarn70/rlrr/RLRRDatasets/CIFARDataLoader.py official repository ran no licence file found · pointer only · e65700889f5b5f01 · report
init_ssf_scale_shift zstarn70/rlrr/models/networks.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 9873773b10315cc0 · report
resnet18 zstarn70/rlrr/models/RLRR_ResNet.py official repository ran no licence file found · pointer only · bb91d7a62ed7e983 · report
resnet34 zstarn70/rlrr/models/RLRR_ResNet.py official repository ran no licence file found · pointer only · 6157a6e5aeeebe87 · report
save_model zstarn70/rlrr/train_fgvc.py official repository ran no licence file found · pointer only · 65f028207e1aa6ac · report
ssf_ada zstarn70/rlrr/models/networks.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 61e8364b7e9bcb70 · report
window_partition zstarn70/rlrr/models/swin.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 993ae96666b00cb5 · report
accuracy zstarn70/rlrr/utils.py official repository unverified no licence file found · pointer only · b0766c997ab80db1 · report

Tasks

Image Classificationimage-classificationparameter-efficient fine-tuning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

FocusSET

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