iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Stop treating AI as the strategy — focus on business outcomes instead Beyond Text-to-SQL: New Agentic LLM System Governs Enterprise Analytics APIs Pruning Optimisations Boost LUT-Based Neural Network Scalability and Efficiency Tree-like Self-Play Framework Teaches LLMs to Fix Security Flaws in Code Generation Research Proposes Task-Based Neurons to Enhance Neural Network Feature Representation EV-WM: Event-Verified World Models Boost Long-Horizon Robotic Manipulation for Industrial Automation Haiku to Opus in Just 10 bits: LLMs Unlock Large Compression Gains 3D Skeleton Person Re-Identification Survey Reveals Taxonomy, Advances, and Interdisciplinary Potential FBI Seizes Drones at World Cup, Warns Pilots of Up to $100,000 Fines for Violating No-Fly Zones NVIDIA's GB10 Edge AI Hardware Has No CPU Energy Monitoring, Researchers Find Stop treating AI as the strategy — focus on business outcomes instead Beyond Text-to-SQL: New Agentic LLM System Governs Enterprise Analytics APIs Pruning Optimisations Boost LUT-Based Neural Network Scalability and Efficiency Tree-like Self-Play Framework Teaches LLMs to Fix Security Flaws in Code Generation Research Proposes Task-Based Neurons to Enhance Neural Network Feature Representation EV-WM: Event-Verified World Models Boost Long-Horizon Robotic Manipulation for Industrial Automation Haiku to Opus in Just 10 bits: LLMs Unlock Large Compression Gains 3D Skeleton Person Re-Identification Survey Reveals Taxonomy, Advances, and Interdisciplinary Potential FBI Seizes Drones at World Cup, Warns Pilots of Up to $100,000 Fines for Violating No-Fly Zones NVIDIA's GB10 Edge AI Hardware Has No CPU Energy Monitoring, Researchers Find
Home ›› Technology ›› Ai ›› Llms ›› SDFLoRA: Selective Decoupled Federated LoRA for Privacy-Preserving Fine-Tuning with Heterogeneous Clients

SDFLoRA: Selective Decoupled Federated LoRA for Privacy-Preserving Fine-Tuning with Heterogeneous Clients

Federated learning for LLMs faces challenges from heterogeneous client ranks and data distributions. SDFLoRA proposes a structure-aware LoRA framework that decouples updates into shared and private components, enabling stable aggregation, personalization, and improved differential privacy. Experiments show it outperforms existing federated LoRA baselines.

iG
iGEN Editorial
June 16, 2026
SDFLoRA: Selective Decoupled Federated LoRA for Privacy-Preserving Fine-Tuning with Heterogeneous Clients

Federated learning (FL) allows multiple clients to collaboratively fine-tune large language models (LLMs) without sharing raw data. However, practical deployments often suffer from two forms of heterogeneity: clients operate under different low-rank budgets (rank heterogeneity) and hold non-identical data distributions (data heterogeneity). Existing parameter-efficient methods such as Low-Rank Adaptation (LoRA) reduce communication and memory costs, but direct aggregation of LoRA updates across heterogeneous clients introduces bias and instability. A paper published on arXiv (Jan 2026) introduces SDFLoRA (Selective Decoupled Federated LoRA), a structure-aware framework designed to address these issues while enhancing privacy guarantees.

The Problem with Heterogeneous Clients in Federated LoRA

In federated LoRA, each client fine-tunes a low-rank adapter matrix (A and B) while keeping the base LLM frozen. When clients have different rank budgets, the adapter matrices have different dimensions, making direct averaging impossible. Existing approaches either force a uniform rank across clients—which may not fit individual data or resource constraints—or align heterogeneous updates into a single shared subspace. According to the paper, the latter approach tends to mix transferable and client-specific directions, consequently undermining personalization. Furthermore, when differential privacy (DP) is applied, perturbing such structurally mixed updates injects noise into directions that should remain purely local, leading to unnecessary utility degradation.

How SDFLoRA Decouples Updates

