English

Diagnostic-Driven Layer-Wise Compensation for Post-Training Quantization of Encoder-Decoder ASR Models

Sound 2026-04-28 v2 Computation and Language Audio and Speech Processing

Abstract

Deploying Automatic Speech Recognition (ASR) models on memory-constrained edge devices requires aggressive low-bit weight quantization. Layer-wise post-training quantization is practical and effective, but it suffers from cross-layer error accumulation. Existing compensation methods typically use a single global strength for all layers, which is ill-suited to encoder-decoder ASR models whose acoustic encoder and linguistic decoder exhibit markedly different sensitivities to quantization noise. We propose FADE, a diagnostic-driven framework that assigns each layer an adaptive compensation coefficient by combining two complementary signals: an intrinsic vulnerability score from weight geometry and a calibration reliability score from the data-driven solution. The resulting layer-wise coefficient balances local quantization fidelity against cross-layer error correction, enabling tailored compensation without retraining or hyperparameter search. Experiments on Whisper, Moonshine, and Qwen3-ASR across four benchmarks show that FADE consistently improves mean Word Error Rate over strong baselines at both 3- and 4-bit precision while substantially reducing run-to-run variance.

Keywords

Cite

@article{arxiv.2601.02455,
  title  = {Diagnostic-Driven Layer-Wise Compensation for Post-Training Quantization of Encoder-Decoder ASR Models},
  author = {Xinyu Wang and Ziyu Zhao and Yajie Luo and Yihong Wu and Liheng Ma and Jingrui Tian and Lei Ding and Xiao-Wen Chang and Peng Lu},
  journal= {arXiv preprint arXiv:2601.02455},
  year   = {2026}
}

Comments

9 pages, 4 figures, 3 tables

R2 v1 2026-07-01T08:51:34.605Z