Scalpel: Fine-Grained Alignment of Attention Activation Manifolds via Mixture Gaussian Bridges to Mitigate Multimodal Hallucination
Ziqiang Shi, Rujie Liu, Shanshan Yu, Satoshi Munakata, Koichi Shirahata
TL;DR
Scalpel addresses hallucinations in vision-language transformers by explicitly modeling trusted and hallucinated attention activation manifolds with Gaussian Mixtures and computing minimal transport via the Schrödinger bridge. The method performs inference-time, per-token corrections by mapping hallucinated components to trusted ones and applying targeted interventions to the top-$k$ heads, without retraining. Empirical results on POPE and MME benchmarks show Scalpel achieving state-of-the-art performance across multiple LVLM backbones and datasets, with strong robustness to adversarial and complex scenarios. This approach improves reliability in multimodal reasoning while preserving the model's knowledge capacity and incurs no additional decoding steps beyond the proposed corrections.
Abstract
Rapid progress in large vision-language models (LVLMs) has achieved unprecedented performance in vision-language tasks. However, due to the strong prior of large language models (LLMs) and misaligned attention across modalities, LVLMs often generate outputs inconsistent with visual content - termed hallucination. To address this, we propose \textbf{Scalpel}, a method that reduces hallucination by refining attention activation distributions toward more credible regions. Scalpel predicts trusted attention directions for each head in Transformer layers during inference and adjusts activations accordingly. It employs a Gaussian mixture model to capture multi-peak distributions of attention in trust and hallucination manifolds, and uses entropic optimal transport (equivalent to Schrödinger bridge problem) to map Gaussian components precisely. During mitigation, Scalpel dynamically adjusts intervention strength and direction based on component membership and mapping relationships between hallucination and trust activations. Extensive experiments across multiple datasets and benchmarks demonstrate that Scalpel effectively mitigates hallucinations, outperforming previous methods and achieving state-of-the-art performance. Moreover, Scalpel is model- and data-agnostic, requiring no additional computation, only a single decoding step.
