paper-with-me

Papers

Weight Squeezing: Reparameterization for Compression and Fast Inference

2020-05-30 · Anonymous

In this work, we present a novel approach for simultaneous knowledge transfer and model compression called Weight Squeezing. With this method, we perform knowledge transfer from a pre-trained teacher model by learning the mapping from its weights to smaller student model weights, without significant loss of model accuracy. We applied Weight Squeezing combined with Knowledge Distillation to a pre-trained text classification model, and compared it to various knowledge transfer and model compression methods on several downstream text classification tasks. We observed that our approach produces better results than Knowledge Distillation methods without any loss in inference speed. We also compared Weight Squeezing with Low Rank Factorization methods and observed that our method is significantly faster at inference while being competitive in terms of accuracy.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationModel Compressiontext-classificationText ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Weight Squeezing: Reparameterization for Knowledge Transfer and Model Compression

2021-11-16 · ACL ARR November 2021 11 · Anonymous

In this work, we present a novel approach to simultaneous knowledge transfer and model compression called \textbf{Weight Squeezing}. With this method, we perform knowledge transfer from a teacher model \textbf{by learnin…

Model Compressiontext-classificationText ClassificationTransfer Learning

Weight Squeezing: Reparameterization for Knowledge Transfer and Model Compression

2020-10-14 · Artem Chumachenko, Daniil Gavrilov, Nikita Balagansky, Pavel Kalaidin

In this work, we present a novel approach for simultaneous knowledge transfer and model compression called Weight Squeezing. With this method, we perform knowledge transfer from a teacher model by learning the mapping fr…

General ClassificationModel Compressiontext-classificationText Classification+1

Squeeze10-LLM: Squeezing LLMs' Weights by 10 Times via a Staged Mixed-Precision Quantization Method

2025-07-24 · Qingcheng Zhu, Yangyang Ren, Linlin Yang, Mingbao Lin 외 arxiv

Deploying large language models (LLMs) is challenging due to their massive parameters and high computational costs. Ultra low-bit quantization can significantly reduce storage and accelerate inference, but extreme compre…

Scalable Model Compression by Entropy Penalized Reparameterization

2019-06-15 · ICLR 2020 1 · Deniz Oktay, Johannes Ballé, Saurabh Singh, Abhinav Shrivastava

We describe a simple and general neural network weight compression approach, in which the network parameters (weights and biases) are represented in a "latent" space, amounting to a reparameterization. This space is equi…

General ClassificationmodelModel Compression

RepControlNet: ControlNet Reparameterization

2024-08-17 · Zhaoli Deng, Kaibin Zhou, Fanyi Wang, Zhenpeng Mi

With the wide application of diffusion model, the high cost of inference resources has became an important bottleneck for its universal application. Controllable generation, such as ControlNet, is one of the key research…

Model Compression