paper-with-me

홈 › Papers

WhisperPipe: A Resource-Efficient Streaming Architecture for Real-Time Automatic Speech Recognition

2026-04-28 · Erfan Ramezani, Mohammad Mahdi Giahi, Mohammad Erfan Zarabadipour, Amir Reza Yosefian, Hamid Ghadiri arxiv

Real-time automatic speech recognition (ASR) systems face a fundamental trade-off between transcription accuracy and computational efficiency, particularly when deploying large-scale transformer models like Whisper. Existing streaming approaches either sacrifice accuracy through aggressive chunking or incur prohibitive memory costs through unbounded context accumulation. We present WhisperPipe, a novel streaming architecture that achieves bounded memory consumption while maintaining transcription quality through three key innovations a hybrid Voice Activity Detection (VAD) pipeline combining Silero VAD with energy-based filtering to reduce false activations by 34%, a dynamic buffering mechanism with overlapping context windows that prevents information loss at segment boundaries, and an adaptive processing strategy that balances latency and accuracy based on speech characteristics. Evaluated on 2.5 hours of diverse audio data, WhisperPipe demonstrates a median end-to-end latency of 89ms (90th percentile: 142ms) while consuming 48% less peak GPU memory and 80.9% lower average GPU utilization compared to baseline Whisper implementations. The system maintains stable memory usage over extended sessions, with zero growth rate across 150-minute continuous operation. Comparative analysis against related work shows that WhisperPipe achieves competitive accuracy (WER within 2% of offline Whisper) while operating at 3-5x lower latency than existing streaming solutions. The architecture's modular design enables deployment across resource-constrained environments, from edge devices to cloud infrastructure. Our results demonstrate that careful architectural design can reconcile the competing demands of real-time responsiveness and model sophistication in production ASR systems.

📄 PDF Abstract BibTeX arXiv:2604.25611

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencySpeech RecognitionActivity Detection

Similar Papers 제목 키워드 기반

STREAMINGGS: Voxel-Based Streaming 3D Gaussian Splatting with Memory Optimization and Architectural Support

2025-06-09 · Chenqi Zhang, Yu Feng, Jieru Zhao, Guangda Liu 외

3D Gaussian Splatting (3DGS) has gained popularity for its efficiency and sparse Gaussian-based representation. However, 3DGS struggles to meet the real-time requirement of 90 frames per second (FPS) on resource-constrai…

3DGS

HERMES: KV Cache as Hierarchical Memory for Efficient Streaming Video Understanding

2026-01-21 · Haowei Zhang, Shudong Yang, Jinlan Fu, See-Kiong Ng 외 arxiv

Recent advancements in Multimodal Large Language Models (MLLMs) have demonstrated significant improvement in offline video understanding. However, extending these capabilities to streaming video inputs, remains challengi…

Pushing the Limits of On-Device Streaming ASR: A Compact, High-Accuracy English Model for Low-Latency Inference

2026-04-16 · Nenad Banfic, David Fan, Kunal Vaishnavi, Sam Kemp 외 arxiv

Deploying high-quality automatic speech recognition (ASR) on edge devices requires models that jointly optimize accuracy, latency, and memory footprint while operating entirely on CPU without GPU acceleration. We conduct…

Speech Recognition

StreamForest: Efficient Online Video Understanding with Persistent Event Memory

2025-09-29 · Xiangyu Zeng, Kefan Qiu, Qingyu Zhang, Xinhao Li 외 arxiv

Multimodal Large Language Models (MLLMs) have recently achieved remarkable progress in video understanding. However, their effectiveness in real-time streaming scenarios remains limited due to storage constraints of hist…

Autonomous Driving

Streaming-capable High-performance Architecture of Learned Image Compression Codecs

2022-08-02 · Fangzheng Lin, Heming Sun, Jiro Katto

Learned image compression allows achieving state-of-the-art accuracy and compression ratios, but their relatively slow runtime performance limits their usage. While previous attempts on optimizing learned image codecs fo…

CPUDecoderGPUImage Compression+1