paper-with-me

Papers

PQK: Model Compression via Pruning, Quantization, and Knowledge Distillation

2021-06-25 · Jangho Kim, Simyung Chang, Nojun Kwak

As edge devices become prevalent, deploying Deep Neural Networks (DNN) on edge devices has become a critical issue. However, DNN requires a high computational resource which is rarely available for edge devices. To handle this, we propose a novel model compression method for the devices with limited computational resources, called PQK consisting of pruning, quantization, and knowledge distillation (KD) processes. Unlike traditional pruning and KD, PQK makes use of unimportant weights pruned in the pruning process to make a teacher network for training a better student network without pre-training the teacher model. PQK has two phases. Phase 1 exploits iterative pruning and quantization-aware training to make a lightweight and power-efficient model. In phase 2, we make a teacher network by adding unimportant weights unused in phase 1 to a pruned network. By using this teacher network, we train the pruned network as a student network. In doing so, we do not need a pre-trained teacher network for the KD framework because the teacher and the student networks coexist within the same network. We apply our method to the recognition model and verify the effectiveness of PQK on keyword spotting (KWS) and image recognition.

📄 PDF Abstract BibTeX arXiv:2106.14681

Code (0)

등록된 구현이 없습니다.

Tasks

Keyword SpottingKnowledge DistillationModel CompressionQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
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.…

Similar Papers 제목 키워드 기반

Combining Compressions for Multiplicative Size Scaling on Natural Language Tasks

2022-08-20 · COLING 2022 10 · Rajiv Movva, Jinhao Lei, Shayne Longpre, Ajay Gupta 외

Quantization, knowledge distillation, and magnitude pruning are among the most popular methods for neural network compression in NLP. Independently, these methods reduce model size and can accelerate inference, but their…

Knowledge DistillationNeural Network CompressionQuantization

UniComp: A Unified Evaluation of Large Language Model Compression via Pruning, Quantization, and Distillation

2026-02-09 · Jonathan von Rad, Yong Cao, Andreas Geiger arxiv

Model compression is increasingly essential for deploying large language models (LLMs), yet existing comparative studies largely focus on pruning and quantization evaluated primarily on knowledge-centric benchmarks. Thus…

Knowledge DistillationModel Compression

A Systematic Study of Compression Ordering for Large Language Models

2025-11-23 · Shivansh Chhawri, Rahul Mahadik, Suparna Rooj arxiv

Large Language Models (LLMs) require substantial computational resources, making model compression essential for efficient deployment in constrained environments. Among the dominant compression techniques: knowledge dist…

Knowledge DistillationModel Compression

Soft Label Pruning and Quantization for Large-Scale Dataset Distillation

2026-04-20 · Xiao Lingao, Yang He arxiv

Large-scale dataset distillation requires storing auxiliary soft labels that can be 30-40x larger on ImageNet-1K and 200x larger on ImageNet-21K than the condensed images, undermining the goal of dataset compression. We …

Automatic Mixed-Precision Quantization Search of BERT

2021-12-30 · Changsheng Zhao, Ting Hua, Yilin Shen, Qian Lou 외

Pre-trained language models such as BERT have shown remarkable effectiveness in various natural language processing tasks. However, these models usually contain millions of parameters, which prevents them from practical …

Knowledge DistillationModel CompressionNeural Architecture SearchQuantization