paper-with-me

홈 › Papers

OTARo: Once Tuning for All Precisions toward Robust On-Device LLMs

2025-11-17 · Shaoyuan Chen, Zhixuan Chen, Dawei Yang, Zhihang Yuan, Qiang Wu arxiv

Large Language Models (LLMs) fine-tuning techniques not only improve the adaptability to diverse downstream tasks, but also mitigate adverse effects of model quantization. Despite this, conventional quantization suffers from its structural limitation that hinders flexibility during the fine-tuning and deployment stages. Practical on-device tasks demand different quantization precisions (i.e. different bit-widths), e.g., understanding tasks tend to exhibit higher tolerance to reduced precision compared to generation tasks. Conventional quantization, typically relying on scaling factors that are incompatible across bit-widths, fails to support the on-device switching of precisions when confronted with complex real-world scenarios. To overcome the dilemma, we propose OTARo, a novel method that enables on-device LLMs to flexibly switch quantization precisions while maintaining performance robustness through once fine-tuning. OTARo introduces Shared Exponent Floating Point (SEFP), a distinct quantization mechanism, to produce different bit-widths through simple mantissa truncations of a single model. Moreover, to achieve bit-width robustness in downstream applications, OTARo performs a learning process toward losses induced by different bit-widths. The method involves two critical strategies: (1) Exploitation-Exploration Bit-Width Path Search (BPS), which iteratively updates the search path via a designed scoring mechanism; (2) Low-Precision Asynchronous Accumulation (LAA), which performs asynchronous gradient accumulations and delayed updates under low bit-widths. Experiments on popular LLMs, e.g., LLaMA3.2-1B, LLaMA3-8B, demonstrate that OTARo achieves consistently strong and robust performance for all precisions.

📄 PDF Abstract BibTeX arXiv:2511.13147

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive kernel-density approach for imbalanced binary classification

2025-10-05 · Kotaro J. Nishimura, Yuichi Sakumura, Kazushi Ikeda arxiv

Class imbalance is a common challenge in real-world binary classification tasks, often leading to predictions biased toward the majority class and reduced recognition of the minority class. This issue is particularly cri…

Binary ClassificationDensity EstimationAnomaly DetectionMedical Diagnosis

LLMCarbon: Modeling the end-to-end Carbon Footprint of Large Language Models

2023-09-25 · Ahmad Faiz, Sotaro Kaneda, Ruhan Wang, Rita Osi 외

The carbon footprint associated with large language models (LLMs) is a significant concern, encompassing emissions from their training, inference, experimentation, and storage processes, including operational and embodie…

GPUMixture-of-Experts

INT-FP-QSim: Mixed Precision and Formats For Large Language Models and Vision Transformers

2023-07-07 · Lakshmi Nair, Mikhail Bernadskiy, Arulselvan Madhavan, Craig Chan 외

The recent rise of large language models (LLMs) has resulted in increased efforts towards running LLMs at reduced precision. Running LLMs at lower precision supports resource constraints and furthers their democratizatio…

Quantization

RMSMP: A Novel Deep Neural Network Quantization Framework with Row-wise Mixed Schemes and Multiple Precisions

2021-10-30 · ICCV 2021 10 · Sung-En Chang, Yanyu Li, Mengshu Sun, Weiwen Jiang 외

This work proposes a novel Deep Neural Network (DNN) quantization framework, namely RMSMP, with a Row-wise Mixed-Scheme and Multi-Precision approach. Specifically, this is the first effort to assign mixed quantization sc…

image-classificationImage ClassificationQuantization

Efficient Deployment of Large Language Models on Resource-constrained Devices

2025-01-05 · Zhiwei Yao, Yang Xu, Hongli Xu, Yunming Liao 외

Deploying Large Language Models (LLMs) on resource-constrained (or weak) devices presents significant challenges due to limited resources and heterogeneous data distribution. To address the data concern, it is necessary …

Federated Learningparameter-efficient fine-tuningPrivacy Preserving