paper-with-me

Papers

WIND: Accelerated RNN-T Decoding with Windowed Inference for Non-blank Detection

2025-05-19 · Hainan Xu, Vladimir Bataev, Lilit Grigoryan, Boris Ginsburg

We propose Windowed Inference for Non-blank Detection (WIND), a novel strategy that significantly accelerates RNN-T inference without compromising model accuracy. During model inference, instead of processing frames sequentially, WIND processes multiple frames simultaneously within a window in parallel, allowing the model to quickly locate non-blank predictions during decoding, resulting in significant speed-ups. We implement WIND for greedy decoding, batched greedy decoding with label-looping techniques, and also propose a novel beam-search decoding method. Experiments on multiple datasets with different conditions show that our method, when operating in greedy modes, speeds up as much as 2.4X compared to the baseline sequential approach while maintaining identical Word Error Rate (WER) performance. Our beam-search algorithm achieves slightly better accuracy than alternative methods, with significantly improved speed. We will open-source our WIND implementation.

📄 PDF Abstract BibTeX arXiv:2505.13765

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Breaking Through the Spike: Spike Window Decoding for Accelerated and Precise Automatic Speech Recognition

2025-01-01 · Wei zhang, Tian-Hao Zhang, Chao Luo, Hui Zhou 외

Recently, end-to-end automatic speech recognition has become the mainstream approach in both industry and academia. To optimize system performance in specific scenarios, the Weighted Finite-State Transducer (WFST) is ext…

Automatic Speech Recognitionspeech-recognitionSpeech Recognition

Comparison of Windowed-Decoder Configurations for Spatially Coupled LDPC Codes Under Equal-Complexity Constraints

2020-04-27

Spatially Coupled Low-Density Parity-Check (SC-LDPC) codes offer excellent decoding performance and can be elegantly decoded with a Windowed Decoder (WD). We determine an efficient WD configuration with low control overh…

Decoder

WBMM: Windowed Batch Matrix Multiplication for Efficient Large Receptive Field Convolution

2026-07-02 · Wan Song, Wei Zhou, Rui Wang, Jun Yu 외 arxiv

Large kernel depthwise convolutions achieve strong performance but suffer from significant degradation as kernel size grows due to irregular memory access from gather-based computation; while Large Kernel Acceleration (L…

Windowed MAPF with Completeness Guarantees

2024-10-02 · Rishi Veerapaneni, Muhammad Suhail Saleem, Jiaoyang Li, Maxim Likhachev

Traditional multi-agent path finding (MAPF) methods try to compute entire start-goal paths which are collision free. However, computing an entire path can take too long for MAPF systems where agents need to replan fast. …

Heuristic SearchMulti-Agent Path Finding

Window-Diffusion: Accelerating Diffusion Language Model Inference with Windowed Token Pruning and Caching

2026-01-28 · Fengrui Zuo, Zhiwei Ke, Yiming Liu, Wenqi Lou 외 arxiv

Diffusion language models (DLMs) generate text through iterative denoising, but inference requires full-sequence attention at every iteration, resulting in substantial redundant computation on masked tokens. Block-wise d…