Efficient On-Device Fine-Tuning of Large Language Models Using Group-Shared Exponents Integer Format

Wednesday 26 March 2025


The quest for efficient and secure fine-tuning of large language models (LLMs) has been a pressing issue in the field of artificial intelligence research. LLMs have shown impressive capabilities in natural language processing tasks, but their massive size and computational requirements make them challenging to adapt on resource-constrained devices like mobile processors or embedded AI accelerators.


To address this problem, researchers have proposed various techniques, including parameter-efficient fine-tuning (PEFT) methods that reduce the number of trainable parameters while maintaining performance. However, these approaches often rely on floating-point arithmetic, which is power-hungry and incompatible with edge hardware.


A recent study introduces a novel framework for on-device LLM fine-tuning called GSQ-Tuning, which eliminates the need for floating-point operations in both inference and training. The key innovation lies in the Group-Shared Exponents Integer format, which represents model parameters as integers using shared exponents among parameter groups.


The authors demonstrate the effectiveness of GSQ-Tuning by comparing it with other PEFT methods and a baseline floating-point implementation on several LLMs, including LLaMA2-7B and LLaMA3-8B. The results show that GSQ-Tuning achieves accuracy comparable to the baseline while significantly reducing memory usage.


For instance, in the 64-rank setting, GSQ-Tuning outperforms the baseline by 1.85 times in terms of memory efficiency, with a reduction from 16 bits to 4-8 bits. This implies that GSQ-Tuning can handle larger models or more complex tasks without requiring additional resources.


The study also explores the impact of different quantization bits on accuracy, revealing that GSQ-Tuning is less sensitive to bit precision than other methods. In particular, it maintains high accuracy even when using 4-bit integers, whereas other approaches suffer significant drops in performance at lower bit resolutions.


These findings have significant implications for the development of edge AI applications, where energy efficiency and computational constraints are crucial. By enabling on-device fine-tuning of LLMs with GSQ-Tuning, researchers can unlock new possibilities for natural language processing tasks, such as personalized chatbots or augmented reality assistants.


Furthermore, the authors’ approach opens up new avenues for exploring alternative integer representations that could further enhance energy efficiency and computational performance.


Cite this article: “Efficient On-Device Fine-Tuning of Large Language Models Using Group-Shared Exponents Integer Format”, The Science Archive, 2025.


Language Models, Large Language Models, Fine-Tuning, Parameter-Efficient Fine-Tuning, Group-Shared Exponents, Integer Format, Quantization Bits, Energy Efficiency, Edge Ai, Artificial Intelligence


Reference: Sifan Zhou, Shuo Wang, Zhihang Yuan, Mingjia Shi, Yuzhang Shang, Dawei Yang, “GSQ-Tuning: Group-Shared Exponents Integer in Fully Quantized Training for LLMs On-Device Fine-tuning” (2025).


Leave a Reply