菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-06
📄 Abstract - REDDIT: Correcting Model-Generated Timestamp Drift in ASR without Forgetting via Replay-Based Distribution Editing

Modern autoregressive ASR systems can emit timestamps as decoded tokens, enabling timestamped transcription without frame-level aligners or inference-time post-processing. We show that these generated timestamps can drift across long non-speech spans: the transcript may remain plausible, but the decoded time axis drifts away from the audio. We study this non-speech-induced timestamp drift with self-built gap and long-gap benchmarks across 15 evaluated timestamp-producing ASR and audio-language systems. Naive timestamp-corrected fine-tuning improves alignment but can severely degrade non-target ASR behavior, exposing a forgetting problem. We propose REDDIT(REplay-based Distribution eDITing), a lightweight two-stage post-training framework that corrects timestamps while avoiding this catastrophic forgetting: it first edits timestamp targets under the model's own replayed decoder context while matching the frozen base distribution on non-timestamp tokens, then applies a short edited-prefix refinement stage. In this framework, we construct correction supervision without human transcripts or human timestamp annotations by combining VAD-trimmed speech spans with inserted non-speech gaps and known concatenation offsets. On Whisper-tiny, 34.9 hours of targeted correction audio used and only 1.6% of model parameters updated, raising long-gap mIoU from 38.7% to 95.0% and reducing mixed-gap out-of-domain AAS from 2752 ms to 223 ms while preserving CV-en MER at 41.3% (versus 524.2% for ordinary SFT decoder tuning).

顶级标签: machine learning audio
详细标签: timestamp drift autoregressive speech recognition catastrophic forgetting replay-based distribution editing vad-trimmed speech asr 或 搜索:

REDDIT:通过基于回放的分布编辑在不遗忘的情况下修正ASR模型生成的时间戳漂移 / REDDIT: Correcting Model-Generated Timestamp Drift in ASR without Forgetting via Replay-Based Distribution Editing


1️⃣ 一句话总结

本文提出了一种名为REDDIT的轻量级后训练方法,能够在自动语音识别模型中纠正长时间静音段导致的时间戳漂移问题,同时通过回放训练和分布编辑技术避免纠正过程损害模型原有的其他识别能力。

源自 arXiv: 2607.05364