Paper Overview
- Field: NLP (speech recognition)
- Authors: Cheng-Kang Chou, Ming-To Chuang, Ke-Han Lu, Chan-Jan Hsu, Hung-yi Lee
- Published: 2026-07-06
- arXiv: 2607.05364
- Long-gap mIoU: 38.7% → 95.0%
- Mixed-gap out-of-domain AAS: 2752ms → 223ms
- CV-en MER preserved at 41.3% (vs. 524.2% for naive SFT decoder tuning)
Background
Modern autoregressive ASR systems can emit timestamps as decoded tokens, enabling timestamped transcription without a frame-level aligner or inference-time post-processing. However, this paper observes that these generated timestamps drift across long non-speech spans: the transcript text may still look reasonable, but the decoded timeline diverges from the actual audio.
Method: REDDIT
REDDIT (Replay-based distribution EDDITing) is a lightweight two-stage post-training framework designed to correct timestamps while avoiding catastrophic forgetting:
1. Stage 1 – Timestamp editing: Edit timestamp targets under the model's own replayed decoder context, while matching a frozen base distribution for non-timestamp tokens. 2. Stage 2 – Prefix refinement: Apply a short editing-prefix refinement stage.
Results (Whisper-tiny)
Using only 34.9 hours of target correction audio and updating just 1.6% of model parameters:
Takeaway
REDDIT shows that targeted, parameter-efficient distribution editing can fix timestamp drift in token-based ASR without sacrificing general transcription quality or triggering catastrophic forgetting.
---
*Auto-collected on 2026-07-06.*