paper-with-me

Papers

Mixed Precision Low-bit Quantization of Neural Network Language Models for Speech Recognition

2021-11-29 · Junhao Xu, Jianwei Yu, Shoukang Hu, Xunying Liu, Helen Meng

State-of-the-art language models (LMs) represented by long-short term memory recurrent neural networks (LSTM-RNNs) and Transformers are becoming increasingly complex and expensive for practical applications. Low-bit neural network quantization provides a powerful solution to dramatically reduce their model size. Current quantization methods are based on uniform precision and fail to account for the varying performance sensitivity at different parts of LMs to quantization errors. To this end, novel mixed precision neural network LM quantization methods are proposed in this paper. The optimal local precision choices for LSTM-RNN and Transformer based neural LMs are automatically learned using three techniques. The first two approaches are based on quantization sensitivity metrics in the form of either the KL-divergence measured between full precision and quantized LMs, or Hessian trace weighted quantization perturbation that can be approximated efficiently using matrix free techniques. The third approach is based on mixed precision neural architecture search. In order to overcome the difficulty in using gradient descent methods to directly estimate discrete quantized weights, alternating direction methods of multipliers (ADMM) are used to efficiently train quantized LMs. Experiments were conducted on state-of-the-art LF-MMI CNN-TDNN systems featuring speed perturbation, i-Vector and learning hidden unit contribution (LHUC) based speaker adaptation on two tasks: Switchboard telephone speech and AMI meeting transcription. The proposed mixed precision quantization techniques achieved "lossless" quantization on both tasks, by producing model size compression ratios of up to approximately 16 times over the full precision LSTM and Transformer baseline LMs, while incurring no statistically significant word error rate increase.

📄 PDF Abstract BibTeX arXiv:2112.11438

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture SearchQuantizationSensitivityspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Mixed Precision of Quantization of Transformer Language Models for Speech Recognition

2021-11-29 · Junhao Xu, Shoukang Hu, Jianwei Yu, Xunying Liu 외

State-of-the-art neural language models represented by Transformers are becoming increasingly complex and expensive for practical applications. Low-bit deep neural network quantization techniques provides a powerful solu…

QuantizationSensitivityspeech-recognitionSpeech Recognition

A Model for Every User and Budget: Label-Free and Personalized Mixed-Precision Quantization

2023-07-24 · Edward Fish, Umberto Michieli, Mete Ozay

Recent advancement in Automatic Speech Recognition (ASR) has produced large AI models, which become impractical for deployment in mobile devices. Model quantization is effective to produce compressed general-purpose mode…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Quantizationspeech-recognition+1

Effective and Efficient Mixed Precision Quantization of Speech Foundation Models

2025-01-07 · Haoning Xu, Zhaoqing Li, Zengrui Jin, Huimeng Wang 외

This paper presents a novel mixed-precision quantization approach for speech foundation models that tightly integrates mixed-precision learning and quantized model parameter estimation into one single model compression s…

Model Compressionparameter estimationQuantization

4-bit Conformer with Native Quantization Aware Training for Speech Recognition

2022-03-29 · Shaojin Ding, Phoenix Meadowlark, Yanzhang He, Lukasz Lew 외

Reducing the latency and model size has always been a significant research problem for live Automatic Speech Recognition (ASR) application scenarios. Along this direction, model quantization has become an increasingly po…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Quantizationspeech-recognition+1

SFMP: Fine-Grained, Hardware-Friendly and Search-Free Mixed-Precision Quantization for Large Language Models

2026-02-01 · Xin Nie, Haicheng Zhang, Liang Dong, Beining Feng 외 arxiv

Mixed-precision quantization is a promising approach for compressing large language models under tight memory budgets. However, existing mixed-precision methods typically suffer from one of two limitations: they either r…