Table of Contents
Fetching ...

Grounding or Guessing? Visual Signals for Detecting Hallucinations in Sign Language Translation

Yasser Hamidullah, Koel Dutta Chowdury, Yusser Al-Ghussin, Shakib Yazdani, Cennet Oguz, Josef van Genabith, Cristina España-Bonet

TL;DR

This work tackles hallucinations in sign language translation by focusing on visual grounding rather than solely linguistic uncertainty. It introduces grounding usage, a token-level reliability measure derived from feature-based internal signals and counterfactual external signals, and pools these into sentence-level scores to quantify reliance on video evidence. Across PHOENIX-2014T and CSL-Daily, with both gloss-based and gloss-free models, reliability predicts hallucination rates, generalizes across datasets and architectures, and declines under visual degradation. The study also shows that gloss-free SLT is more prone to hallucinations due to weaker grounding and that combining grounding signals with text-based baselines (META) yields the strongest detection and regression performance, offering a practical toolkit for diagnosing and mitigating hallucinations in multimodal generation.

Abstract

Hallucination, where models generate fluent text unsupported by visual evidence, remains a major flaw in vision-language models and is particularly critical in sign language translation (SLT). In SLT, meaning depends on precise grounding in video, and gloss-free models are especially vulnerable because they map continuous signer movements directly into natural language without intermediate gloss supervision that serves as alignment. We argue that hallucinations arise when models rely on language priors rather than visual input. To capture this, we propose a token-level reliability measure that quantifies how much the decoder uses visual information. Our method combines feature-based sensitivity, which measures internal changes when video is masked, with counterfactual signals, which capture probability differences between clean and altered video inputs. These signals are aggregated into a sentence-level reliability score, providing a compact and interpretable measure of visual grounding. We evaluate the proposed measure on two SLT benchmarks (PHOENIX-2014T and CSL-Daily) with both gloss-based and gloss-free models. Our results show that reliability predicts hallucination rates, generalizes across datasets and architectures, and decreases under visual degradations. Beyond these quantitative trends, we also find that reliability distinguishes grounded tokens from guessed ones, allowing risk estimation without references; when combined with text-based signals (confidence, perplexity, or entropy), it further improves hallucination risk estimation. Qualitative analysis highlights why gloss-free models are more susceptible to hallucinations. Taken together, our findings establish reliability as a practical and reusable tool for diagnosing hallucinations in SLT, and lay the groundwork for more robust hallucination detection in multimodal generation.

Grounding or Guessing? Visual Signals for Detecting Hallucinations in Sign Language Translation

TL;DR

This work tackles hallucinations in sign language translation by focusing on visual grounding rather than solely linguistic uncertainty. It introduces grounding usage, a token-level reliability measure derived from feature-based internal signals and counterfactual external signals, and pools these into sentence-level scores to quantify reliance on video evidence. Across PHOENIX-2014T and CSL-Daily, with both gloss-based and gloss-free models, reliability predicts hallucination rates, generalizes across datasets and architectures, and declines under visual degradation. The study also shows that gloss-free SLT is more prone to hallucinations due to weaker grounding and that combining grounding signals with text-based baselines (META) yields the strongest detection and regression performance, offering a practical toolkit for diagnosing and mitigating hallucinations in multimodal generation.

Abstract

Hallucination, where models generate fluent text unsupported by visual evidence, remains a major flaw in vision-language models and is particularly critical in sign language translation (SLT). In SLT, meaning depends on precise grounding in video, and gloss-free models are especially vulnerable because they map continuous signer movements directly into natural language without intermediate gloss supervision that serves as alignment. We argue that hallucinations arise when models rely on language priors rather than visual input. To capture this, we propose a token-level reliability measure that quantifies how much the decoder uses visual information. Our method combines feature-based sensitivity, which measures internal changes when video is masked, with counterfactual signals, which capture probability differences between clean and altered video inputs. These signals are aggregated into a sentence-level reliability score, providing a compact and interpretable measure of visual grounding. We evaluate the proposed measure on two SLT benchmarks (PHOENIX-2014T and CSL-Daily) with both gloss-based and gloss-free models. Our results show that reliability predicts hallucination rates, generalizes across datasets and architectures, and decreases under visual degradations. Beyond these quantitative trends, we also find that reliability distinguishes grounded tokens from guessed ones, allowing risk estimation without references; when combined with text-based signals (confidence, perplexity, or entropy), it further improves hallucination risk estimation. Qualitative analysis highlights why gloss-free models are more susceptible to hallucinations. Taken together, our findings establish reliability as a practical and reusable tool for diagnosing hallucinations in SLT, and lay the groundwork for more robust hallucination detection in multimodal generation.
Paper Structure (53 sections, 1 theorem, 9 equations, 11 figures, 8 tables, 1 algorithm)

This paper contains 53 sections, 1 theorem, 9 equations, 11 figures, 8 tables, 1 algorithm.

Key Result

Proposition 1

Under (A1)--(A4),

Figures (11)

  • Figure 1: Correlation between reliability ($R_{\mathrm{tail}\text{-}10}$) and hallucination rates (CHAIR) on PHOENIX-2014T (PHOENIX) and CSL-Daily (CSL). Higher reliability aligns with fewer hallucinations for both gloss-free and gloss-based models.
  • Figure 2: Visualization of detection metrics (AUC, AP, ACC) across datasets and models. We compare Grounding (ours), META (ours), and the best baseline (Confidence/Perplexity/Entropy) as seen in Table \ref{['tab:main_table']}.
  • Figure 3: Gaps in transfer reliability (negative Spearman correlation, $\rho$): (a) Cross-model within the same dataset, (b) Cross-dataset within the same model family, (c) Cross-both (dataset and model change). Blue = smaller drops, Orange = higher drops.
  • Figure 4: Token-level distributions (normalized [0,1]) for confidence ($-\log p$, left), grounding log-margin ($\log p(\text{video})-\log p(\text{cf})$, middle), and hidden-state sensitivity angle (right).
  • Figure 5: Reliability under visual degradation. Left: CSL with added feature noise. Right: PHOENIX with frame dropping. Reliability decreases with stronger degradation, with minor non-monotonic fluctuations, reflecting its role as a regression-based ranking signal rather than a calibrated probability.
  • ...and 6 more figures

Theorems & Definitions (2)

  • Proposition 1: Transitivity via a mediator
  • proof