paper-with-me

홈 › Papers

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

2026-02-16 · Nozomu Fujisawa, Masaaki Kondo arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.14728

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningReading ComprehensionQuestion Answering

Similar Papers 제목 키워드 기반

CoLoRA: Continuous low-rank adaptation for reduced implicit neural modeling of parameterized partial differential equations

2024-02-22 · Jules Berman, Benjamin Peherstorfer

This work introduces reduced models based on Continuous Low Rank Adaptation (CoLoRA) that pre-train neural networks for a given partial differential equation and then continuously adapt low-rank weights in time to rapidl…

ACD-CLIP: Decoupling Representation and Dynamic Fusion for Zero-Shot Anomaly Detection

2025-08-11 · Ke Ma, Jun Long, Hongxiao Fei, Liujie Hua 외 arxiv

Pre-trained Vision-Language Models (VLMs) struggle with Zero-Shot Anomaly Detection (ZSAD) due to a critical adaptation gap: they lack the local inductive biases required for dense prediction and employ inflexible featur…

Anomaly Detection

Differentially Private Federated Low Rank Adaptation Beyond Fixed-Matrix

2025-07-14 · Ming Wen, Jiaqi Zhu, Yuedong Xu, Yipeng Zhou 외

Large language models (LLMs) typically require fine-tuning for domain-specific tasks, and LoRA offers a computationally efficient approach by training low-rank adapters. LoRA is also communication-efficient for federated…

Privacy Preserving

On the Implicit Relation Between Low-Rank Adaptation and Differential Privacy

2024-09-26 · Saber Malekmohammadi, Golnoosh Farnadi

A significant approach in natural language processing involves large-scale pre-training of models on general domain data followed by their adaptation to specific tasks or domains. As models grow in size, full fine-tuning…

LEMMARelation

DiffLoRA: Differential Low-Rank Adapters for Large Language Models

2025-07-31 · Alexandre Misrahi, Nadezhda Chirkova, Maxime Louis, Vassilina Nikoulina arxiv

Differential Transformer has recently been proposed to improve performance in Transformer models by canceling out noise through a denoiser attention mechanism. In this work, we introduce DiffLoRA, a parameter-efficient a…

parameter-efficient fine-tuning