CLSDASMar 31, 2023

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

arXiv:2304.00171v13 citationsh-index: 69
Originality Incremental advance
AI Analysis

This work addresses on-device and cloud ASR efficiency for practical deployment, though it is incremental as it optimizes an existing architecture.

The paper tackles the problem of slow inference in Conformer models for automatic speech recognition (ASR) due to memory bandwidth limitations, achieving a 6.8x reduction in latency with recoverable accuracy using a cascaded second-pass.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes