paper-with-me

Papers

Adding Connectionist Temporal Summarization into Conformer to Improve Its Decoder Efficiency For Speech Recognition

2022-04-08 · Nick J. C. Wang, Zongfeng Quan, Shaojun Wang, Jing Xiao

The Conformer model is an excellent architecture for speech recognition modeling that effectively utilizes the hybrid losses of connectionist temporal classification (CTC) and attention to train model parameters. To improve the decoding efficiency of Conformer, we propose a novel connectionist temporal summarization (CTS) method that reduces the number of frames required for the attention decoder fed from the acoustic sequences generated by the encoder, thus reducing operations. However, to achieve such decoding improvements, we must fine-tune model parameters, as cross-attention observations are changed and thus require corresponding refinements. Our final experiments show that, with a beamwidth of 4, the LibriSpeech's decoding budget can be reduced by up to 20% and for FluentSpeech data it can be reduced by 11%, without losing ASR accuracy. An improvement in accuracy is even found for the LibriSpeech "test-other" set. The word error rate (WER) is reduced by 6\% relative at the beam width of 1 and by 3% relative at the beam width of 4.

📄 PDF Abstract BibTeX arXiv:2204.03889

Code (0)

등록된 구현이 없습니다.

Tasks

Decoderspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Order-Preserving Abstractive Summarization for Spoken Content Based on Connectionist Temporal Classification

2017-09-16 · Bo-Ru Lu, Frank Shyu, Yun-Nung Chen, Hung-Yi Lee 외

Connectionist temporal classification (CTC) is a powerful approach for sequence-to-sequence learning, and has been popularly used in speech recognition. The central ideas of CTC include adding a label "blank" during trai…

Abstractive Text SummarizationGeneral Classificationspeech-recognitionSpeech Recognition

A Study of Different Ways to Use The Conformer Model For Spoken Language Understanding

2022-04-08 · Nick J. C. Wang, Shaojun Wang, Jing Xiao

SLU combines ASR and NLU capabilities to accomplish speech-to-intent understanding. In this paper, we compare different ways to combine ASR and NLU, in particular using a single Conformer model with different ways to use…

Spoken Language Understanding

Audio-Visual Efficient Conformer for Robust Speech Recognition

2023-01-04 · Maxime Burchi, Radu Timofte

End-to-end Automatic Speech Recognition (ASR) systems based on neural networks have seen large improvements in recent years. The availability of large scale hand-labeled datasets and sufficient computing resources made i…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Lip ReadingRobust Speech Recognition+2

SC-MoE: Switch Conformer Mixture of Experts for Unified Streaming and Non-streaming Code-Switching ASR

2024-06-26 · Shuaishuai Ye, Shunfei Chen, Xinhui Hu, Xinkang Xu

In this work, we propose a Switch-Conformer-based MoE system named SC-MoE for unified streaming and non-streaming code-switching (CS) automatic speech recognition (ASR), where we design a streaming MoE layer consisting o…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Computational EfficiencyDecoder+4

Key Frame Mechanism For Efficient Conformer Based End-to-end Speech Recognition

2023-10-23 · Peng Fan, Changhao Shan, Sining Sun, Qing Yang 외

Recently, Conformer as a backbone network for end-to-end automatic speech recognition achieved state-of-the-art performance. The Conformer block leverages a self-attention mechanism to capture global information, along w…

Automatic Speech Recognitionspeech-recognitionSpeech Recognition