paper-with-me

Papers

Paraformer: Fast and Accurate Parallel Transformer for Non-autoregressive End-to-End Speech Recognition

2022-06-16 · Zhifu Gao, Shiliang Zhang, Ian McLoughlin, Zhijie Yan

Transformers have recently dominated the ASR field. Although able to yield good performance, they involve an autoregressive (AR) decoder to generate tokens one by one, which is computationally inefficient. To speed up inference, non-autoregressive (NAR) methods, e.g. single-step NAR, were designed, to enable parallel generation. However, due to an independence assumption within the output tokens, performance of single-step NAR is inferior to that of AR models, especially with a large-scale corpus. There are two challenges to improving single-step NAR: Firstly to accurately predict the number of output tokens and extract hidden variables; secondly, to enhance modeling of interdependence between output tokens. To tackle both challenges, we propose a fast and accurate parallel transformer, termed Paraformer. This utilizes a continuous integrate-and-fire based predictor to predict the number of tokens and generate hidden variables. A glancing language model (GLM) sampler then generates semantic embeddings to enhance the NAR decoder's ability to model context interdependence. Finally, we design a strategy to generate negative samples for minimum word error rate training to further improve performance. Experiments using the public AISHELL-1, AISHELL-2 benchmark, and an industrial-level 20,000 hour task demonstrate that the proposed Paraformer can attain comparable performance to the state-of-the-art AR transformer, with more than 10x speedup.

📄 PDF Abstract BibTeX arXiv:2206.08317

Code (2)

alibaba-damo-academy/FunASR 공식 구현 pytorch
modelscope/modelscope pytorch

Tasks

DecoderLanguage Modellingspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Paraformer-v2: An improved non-autoregressive transformer for noise-robust speech recognition

2024-09-26 · Keyu An, Zerui Li, Zhifu Gao, Shiliang Zhang

Attention-based encoder-decoder, e.g. transformer and its variants, generates the output sequence in an autoregressive (AR) manner. Despite its superior performance, AR model is computationally inefficient as its generat…

DecoderRobust Speech Recognitionspeech-recognitionSpeech Recognition

ParaFormer: Parallel Attention Transformer for Efficient Feature Matching

2023-03-02 · Xiaoyong Lu, Yaping Yan, Bin Kang, Songlin Du

Heavy computation is a bottleneck limiting deep-learningbased feature matching algorithms to be applied in many realtime applications. However, existing lightweight networks optimized for Euclidean data cannot address cl…

Homography EstimationPose Estimation

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

2023-05-18 · Zhifu Gao, Zerui Li, JiaMing Wang, Haoneng Luo 외

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…

Action DetectionActivity Detectionspeech-recognitionSpeech Recognition

Learning without Exact Guidance: Updating Large-scale High-resolution Land Cover Maps from Low-resolution Historical Labels

2024-03-05 · CVPR 2024 1 · Zhuohong Li, wei he, Jiepan Li, Fangxiao Lu 외

Large-scale high-resolution (HR) land-cover mapping is a vital task to survey the Earth's surface and resolve many challenges facing humanity. However, it is still a non-trivial task hindered by complex ground details, v…

Pseudo LabelSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

The Volctrans GLAT System: Non-autoregressive Translation Meets WMT21

2021-09-23 · WMT (EMNLP) 2021 11 · Lihua Qian, Yi Zhou, Zaixiang Zheng, Yaoming Zhu 외

This paper describes the Volctrans' submission to the WMT21 news translation shared task for German->English translation. We build a parallel (i.e., non-autoregressive) translation system using the Glancing Transformer, …

Translation