Papers › Riemannian Preconditioned LoRA for Fine-Tuning Foundation Models

Riemannian Preconditioned LoRA for Fine-Tuning Foundation Models

4 Feb 2024arXiv:2402.02347archive 2025-07-28

Fangzhao Zhang, Mert Pilanci

Low-Rank Adaptation (LoRA) emerges as a popular parameter-efficient fine-tuning (PEFT) method, which proposes to freeze pretrained model weights and update an additive low-rank trainable matrix. In this work, we study the enhancement of LoRA training by introducing an r ×r preconditioner in each gradient step where r is the LoRA rank. We theoretically verify that the proposed preconditioner stabilizes feature learning with LoRA under infinite-width NN setting. Empirically, the implementation of this new preconditioner requires a small change to existing optimizer code and creates virtually minuscule storage and runtime overhead. Our experimental results with both large language models and text-to-image diffusion models show that with this new preconditioner, the convergence and reliability of SGD and AdamW can be significantly enhanced. Moreover, the training process becomes much more robust to hyperparameter choices such as learning rate. The new preconditioner can be derived from a novel Riemannian metric in low-rank matrix field. Code can be accessed at https://github.com/pilancilab/Riemannian_Preconditioned_LoRA.

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

Code

Syntology Ran 15 of 21 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 10 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 12 ran; 3 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

pilancilab/Riemannian_Preconditioned_LoRA 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

21 samples harvested; 15 ran; 1 honoured the contract we drafted; 6 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 · honoured contract
4ran · our draft was wrong
10ran
6unverified

Licence: 3 of the 21 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 pilancilab/Riemannian_Preconditioned_LoRA. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

convert_vae_state_dict pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/to_ckpt_v2.py official repository ran MIT (permissive) · 0e6846a624e7d973 · report
image_grid pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/utils.py official repository ran MIT (permissive) · 2dda05eee1b6e0f7 · report
inject_trainable_lora pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/lora.py official repository ran · our draft was wrong MIT (permissive) · 4b4a8984a2737ae5 · report
inject_trainable_lora_extended pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/lora.py official repository ran · honoured contract MIT (permissive) · 3aec51ff694c19af · report
inpainting_dataloader pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/cli_lora_pti.py official repository ran MIT (permissive) · d793962f13865771 · report
prepare_clip_model_sets pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/utils.py official repository ran MIT (permissive) · 298713e11f263fda · report
reshape_weight_for_sd pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/to_ckpt_v2.py official repository ran fingerprinted MIT (permissive) · a1d506dd99d38923 · report
safe_open pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/safe_open.py official repository ran MIT (permissive) · f999bed53b70c3ab · report
swin_ir_sr pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/preprocess_files.py official repository ran MIT (permissive) · ec4e915ba607e9c9 · report
test_xformers_backwards pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/xformers_utils.py official repository ran fingerprinted MIT (permissive) · bdf6d68955356de7 · report
text2img_dataloader pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/cli_lora_pti.py official repository ran MIT (permissive) · aa63f591fb2e9bd7 · report
text_img_alignment pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/utils.py official repository ran MIT (permissive) · 8dbc9878c5043ebc · report
blip_captioning_dataset pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/preprocess_files.py official repository unverified MIT (permissive) · cbef98786d899b3b · report
clipseg_mask_generator pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/preprocess_files.py official repository unverified MIT (permissive) · 98530605dba303f0 · report
convert_unet_state_dict pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/to_ckpt_v2.py official repository unverified MIT (permissive) · f2b2f19d941175af · report
create_tensor pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/safe_open.py official repository unverified MIT (permissive) · effb6d8bd6b936e2 · report
extract_lora_ups_down pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/lora.py official repository unverified MIT (permissive) · 2f9880b526ff277e · report
lora_join pilancilab/Riemannian_Preconditioned_LoRA/Object_Generation/lora_diffusion/lora_manager.py official repository unverified MIT (permissive) · 47566c65ffdc7fa2 · report
gelu identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · 8d23fbe2b99b840b · report
gelu_fast identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · a4475703ff58ecf9 · report
gelu_new identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · dc9ffc0f29e7fa3d · report

Tasks

parameter-efficient fine-tuning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdamWDiffusionSGD

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