paper-with-me

Papers

Exploring RWKV for Memory Efficient and Low Latency Streaming ASR

2023-09-26 · Keyu An, Shiliang Zhang

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.

📄 PDF Abstract BibTeX arXiv:2309.14758

Code (0)

등록된 구현이 없습니다.

Tasks

Chunking

Similar Papers 제목 키워드 기반

RWKV-TS: Beyond Traditional Recurrent Neural Network for Time Series Tasks

2024-01-17 · Haowen Hou, F. Richard Yu

Traditional Recurrent Neural Network (RNN) architectures, such as LSTM and GRU, have historically held prominence in time series tasks. However, they have recently seen a decline in their dominant position across various…

Computational EfficiencyTime SeriesTime Series Forecasting

RWKV-PCSSC: Exploring RWKV Model for Point Cloud Semantic Scene Completion

2025-11-13 · Wenzhe He, Xiaojun Chen, Wentang Chen, Hongyu Wang 외 arxiv

Semantic Scene Completion (SSC) aims to generate a complete semantic scene from an incomplete input. Existing approaches often employ dense network architectures with a high parameter count, leading to increased model co…

VisualRWKV: Exploring Recurrent Neural Networks for Visual Language Models

2024-06-19 · Haowen Hou, Peigen Zeng, Fei Ma, Fei Richard Yu

Visual Language Models (VLMs) have rapidly progressed with the recent success of large language models. However, there have been few attempts to incorporate efficient linear Recurrent Neural Networks (RNNs) architectures…

GPULanguage ModelingLanguage Modelling

Exploring RWKV for Sentence Embeddings: Layer-wise Analysis and Baseline Comparison for Semantic Similarity

2025-02-20 · Xinghan Pan

This paper investigates the efficacy of RWKV, a novel language model architecture known for its linear attention mechanism, for generating sentence embeddings in a zero-shot setting. I conduct a layer-wise analysis to ev…

GPULanguage ModelingLanguage ModellingMRPC+6

Mamba or RWKV: Exploring High-Quality and High-Efficiency Segment Anything Model

2024-06-27 · Haobo Yuan, Xiangtai Li, Lu Qi, Tao Zhang 외

Transformer-based segmentation methods face the challenge of efficient inference when dealing with high-resolution images. Recently, several linear attention architectures, such as Mamba and RWKV, have attracted much att…

MambaSegmentation