微信内可能无法直接打开本站。请点右上角 ··· → 在浏览器打开,或复制链接。
Reducing Hallucinated Transcripts in Whisper via Hallucination Space Projection
RSS 官方收录 · 可信分层展示
关键摘要
Whisper幻觉转录率从31.31%降至2.44%,无需重训练
- 提出免训练推理时低秩投影法抑制Whisper幻觉
- 始终启用投影使幻觉率相对降低92.21%
- 门控投影在降幻觉与保识别精度间取得平衡
AI 摘要 · 来源可核验
正文提要
arXiv:2609.04561v1 Announce Type: new Abstract: Whisper is a widely used foundation model for automatic speech recognition (ASR), but its generative decoder can produce fluent hallucinated transcripts for inputs containing little or no speech. We propose a training-free, inference-time method to reduce these hallucinations using low-rank projection of decoder activations. A compact hallucination-associated subspace is estimated from non-speech calibration data, and decoder hidden states are projected away from this subspace during inference. We evaluate two variants: always-on, which applies projection to all inputs, and gated, which applies it only when Whisper predicts that an input is likely non-speech. Across non-speech benchmarks, always-on projection reduces average hallucination rate (HR) from 31.31% to 2.44%, a 92.21% relative reduction, while gated projection reduces HR to 3.74%, an 88.05% relative reduction, with lower false rejection of genuine speech. On LibriSpeech, gated projection increases absolute word error rate (WER) by 0.33-4.39 percentage points and yields false-rejection rates (FRR) of 0.41--9.97% across model and split settings. These results show that low-rank activation projection can substantially suppress Whisper hallucinations without retraining, while providing a controllable trade-off between hallucination suppression and speech recognition performance.