English

Is Smaller Always Faster? Tradeoffs in Compressing Self-Supervised Speech Transformers

Computation and Language 2025-08-19 v4 Machine Learning Sound Audio and Speech Processing

Abstract

Transformer-based self-supervised models have achieved remarkable success in speech processing, but their large size and high inference cost present significant challenges for real-world deployment. While numerous compression techniques have been proposed, inconsistent evaluation metrics make it difficult to compare their practical effectiveness. In this work, we conduct a comprehensive study of four common compression methods, including weight pruning, head pruning, low-rank approximation, and knowledge distillation on self-supervised speech Transformers. We evaluate each method under three key metrics: parameter count, multiply-accumulate operations, and real-time factor. Results show that each method offers distinct advantages. In addition, we contextualize recent compression techniques, comparing DistilHuBERT, FitHuBERT, LightHuBERT, ARMHuBERT, and STaRHuBERT under the same framework, offering practical guidance on compression for deployment.

Keywords

Cite

@article{arxiv.2211.09949,
  title  = {Is Smaller Always Faster? Tradeoffs in Compressing Self-Supervised Speech Transformers},
  author = {Tzu-Quan Lin and Tsung-Huan Yang and Chun-Yao Chang and Kuang-Ming Chen and Tzu-hsun Feng and Hung-yi Lee and Hao Tang},
  journal= {arXiv preprint arXiv:2211.09949},
  year   = {2025}
}

Comments

Accepted at ASRU 2025. Code is available at https://github.com/nervjack2/Speech-SSL-Compression

R2 v1 2026-06-28T06:10:26.741Z