iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million
Home ›› Technology ›› Ai ›› Llms ›› SDS-LoRA: New Low-Rank Adaptation Method Fixes Gradient Distortion in Large Model Fine-Tuning

SDS-LoRA: New Low-Rank Adaptation Method Fixes Gradient Distortion in Large Model Fine-Tuning

A new paper on arXiv introduces SDS-LoRA, a low-rank parameterization that overcomes anisotropic gradient scaling in LoRA. By structurally decoupling singular values from the backward pass, SDS-LoRA ensures gradients are only applied through orthonormal bases, improving convergence and reducing the performance gap to full fine-tuning. Experimental results across natural language and vision benchmarks show enhanced adaptation performance.

iG
iGEN Editorial
June 16, 2026
SDS-LoRA: New Low-Rank Adaptation Method Fixes Gradient Distortion in Large Model Fine-Tuning

Fine-tuning large pre-trained models for downstream tasks is a cornerstone of modern machine learning, but the standard Low-Rank Adaptation (LoRA) method introduces a subtle geometric flaw that distorts gradients and limits performance. A new paper on arXiv, titled "SDS-LoRA: Overcoming Anisotropic Gradient Scaling in Low-Rank Adaptation", identifies and solves this problem.

The researchers—Oh, Junghun; Baik, Sungyong; and Lee, Kyoung Mu—show that when a full fine-tuning gradient is backpropagated through LoRA's low-rank matrices, it undergoes anisotropic scaling driven by the matrices' singular values. This distortion skews the gradient toward dominant singular directions while suppressing others, reducing the effective rank of the low-rank matrices' gradients and causing suboptimal alignment between the full fine-tuning gradient and its low-rank approximation. The result, according to the paper, is an exacerbated gap to full fine-tuning.

The Anisotropic Gradient Scaling Problem

In LoRA, weight updates are parameterized with low-rank matrices. The researchers explain that during backpropagation, the gradient experiences anisotropic scaling—i.e., it is scaled unequally along different directions. This phenomenon is undesirable because it distorts the gradient signal. The paper states that anisotropic gradient scaling reduces the effective rank of the gradient and leads to suboptimal alignment, ultimately degrading performance compared to full fine-tuning.

Introducing SDS-LoRA

To address these limitations, the authors propose a new low-rank parameterization called SDS-LoRA (Structure-Decoupled Singular values LoRA). The key innovation is that SDS-LoRA structurally decouples singular values from the backward pass. This ensures that the full fine-tuning gradient backpropagates only through the orthonormal bases of the low-rank matrices' subspaces, independent of their scales. In other words, the gradient is no longer distorted by the magnitude of singular values; only the direction matters.

Convergence and Performance Gains

The paper provides a convergence analysis demonstrating that while LoRA's convergence rate degrades with the condition number of the low-rank matrices, SDS-LoRA remains independent of it. This theoretical advantage translates into practical improvements: experimental results across natural language and vision benchmarks show that SDS-LoRA improves loss convergence and reduces the gap to full fine-tuning, significantly enhancing adaptation performance.

Property LoRA SDS-LoRA
Gradient scaling Anisotropic, distorted by singular values Isotropic, decoupled from singular values
Backward path Through full low-rank matrices Only through orthonormal bases
Convergence rate Degrades with condition number Independent of condition number
Effective rank of gradient Reduced Preserved
Performance relative to full FT Underperforms Reduces gap

While the paper does not provide specific numerical results in the abstract, the overarching claim is that SDS-LoRA offers a theoretically sound and empirically validated method to improve fine-tuning of large models without increasing parameter count. For enterprise technology leaders evaluating fine-tuning strategies, this research points to a more reliable low-rank adaptation technique that could improve model quality on downstream tasks, especially when full fine-tuning is computationally prohibitive.

For CTOs and digital transformation leaders considering LoRA-based fine-tuning for internal AI deployments, the findings suggest that the choice of parameterization matters beyond just rank size. SDS-LoRA's ability to maintain gradient fidelity may lead to better-performing adapted models with the same computational budget. The paper is available on arXiv under the title "SDS-LoRA: Overcoming Anisotropic Gradient Scaling in Low-Rank Adaptation" (arXiv:2606.16454).


Sources:

Keep Reading

Recommended Stories

Large Language Models Can Read Compressed Text That Humans Cannot, Researchers Find Technology

Large Language Models Can Read Compressed Text That Humans Cannot, Researchers Find

A new research paper introduces BabelTele, a compact, non-human-readable text format that large language models can still interpret with high semantic fidelity. The approach compresses text to 27.9% of its original length while preserving 99.5% of meaning, potentially reducing context overhead and costs in enterprise AI deployments.

June 20, 2026
Techniques for Peak Memory Reduction for LoRA Fine-tuning of LLMs on Edge Devices Technology

Techniques for Peak Memory Reduction for LoRA Fine-tuning of LLMs on Edge Devices

A new paper introduces four complementary techniques to reduce peak memory during LoRA fine-tuning of large language models on edge devices. Experiments on Llama-3.2 3B and Qwen-2.5 3B demonstrate up to 26x and 28x memory reduction, respectively, without sacrificing model quality.

June 20, 2026
G-Loss: New Graph-Guided Loss Function Boosts Language Model Fine-Tuning Accuracy Technology

G-Loss: New Graph-Guided Loss Function Boosts Language Model Fine-Tuning Accuracy

Researchers introduce G-Loss, a graph-guided loss function that leverages global semantic relationships to fine-tune language models more effectively than traditional loss functions, showing improved accuracy and faster convergence on five benchmark datasets.

June 16, 2026
PreLort: Prefix-Nested LoRA Enables Federated Fine-Tuning Across Heterogeneous Hardware Ranks Technology

PreLort: Prefix-Nested LoRA Enables Federated Fine-Tuning Across Heterogeneous Hardware Ranks

A new method called PreLort addresses the challenge of aggregating federated LoRA adapters with different ranks due to heterogeneous hardware. By organizing adapter dimensions into a prefix hierarchy and introducing segment-wise aggregation and prefix-nested training, PreLort consistently outperforms existing heterogeneous federated LoRA methods in accuracy and ROUGE-L while achieving lower perplexity.

June 16, 2026