ACL 2023long7 citations

CTC-based Non-autoregressive Speech Translation

Chen Xu, Xiaoqian Liu, Xiaowen Liu, Qingxuan Sun, Yuhao Zhang, Murun Yang, Qianqian Dong, Tom Ko

Abstract

Combining end-to-end speech translation (ST) and non-autoregressive (NAR) generation is promising in language and speech processing for their advantages of less error propagation and low latency. In this paper, we investigate the potential of connectionist temporal classification (CTC) for non-autoregressive speech translation (NAST).In particular, we develop a model consisting of two encoders that are guided by CTC to predict the source and target texts, respectively. Introducing CTC into NAST on both language sides has obvious challenges: 1) the conditional independent generation somewhat breaks the interdependency among tokens, and 2) the monotonic alignment assumption in standard CTC does not hold in translation tasks. In response, we develop a prediction-aware encoding approach and a cross-layer attention approach to address these issues. We also use curriculum learning to improve convergence of training. Experiments on the MuST-C ST benchmarks show that our NAST model achieves an average BLEU score of 29.5 with a speed-up of 5.67×, which is comparable to the autoregressive counterpart and even outperforms the previous best result of 0.9 BLEU points.

BibTeX
@inproceedings{xu-etal-2023-ctc,
    title = "{CTC}-based Non-autoregressive Speech Translation",
    author = "Xu, Chen  and
      Liu, Xiaoqian  and
      Liu, Xiaowen  and
      Sun, Qingxuan  and
      Zhang, Yuhao  and
      Yang, Murun  and
      Dong, Qianqian  and
      Ko, Tom  and
      Wang, Mingxuan  and
      Xiao, Tong  and
      Ma, Anxiang  and
      Zhu, Jingbo",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.acl-long.744/",
    doi = "10.18653/v1/2023.acl-long.744",
    pages = "13321--13339"
}
CTC-based Non-autoregressive Speech Translation · ACL 2023