FRoD: Full-Rank Efficient Fine-Tuning with Rotational Degrees for Fast Convergence
Guoan Wan, Tianyu Chen, Fangzheng Feng, Haoyi Zhou, Runhua Xu
TL;DR
FRoD tackles slow convergence and limited adaptation in parameter-efficient fine-tuning by marrying a hierarchical joint decomposition initialization with sparse rotational perturbations that enable full-rank updates at low parameter cost. The method extracts a global shared basis across layers and categories, then introduces sparse off-axis perturbations to expand the update space while preserving the dominant spectral directions. Empirically, FRoD matches or exceeds full fine-tuning accuracy on 20 vision, reasoning, and language benchmarks, converging in as few as 1–4 epochs with only 1.72% of trainable parameters, and exhibits robust performance across seeds. The work provides theoretical support via spectral stability and orthogonal decomposition of updates, along with practical insights into loss-landscape geometry and hyperparameter interactions, signaling meaningful gains for rapid, efficient adaptation of large models.
Abstract
Parameter-efficient fine-tuning (PEFT) methods have emerged as a practical solution for adapting large foundation models to downstream tasks, reducing computational and memory costs by updating only a small subset of parameters. Among them, approaches like LoRA aim to strike a balance between efficiency and expressiveness, but often suffer from slow convergence and limited adaptation capacity due to their inherent low-rank constraints. This trade-off hampers the ability of PEFT methods to capture complex patterns needed for diverse tasks. To address these challenges, we propose FRoD, a novel fine-tuning method that combines hierarchical joint decomposition with rotational degrees of freedom. By extracting a globally shared basis across layers and injecting sparse, learnable perturbations into scaling factors for flexible full-rank updates, FRoD enhances expressiveness and efficiency, leading to faster and more robust convergence. On 20 benchmarks spanning vision, reasoning, and language understanding, FRoD matches full model fine-tuning in accuracy, while using only 1.72% of trainable parameters under identical training budgets.
