Computers, Materials & Continua 2026, 88(1)
Published: 08 May 2026
The deployment of specialized language models in resource-constrained edge environments ( B parameters, GB memory, ms latency) faces a critical challenge: Supervised Fine-Tuning (SFT) achieves domain expertise but suffers from irreversible catastrophic forgetting, while traditional Low-Rank Adaptation (LoRA) with conservative ranks ( ) often underperforms due to insufficient adaptation capacity. This work introduces H-LoRA (High-Rank LoRA) for edge-deployable models and establishes a fundamental distinction between destructive forgetting and controllable knowledge retention. Through comprehensive experiments on compact models ( B Minimind and Qwen- B) across three domains (Human Resources, Medical, Mathematics) using 29,647 samples, we demonstrate that while both SFT and H-LoRA exhibit general capability degradation, they differ fundamentally: SFT completely destroys the original knowledge structure ( topic retention), while H-LoRA maintains knowledge integrity with topic retention—an percentage point improvement—enabling post-deployment capability recovery. H-LoRA employs simplified scaling and strategic high-rank adaptation at approximately two-thirds of the model’s hidden dimension ( for ), achieving SFT-level domain performance ( precision) with greater parameter efficiency ( trainable parameters) and robust cross-domain generalization ( average precision). In addition, H-LoRA reduces over-the-air (OTA) update size from GB to MB ( ), enabling practical and frequent deployment of specialized models in bandwidth-limited edge environments. Beyond demonstrating effectiveness, this work establishes the first comprehensive framework for characterizing specialization-retention trade-offs in parameter-efficient fine-tuning, providing practical guidance for method selection in real-world deployments.