paper-with-me

홈 › Papers

Reducing Hallucinated Transcripts in Whisper via Hallucination Space Projection

2026-09-03 · Maryam Abbasihafshejani, Murtuza Jadliwala arxiv

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.

📄 PDF Abstract BibTeX arXiv:2609.04561

Code (0)

등록된 구현이 없습니다.

Tasks

Speech Recognition

Similar Papers 제목 키워드 기반

Careless Whisper: Speech-to-Text Hallucination Harms

2024-02-12 · Allison Koenecke, Anna Seo Gyeong Choi, Katelyn X. Mei, Hilke Schellmann 외

Speech-to-text services aim to transcribe input audio as accurately as possible. They increasingly play a role in everyday life, for example in personal voice assistants or in customer-company interactions. We evaluate O…

HallucinationLanguage ModelingLanguage Modellingspeech-recognition+2

From Text Metrics to Model Internals: A Study of Whisper ASR Hallucination Detection

2026-06-22 · Jan Jasiński, Mateusz Barański, Julitta Bartolewska, Marcin Witkowski 외 arxiv

Hallucinations of ASR models - fluent transcriptions with no basis in audio - degrade system performance and pose risks in downstream applications. Robust detection of such errors remains a challenge. This paper studies …

Whisper Hallucination Detection and Mitigation via Hidden Representation Steering and Sparse AutoEncoders

2026-06-05 · Georgii Aparin, Vadim Popov, Tasnima Sadekova, Assel Yermekova arxiv

Whisper, a widely adopted ASR model, is known to suffer from hallucinations - coherent transcriptions generated for non-speech audio entirely disconnected from the input. We investigate whether hallucinations can be dete…

Investigation of Whisper ASR Hallucinations Induced by Non-Speech Audio

2025-01-20 · Mateusz Barański, Jan Jasiński, Julitta Bartolewska, Stanisław Kacprzak 외

Hallucinations of deep neural models are amongst key challenges in automatic speech recognition (ASR). In this paper, we investigate hallucinations of the Whisper ASR model induced by non-speech audio segments present du…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Whispers that Shake Foundations: Analyzing and Mitigating False Premise Hallucinations in Large Language Models

2024-02-29 · Hongbang Yuan, Pengfei Cao, Zhuoran Jin, Yubo Chen 외

Large Language Models (LLMs) have shown impressive capabilities but still suffer from the issue of hallucinations. A significant type of this issue is the false premise hallucination, which we define as the phenomenon wh…

Hallucination