The First to Know: How Token Distributions Reveal Hidden Knowledge in Large Vision-Language Models?
Qinyu Zhao, Ming Xu, Kartik Gupta, Akshay Asthana, Liang Zheng, Stephen Gould
TL;DR
The paper demonstrates that the logit distribution of the initial output token in large vision-language models contains strong signals about when to refrain from answering unsafe prompts, enabling a simple, data-efficient decoding technique guided by linear probing. By evaluating across multiple LVLMs and safety-related tasks (unanswerable VQA, jailbreaking, deception) and comparing to CLIP baselines, it shows that the first-token logits encode hidden knowledge that deteriorates over subsequent tokens. The authors also show that linear probing on the first token improves several downstream tasks (math problem uncertainty, hallucination mitigation, image classification) and that finetuning/retraining, while beneficial, generally lags behind linear probing in this setting. This approach offers a lightweight safety augmentation that can complement or substitute for heavy retraining, while highlighting dataset biases and the strong influence of CLIP components in multi-modal models.
Abstract
Large vision-language models (LVLMs), designed to interpret and respond to human instructions, occasionally generate hallucinated or harmful content due to inappropriate instructions. This study uses linear probing to shed light on the hidden knowledge at the output layers of LVLMs. We demonstrate that the logit distributions of the first tokens contain sufficient information to determine whether to respond to the instructions, including recognizing unanswerable visual questions, defending against jailbreaking attacks, and identifying deceptive questions. Such hidden knowledge is gradually lost in logits of subsequent tokens during response generation. Then, we illustrate a simple decoding strategy at the generation of the first token, effectively improving the generated content. In experiments, we find a few interesting insights: First, the CLIP model already contains a strong signal for solving these tasks, which indicates potential bias in the existing datasets. Second, we observe performance improvement by utilizing the first logit distributions on three additional tasks, including indicating uncertainty in math solving, mitigating hallucination, and image classification. Last, with the same training data, simply finetuning LVLMs improves models' performance but is still inferior to linear probing on these tasks.
