English

Exploring RWKV for Memory Efficient and Low Latency Streaming ASR

Audio and Speech Processing 2023-09-27 v1 Sound

Abstract

Recently, self-attention-based transformers and conformers have been introduced as alternatives to RNNs for ASR acoustic modeling. Nevertheless, the full-sequence attention mechanism is non-streamable and computationally expensive, thus requiring modifications, such as chunking and caching, for efficient streaming ASR. In this paper, we propose to apply RWKV, a variant of linear attention transformer, to streaming ASR. RWKV combines the superior performance of transformers and the inference efficiency of RNNs, which is well-suited for streaming ASR scenarios where the budget for latency and memory is restricted. Experiments on varying scales (100h - 10000h) demonstrate that RWKV-Transducer and RWKV-Boundary-Aware-Transducer achieve comparable to or even better accuracy compared with chunk conformer transducer, with minimal latency and inference memory cost.

Cite

@article{arxiv.2309.14758,
  title  = {Exploring RWKV for Memory Efficient and Low Latency Streaming ASR},
  author = {Keyu An and Shiliang Zhang},
  journal= {arXiv preprint arXiv:2309.14758},
  year   = {2023}
}

Comments

submitted to ICASSP 2024

R2 v1 2026-06-28T12:32:32.199Z