paper-with-me

홈 › Papers

Chunk-wise Attention Transducers for Fast and Accurate Streaming Speech-to-Text

2026-02-27 · Hainan Xu, Vladimir Bataev, Travis M. Bartley, Jagadeesh Balam arxiv

We propose Chunk-wise Attention Transducer (CHAT), a novel extension to RNN-T models that processes audio in fixed-size chunks while employing cross-attention within each chunk. This hybrid approach maintains RNN-T's streaming capability while introducing controlled flexibility for local alignment modeling. CHAT significantly reduces the temporal dimension that RNN-T must handle, yielding substantial efficiency improvements: up to 46.2% reduction in peak training memory, up to 1.36X faster training, and up to 1.69X faster inference. Alongside these efficiency gains, CHAT achieves consistent accuracy improvements over RNN-T across multiple languages and tasks -- up to 6.3% relative WER reduction for speech recognition and up to 18.0% BLEU improvement for speech translation. The method proves particularly effective for speech translation, where RNN-T's strict monotonic alignment hurts performance. Our results demonstrate that the CHAT model offers a practical solution for deploying more capable streaming speech models without sacrificing real-time constraints.

📄 PDF Abstract BibTeX arXiv:2602.24245

Code (0)

등록된 구현이 없습니다.

Tasks

Speech Recognition

Similar Papers 제목 키워드 기반

Self-Attention Transducers for End-to-End Speech Recognition

2019-09-28 · Zhengkun Tian, Jiangyan Yi, Jian-Hua Tao, Ye Bai 외

Recurrent neural network transducers (RNN-T) have been successfully applied in end-to-end speech recognition. However, the recurrent structure makes it difficult for parallelization . In this paper, we propose a self-att…

speech-recognitionSpeech Recognition

Neural CRF transducers for sequence labeling

2018-11-04 · Kai Hu, Zhijian Ou, Min Hu, Junlan Feng

Conditional random fields (CRFs) have been shown to be one of the most successful approaches to sequence labeling. Various linear-chain neural CRFs (NCRFs) are developed to implement the non-linear node potentials in CRF…

ChunkingNERPOSPOS Tagging

Hierarchical Sparse Attention Done Right: Toward Infinite Context Modeling

2026-07-03 · Xiang Hu, Xinyu Wei, Hao Gu, Minshen Zhang 외 hf

Scaling modern large language models (LLMs) to long contexts is limited by the quadratic computation cost, and poor length extrapolation of dense attention. Chunk-wise sparse attention offers a promising alternative, but…

FlashVLA: Streaming Action Decoding for Fast and Asynchronous VLA Inference

2026-08-27 · Zekai Li, Jiaming Tang, Zhijian Liu arxiv

Vision-Language-Action (VLA) models are increasingly promising for robotic manipulation, yet their real-world deployment remains bottlenecked by high inference latency and unstable asynchronous execution. This challenge …

Tiled Flash Linear Attention: More Efficient Linear RNN and xLSTM Kernels

2025-03-18 · Maximilian Beck, Korbinian Pöppel, Phillip Lippe, Sepp Hochreiter

Linear RNNs with gating recently demonstrated competitive performance compared to Transformers in language modeling. Although their linear compute scaling in sequence length offers theoretical runtime advantages over Tra…

GPULanguage ModelingLanguage ModellingMamba