SDFLoRA proposes a selective decoupling of each client's LoRA update into two components:

  • A shared component that captures transferable, generalizable knowledge suitable for aggregation across clients.
  • A private component that preserves client-specific semantics and remains local.

Only the shared component participates in subspace alignment for aggregation; the private component is never communicated. This design makes the training DP-compatible and stabilizes aggregation under rank heterogeneity. By separating the update structure, the framework ensures that client-specific directions are not contaminated by aggregation or noise.

Preserving Privacy with Differential Privacy

Differential privacy is a key requirement in many enterprise and healthcare FL deployments. The SDFLoRA framework injects noise only into the aggregated shareable update, avoiding perturbations to local private directions. According to the paper, this approach improves the utility-privacy trade-off compared to methods that perturb mixed updates. The decoupling thus serves both personalization and privacy: the private component captures unique local patterns without being distorted by noise or other clients' data.

The paper also notes that SDFLoRA's architectural choices make it DP-compatible by design, since only the shared, aggregated component is subjected to noise injection.

Performance Benchmarks and Results

The authors evaluated SDFLoRA on multiple benchmarks (the exact benchmarks are not specified in the abstract but referred to as 'multiple benchmarks'). Results reported in the paper demonstrate that SDFLoRA outperforms federated LoRA baselines and achieves a strong utility-privacy trade-off. While specific numerical comparisons are not provided in the abstract, the claim indicates that decoupling shared and private components yields measurable improvements in both accuracy and privacy preservation.

Feature Existing Federated LoRA Approaches SDFLoRA
Rank handling Enforce unified rank or align to shared subspace Decoupled: shared component aggregated, private kept local
Personalization Undermined by mixing directions Preserved via private component
DP compatibility Noise perturbs local directions Noise only on aggregated shared update
Aggregation stability Biased under rank heterogeneity Stabilized by selective sharing

According to the paper, this selective decoupling is a structure-aware approach that respects the inherent difference between transferable and client-specific knowledge in fine-tuning.

Implications for Enterprise AI and Federated Learning

For organizations deploying federated learning across heterogeneous edge devices or client silos (e.g., hospital networks, retail chains with varying compute budgets), SDFLoRA offers a practical path to fine-tune LLMs without compromising personalization or privacy. The ability to handle different rank budgets means each client can choose a LoRA rank that fits its computational resources and data complexity. The improved DP utility trade-off makes it suitable for regulated industries. As federated LLM fine-tuning gains traction, frameworks like SDFLoRA could become a standard for privacy-preserving collaborative learning.


Sources:

Keep Reading

Recommended Stories

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
Privacy-Preserving Text Sanitization for Distributed Agents via Disentangled Representations Technology

Privacy-Preserving Text Sanitization for Distributed Agents via Disentangled Representations

Researchers propose DiSan, a privacy-preserving text sanitization framework that uses disentangled representations to separate task semantics from style identifiers. Experiments show it reduces personally identifiable information exposure by 20 times while maintaining 83% answer faithfulness on a multi-agent RAG benchmark, outperforming token-level masking.

June 16, 2026
LLM-Encoded Knowledge Guides Federated Graph Recommendation to Improve Accuracy Technology

LLM-Encoded Knowledge Guides Federated Graph Recommendation to Improve Accuracy

Researchers propose a federated graph recommendation framework that leverages LLM-encoded semantic knowledge to guide cross-client structural aggregation, addressing the challenge of non-IID client data. The method consistently outperforms existing federated graph baselines on standard benchmarks.

June 16, 2026
Tree-like Self-Play Framework Teaches LLMs to Fix Security Flaws in Code Generation Technology

Tree-like Self-Play Framework Teaches LLMs to Fix Security Flaws in Code Generation

Researchers introduce Tree-like Self-Play (TSP), a framework that treats secure code generation as a fine-grained sequential decision process. TSP significantly outperforms standard supervised fine-tuning (SFT) and reinforcement learning (RL) on Python security benchmarks, achieving a 75.8% pass rate and reducing unseen vulnerabilities by 24.5% while generalising across programming languages.

June 16, 2026