paper-with-me

Papers

RoSTE: An Efficient Quantization-Aware Supervised Fine-Tuning Approach for Large Language Models

2025-02-13 · Quan Wei, Chung-Yiu Yau, Hoi-To Wai, Yang, Zhao, Dongyeop Kang, Youngsuk Park, Mingyi Hong

Supervised fine-tuning is a standard method for adapting pre-trained large language models (LLMs) to downstream tasks. Quantization has been recently studied as a post-training technique for efficient LLM deployment. To obtain quantized fine-tuned LLMs, conventional pipelines would first fine-tune the pre-trained models, followed by post-training quantization. This often yields suboptimal performance as it fails to leverage the synergy between fine-tuning and quantization. To effectively realize low-bit quantization of weights, activations, and KV caches in LLMs, we propose an algorithm named Rotated Straight-Through-Estimator (RoSTE), which combines quantization-aware supervised fine-tuning (QA-SFT) with an adaptive rotation strategy that identifies an effective rotation configuration to reduce activation outliers. We provide theoretical insights on RoSTE by analyzing its prediction error when applied to an overparameterized least square quantized training problem. Our findings reveal that the prediction error is directly proportional to the quantization error of the converged weights, which can be effectively managed through an optimized rotation configuration. Experiments on Pythia and Llama models of different sizes demonstrate the effectiveness of RoSTE. Compared to existing post-SFT quantization baselines, our method consistently achieves superior performances across various tasks and different LLM architectures.

📄 PDF Abstract BibTeX arXiv:2502.09003

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…
Pythia Pythia is a suite of decoder-only autoregressive language models all trained on public data seen in the exact same order and ranging in size from 70M to 12B parameters. The…

Similar Papers 제목 키워드 기반

The Impact of Quantization on Large Reasoning Model Reinforcement Learning

2025-11-19 · Medha Kumar, Zifei Xu, Xin Wang, Tristan Webb arxiv

Strong reasoning capabilities can now be achieved by large-scale reinforcement learning (RL) without any supervised fine-tuning. Although post-training quantization (PTQ) and quantization-aware training (QAT) are well st…

Reinforcement Learning

Pioneering 4-Bit FP Quantization for Diffusion Models: Mixup-Sign Quantization and Timestep-Aware Fine-Tuning

2025-01-01 · CVPR 2025 1 · Maosen Zhao, Pengtao Chen, Chong Yu, Yan Wen 외

Model quantization reduces the bit-width of weights and activations, improving memory efficiency and inference speed in diffusion models. However, achieving 4-bit quantization remains challenging. Existing methods, p…

DenoisingQuantization

FROSTER: Frozen CLIP Is A Strong Teacher for Open-Vocabulary Action Recognition

2024-02-05 · Xiaohu Huang, Hao Zhou, Kun Yao, Kai Han

In this paper, we introduce FROSTER, an effective framework for open-vocabulary action recognition. The CLIP model has achieved remarkable success in a range of image-based tasks, benefiting from its strong generalizatio…

Action RecognitionOpen Vocabulary Action Recognition

LoftQ: LoRA-Fine-Tuning-Aware Quantization for Large Language Models

2023-10-12 · Yixiao Li, Yifan Yu, Chen Liang, Pengcheng He 외

Quantization is an indispensable technique for serving Large Language Models (LLMs) and has recently found its way into LoRA fine-tuning. In this work we focus on the scenario where quantization and LoRA fine-tuning are …

Natural Language UnderstandingQuantizationQuestion AnsweringText Generation

QuAILoRA: Quantization-Aware Initialization for LoRA

2024-10-09 · Neal Lawton, Aishwarya Padmakumar, Judith Gaspers, Jack FitzGerald 외

QLoRA reduces the memory-cost of fine-tuning a large language model (LLM) with LoRA by quantizing the base LLM. However, quantization introduces quantization errors that negatively impact model performance after fine-tun…

Causal Language ModelingGPULanguage ModelingLanguage Modelling+2