paper-with-me

홈 › Papers

Oh! We Freeze: Improving Quantized Knowledge Distillation via Signal Propagation Analysis for Large Language Models

2024-03-26 · Kartikeya Bhardwaj, Nilesh Prasad Pandey, Sweta Priyadarshi, Kyunggeun Lee, Jun Ma, Harris Teague

Large generative models such as large language models (LLMs) and diffusion models have revolutionized the fields of NLP and computer vision respectively. However, their slow inference, high computation and memory requirement makes it challenging to deploy them on edge devices. In this study, we propose a light-weight quantization aware fine tuning technique using knowledge distillation (KD-QAT) to improve the performance of 4-bit weight quantized LLMs using commonly available datasets to realize a popular language use case, on device chat applications. To improve this paradigm of finetuning, as main contributions, we provide insights into stability of KD-QAT by empirically studying the gradient propagation during training to better understand the vulnerabilities of KD-QAT based approaches to low-bit quantization errors. Based on our insights, we propose ov-freeze, a simple technique to stabilize the KD-QAT process. Finally, we experiment with the popular 7B LLaMAv2-Chat model at 4-bit quantization level and demonstrate that ov-freeze results in near floating point precision performance, i.e., less than 0.7% loss of accuracy on Commonsense Reasoning benchmarks.

📄 PDF Abstract BibTeX arXiv:2403.18159

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationQuantization

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

QUEST: Quantized embedding space for transferring knowledge

2019-12-03 · ECCV 2020 8 · Himalaya Jain, Spyros Gidaris, Nikos Komodakis, Patrick Pérez 외

Knowledge distillation refers to the process of training a compact student network to achieve better accuracy by learning from a high capacity teacher network. Most of the existing knowledge distillation methods direct t…

Knowledge Distillation

MD-SNN: Membrane Potential-aware Distillation on Quantized Spiking Neural Network

2025-12-04 · Donghyun Lee, Abhishek Moitra, Youngeun Kim, Ruokai Yin 외 arxiv

Spiking Neural Networks (SNNs) offer a promising and energy-efficient alternative to conventional neural networks, thanks to their sparse binary activation. However, they face challenges regarding memory and computation …

Knowledge Distillation

Collaborative Multi-Teacher Knowledge Distillation for Learning Low Bit-width Deep Neural Networks

2022-10-27 · Cuong Pham, Tuan Hoang, Thanh-Toan Do

Knowledge distillation which learns a lightweight student model by distilling knowledge from a cumbersome teacher model is an attractive approach for learning compact deep neural networks (DNNs). Recent works further imp…

Knowledge DistillationQuantization

Quantized Feature Distillation for Network Quantization

2023-07-20 · Ke Zhu, Yin-Yin He, Jianxin Wu

Neural network quantization aims to accelerate and trim full-precision neural network models by using low bit approximations. Methods adopting the quantization aware training (QAT) paradigm have recently seen a rapid gro…

image-classificationImage ClassificationImage SegmentationKnowledge Distillation+5

Punching Above Precision: Small Quantized Model Distillation with Learnable Regularizer

2025-09-25 · Abdur Rehman, S M A Sharif, Md Abdur Rahaman, Mohamed Jismy Aashik Rasool 외 arxiv

Quantization-aware training (QAT) combined with knowledge distillation (KD) is a promising strategy for compressing Artificial Intelligence (AI) models for deployment on resource-constrained hardware. However, existing Q…

Knowledge DistillationImage ClassificationObject Detection