paper-with-me

홈 › Papers

Practical Conformer: Optimizing size, speed and flops of Conformer for on-Device and cloud ASR

2023-03-31 · Rami Botros, Anmol Gulati, Tara N. Sainath, Krzysztof Choromanski, Ruoming Pang, Trevor Strohman, Weiran Wang, Jiahui Yu

Conformer models maintain a large number of internal states, the vast majority of which are associated with self-attention layers. With limited memory bandwidth, reading these from memory at each inference step can slow down inference. In this paper, we design an optimized conformer that is small enough to meet on-device restrictions and has fast inference on TPUs. We explore various ideas to improve the execution speed, including replacing lower conformer blocks with convolution-only blocks, strategically downsizing the architecture, and utilizing an RNNAttention-Performer. Our optimized conformer can be readily incorporated into a cascaded-encoder setting, allowing a second-pass decoder to operate on its output and improve the accuracy whenever more resources are available. Altogether, we find that these optimizations can reduce latency by a factor of 6.8x, and come at a reasonable trade-off in quality. With the cascaded second-pass, we show that the recognition accuracy is completely recoverable. Thus, our proposed encoder can double as a strong standalone encoder in on device, and as the first part of a high-performance ASR pipeline.

📄 PDF Abstract BibTeX arXiv:2304.00171

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Similar Papers 제목 키워드 기반

Nextformer: A ConvNeXt Augmented Conformer For End-To-End Speech Recognition

2022-06-29 · Yongjun Jiang, Jian Yu, Wenwen Yang, Bihong Zhang 외

Conformer models have achieved state-of-the-art(SOTA) results in end-to-end speech recognition. However Conformer mainly focuses on temporal modeling while pays less attention on time-frequency property of speech feature…

speech-recognitionSpeech Recognition

2-bit Conformer quantization for automatic speech recognition

2023-05-26 · Oleg Rybakov, Phoenix Meadowlark, Shaojin Ding, David Qiu 외

Large speech models are rapidly gaining traction in research community. As a result, model compression has become an important topic, so that these models can fit in memory and be served with reduced cost. Practical appr…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Model CompressionQuantization+2

4-bit Conformer with Native Quantization Aware Training for Speech Recognition

2022-03-29 · Shaojin Ding, Phoenix Meadowlark, Yanzhang He, Lukasz Lew 외

Reducing the latency and model size has always been a significant research problem for live Automatic Speech Recognition (ASR) application scenarios. Along this direction, model quantization has become an increasingly po…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Quantizationspeech-recognition+1

FusionFormer: Fusing Operations in Transformer for Efficient Streaming Speech Recognition

2022-10-31 · Xingchen Song, Di wu, BinBin Zhang, Zhiyong Wu 외

The recently proposed Conformer architecture which combines convolution with attention to capture both local and global dependencies has become the \textit{de facto} backbone model for Automatic Speech Recognition~(ASR).…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

QC-GAN: A Parameter-Efficient Quaternion Conformer GAN for High-Fidelity Speech Enhancement

2026-06-17 · Shogo Yamauchi, Hideaki Tamori, Makoto Sakai, Yosuke Yamano 외 arxiv

We propose a parameter-efficient speech enhancement framework, Quaternion Conformer GAN (QC-GAN), which combines a Quaternion Conformer generator with MetricGAN-based training. The Hamilton product encodes the magnitude …

Speech Enhancement