paper-with-me

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, Chris DuBois

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 relative benefit and combinatorial interactions have not been rigorously studied. For each of the eight possible subsets of these techniques, we compare accuracy vs. model size tradeoffs across six BERT architecture sizes and eight GLUE tasks. We find that quantization and distillation consistently provide greater benefit than pruning. Surprisingly, except for the pair of pruning and quantization, using multiple methods together rarely yields diminishing returns. Instead, we observe complementary and super-multiplicative reductions to model size. Our work quantitatively demonstrates that combining compression methods can synergistically reduce model size, and that practitioners should prioritize (1) quantization, (2) knowledge distillation, and (3) pruning to maximize accuracy vs. model size tradeoffs.

📄 PDF Abstract BibTeX arXiv:2208.09684

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationNeural Network CompressionQuantization

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Pruning 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Residual Connection 설명 없음
WordPiece 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.

Similar Papers 제목 키워드 기반

Scaling Laws for Precision in High-Dimensional Linear Regression

2026-02-22 · Dechen Zhang, Xuan Tang, Yingyu Liang, Difan Zou arxiv

Low-precision training is critical for optimizing the trade-off between model quality and training costs, necessitating the joint allocation of model size, dataset size, and numerical precision. While empirical scaling l…

Model compression as constrained optimization, with application to neural nets. Part V: combining compressions

2021-07-09 · Miguel Á. Carreira-Perpiñán, Yerlan Idelbayev

Model compression is generally performed by using quantization, low-rank approximation or pruning, for which various algorithms have been researched in recent years. One fundamental question is: what types of compression…

Additive modelsLow-rank compressionModel CompressionNetwork Pruning+1

Impossibility Results for Grammar-Compressed Linear Algebra

2020-10-27 · NeurIPS 2020 12 · Amir Abboud, Arturs Backurs, Karl Bringmann, Marvin Künnemann

To handle vast amounts of data, it is natural and popular to compress vectors and matrices. When we compress a vector from size $N$ down to size $n \ll N$, it certainly makes it easier to store and transmit efficiently, …

Multi-Sentence Compression with Word Vertex-Labeled Graphs and Integer Linear Programming

2018-06-01 · WS 2018 6 · Elvys Linhares Pontes, St{\'e}phane Huet, Thiago Gouveia da Silva, Andr{\'e}a Carneiro Linhares 외

Multi-Sentence Compression (MSC) aims to generate a short sentence with key information from a cluster of closely related sentences. MSC enables summarization and question-answering systems to generate outputs combining …

InformativenessQuestion AnsweringSentenceSentence Compression+1

When Scaling Meets LLM Finetuning: The Effect of Data, Model and Finetuning Method

2024-02-27 · Biao Zhang, Zhongtao Liu, Colin Cherry, Orhan Firat

While large language models (LLMs) often adopt finetuning to unlock their capabilities for downstream applications, our understanding on the inductive biases (especially the scaling properties) of different finetuning me…

Machine Translation