ai.hackcv
论文精选 60arXiv

Toward Real-Time Sentence-Level Sign Language Translation

Most sign language understanding systems operate at the level of isolated signs, limiting their usefulness in natural communication. We study sentence-level sign language translation (SLT) with the primary goal of real-time deployment rather than proposing a new translation architecture. We fine-tune a SHuBERT-ByT5 translation stack on a uniformly sampled 9,872-example subset of How2Sign, selected because of compute and storage constraints, using QLoRA while keeping SHuBERT frozen. The model obtains a validation BLEU of 16.7 and, on the test split, BLEU 15.9 and BLEURT 44.7. The main contribution is a hardware-aware streaming system: a Raspberry Pi 4B reference client provides camera capture, local text display, and speech output, while compute-intensive perception and translation run on a CPU/GPU backend. The capture protocol remains client-agnostic, so the same backend can serve a browser, phone, or laptop. Chunked ingestion, bounded queues, parallelized perception, temporal reordering, and a sentence-boundary state machine reduce mean post-finalization response latency from 1.873 to 1.354 seconds (27.71%) and P95 latency from 2.919 to 2.130 seconds (27.03%) over the complete 9,872-example working subset.

AI 解读论文

研究实时句子级别的手语翻译系统

核心方法
基于计算和存储限制,使用QLoRA微调SHuBERT-ByT5模型,构建硬件感知的流式系统,将摄像头捕捉、本地文本显示和语音输出与后端的感知翻译分离
适合谁读
研究者、工程师
要解决的问题
现有多数手语理解系统局限于单个手势,难以在自然交流中使用
关键实验
实验数据包括验证集BLEU得分16.7,测试集BLEU得分15.9和BLEURT得分44.7;通过优化技术显著减少延迟
主要贡献
提出了一种硬件感知的流式系统,降低了响应延迟,提高了实时性
意义与局限
该系统提高了手语翻译的实用性,尤其适用于计算资源有限的设备;但模型性能仍有待提高,且依赖于特定的硬件配置
领域:cs.CL作者:Thanh-Hoang Nguyen Doan
相关推荐

本站内容由 LLM 精选聚合,原文版权归 arXiv 所有 · 摘录仅供参考