English

FunASR: A Fundamental End-to-End Speech Recognition Toolkit

Sound 2023-05-19 v1 Computation and Language Audio and Speech Processing

Abstract

This paper introduces FunASR, an open-source speech recognition toolkit designed to bridge the gap between academic research and industrial applications. FunASR offers models trained on large-scale industrial corpora and the ability to deploy them in applications. The toolkit's flagship model, Paraformer, is a non-autoregressive end-to-end speech recognition model that has been trained on a manually annotated Mandarin speech recognition dataset that contains 60,000 hours of speech. To improve the performance of Paraformer, we have added timestamp prediction and hotword customization capabilities to the standard Paraformer backbone. In addition, to facilitate model deployment, we have open-sourced a voice activity detection model based on the Feedforward Sequential Memory Network (FSMN-VAD) and a text post-processing punctuation model based on the controllable time-delay Transformer (CT-Transformer), both of which were trained on industrial corpora. These functional modules provide a solid foundation for building high-precision long audio speech recognition services. Compared to other models trained on open datasets, Paraformer demonstrates superior performance.

Keywords

Cite

@article{arxiv.2305.11013,
  title  = {FunASR: A Fundamental End-to-End Speech Recognition Toolkit},
  author = {Zhifu Gao and Zerui Li and Jiaming Wang and Haoneng Luo and Xian Shi and Mengzhe Chen and Yabin Li and Lingyun Zuo and Zhihao Du and Zhangyu Xiao and Shiliang Zhang},
  journal= {arXiv preprint arXiv:2305.11013},
  year   = {2023}
}

Comments

5 pages, 3 figures, accepted by INTERSPEECH 2023

R2 v1 2026-06-28T10:38:17.790Z