Balancing Fidelity and Plasticity: Aligning Mixed-Precision Fine-Tuning with Linguistic Hierarchies
Changhai Zhou, Shiyang Zhang, Yuhua Zhou, Qian Qiao, Jun Gao, Shichao Weng, Weizhong Zhang, Cheng Jin
TL;DR
This work addresses efficient fine-tuning of large language models under memory constraints by formalizing the Fidelity-Plasticity Trade-off: a layer's learning potential is bounded by the information capacity of its frozen weights. It introduces QR-Adaptor, a gradient-free framework that jointly optimizes per-layer quantization bit-widths and LoRA ranks, guided by a three-stage pipeline: task-informed Fidelity Sensitivity Profiling, discrete global landscape exploration, and Bayesian frontier refinement. Empirical results across Qwen and LLaMA families show that mixed-precision configurations discovered by QR-Adaptor establish a new Pareto frontier, with a 4-bit budget rivaling 16-bit baselines and strong performance on both general NLU and GSM8K reasoning tasks. The method also reveals a consistent linguistic hierarchy in resource allocation, allocating higher fidelity and plasticity to deeper semantic layers while compressing syntactic layers, thus enabling effective edge deployment and informing future design of quantized-tuning strategies.
Abstract
Deploying and fine-tuning Large Language Models (LLMs) on resource-constrained edge devices requires navigating a strict trade-off between memory footprint and task performance. While Quantization-Aware Fine-tuning has emerged as a viable solution, existing paradigms typically decouple quantization and adapter optimization. This separation overlooks a fundamental theoretical constraint we identify as the \textit{Fidelity-Plasticity Trade-off}: a layer's capacity to adapt to new tasks (Plasticity) is inherently constrained by the information capacity of its frozen weights (Fidelity). Aggressively quantizing semantically critical layers creates an information bottleneck that no amount of adapter rank can recover, while high precision in robust syntactic layers wastes valuable memory. To address this, we introduce \textbf{QR-Adaptor}, a unified framework that jointly optimizes per-layer quantization bit-width and LoRA rank. By formulating resource allocation as a multi-objective search aligned with the model's linguistic hierarchy, our method systematically liberates memory from redundancy-heavy layers to reinvest in capacity-critical ones. Extensive experiments demonstrate that QR-Adaptor establishes a new Pareto frontier: notably, a model fine-tuned under a strict 4-bit memory budget achieves performance rivaling 16-bit baselines, demonstrating that precise resource alignment is as critical as model size.
