English

Loss Masking Is Not Needed in Decoder-only Transformer for Discrete-token-based ASR

Computation and Language 2024-02-06 v2 Sound Audio and Speech Processing

Abstract

Recently, unified speech-text models, such as SpeechGPT, VioLA, and AudioPaLM, have achieved remarkable performance on various speech tasks. These models discretize speech signals into tokens (speech discretization) and use a shared vocabulary for both text and speech tokens. Then they train a single decoder-only Transformer on a mixture of speech tasks. However, these models rely on the Loss Masking strategy for the ASR task, which ignores the dependency among speech tokens. In this paper, we propose to model speech tokens in an autoregressive way, similar to text. We find that applying the conventional cross-entropy loss on input speech tokens does not consistently improve the ASR performance over the Loss Masking approach. To address this issue, we propose a novel approach denoted Smoothed Label Distillation (SLD), which applies a KL divergence loss with smoothed labels on speech tokens. Our experiments show that SLD effectively models speech tokens and outperforms Loss Masking for decoder-only Transformers in ASR tasks with different speech discretization methods. The source code can be found here: https://github.com/alibaba-damo-academy/SpokenNLP/tree/main/sld

Keywords

Cite

@article{arxiv.2311.04534,
  title  = {Loss Masking Is Not Needed in Decoder-only Transformer for Discrete-token-based ASR},
  author = {Qian Chen and Wen Wang and Qinglin Zhang and Siqi Zheng and Shiliang Zhang and Chong Deng and Yukun Ma and Hai Yu and Jiaqing Liu and Chong Zhang},
  journal= {arXiv preprint arXiv:2311.04534},
  year   = {2024}
}

Comments

5 pages, accepted by ICASSP 2024

R2 v1 2026-06-28T13:14:53.750Z