Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

D2-LoRA: A Synergistic Approach to Differential and Directional Low-Rank Adaptation

About

We systematically investigate the parameter-efficient fine-tuning design space under practical data and compute constraints, and propose D2-LoRA. D2-LoRA achieves 76.4 percent average accuracy across eight question answering and reading comprehension benchmarks using only 5k training samples per task and two epochs, while preserving algebraic mergeability at inference with near-exact numerical equivalence. The method combines signed low-rank residual updates with additive and subtractive components, together with a train-time column-wise projection that keeps each column close to its original norm. After training, the adapter is merged into a single weight matrix, adding zero inference latency. Compared with LoRA, D2-LoRA improves average accuracy by 2.2 percentage points; at matched parameter counts (LoRA rank 2r versus D2-LoRA rank r), the improvement is 1.6 points, indicating gains from architectural design rather than increased parameterization. Compared with DoRA, it matches or exceeds performance on most tasks. Beyond QA and reading comprehension, D2-LoRA improves generative tasks (plus 1.2 ROUGE-L and plus 1.1 percent win rate) and shows 36 percent lower training volatility. The merge preserves numerical fidelity (mean gap about 0.03 percentage points) and recovers about 1.91x evaluation throughput. Training overhead is 19 percent, comparable to DoRA, and decreases with longer input sequences. We provide a geometric analysis explaining how the projection stabilizes training, together with ablation studies isolating the contribution of each design component.

Nozomu Fujisawa, Masaaki Kondo• 2026

Related benchmarks

TaskDatasetResultRank
Commonsense ReasoningWinoGrande (val)
Accuracy64
87
Question AnsweringARC Challenge (val)
Accuracy89.6
72
Reading ComprehensionBoolQ (val)
Accuracy85.2
34
Commonsense ReasoningHellaSwag (val)
Accuracy91
25
Question AnsweringCommonsenseQA (val)
Accuracy82.2
6
Question AnsweringARC-Easy (val)
Accuracy96.2
6
Reading ComprehensionRACE (val)
Accuracy89.6
6
Showing 7 of 7 rows

Other info

Follow for update