用相对时间间隔提升语音模型的时间对齐能力
Relative Time Intervals Representation for Word-level Timestamping with Masked Training

- 用相对时间取代绝对时间,压缩词表并增强泛化
- 结合全参数微调与LoRA,提升时间预测精度
- 掩码训练让模型不依赖真实时间标注,更鲁棒
尽管语音大语言模型在语音理解与生成方面表现优异,但其细粒度、时空对齐输出的能力仍待挖掘。本文通过将传统绝对时间戳替换为相对时间戳,使模型不仅能理解内容,还能感知时间结构,实现从‘内容理解机器’向‘时序感知内容理解机器’的转变。为高效注入时间预测能力,我们采用混合微调策略:对新增的时间嵌入层和语言模型头进行全参数微调,同时使用LoRA对解码器层进行低秩微调。此外,设计了掩码时间戳训练目标,防止模型过度依赖真实时间标注,从而增强对真实世界噪声标签的鲁棒性。大量实验表明,该方法显著提升了时间戳预测准确率,同时保持了强语音转录性能。
原文摘要 · Abstract (English)
Although Speech Large Language Models (SpeechLLMs) excel at speech understanding and generation, their capacity for fine-grained, temporally aligned outputs remains underexplored. Our work addresses this gap by enabling SpeechLLMs to jointly model speech content and temporal structure, effectively transforming them from ``content understanding machines" into ``temporal-aware content understanding machines". Specifically, we replace traditional absolute timestamps with relative timestamps, achieving a more compact vocabulary and stronger generalization capabilities. To efficiently infuse timestamp prediction ability into pre-trained large language models, we introduce a hybrid fine-tuning strategy: full-parameter fine-tuning of the timestamp-augmented embedding layer and language model head, combined with LoRA fine-tuning of the decoder layers. Moreover, we design a masked timestamp training objective, preventing the model from over-relying on ground-truth timestamps, and thereby enhancing robustness against noisy real-world annotations. Extensive experiments demonstrate that our approach achieves significant improvements in timestamp prediction accuracy while maintaining strong speech transcription performance.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。