What do your logits know? (The answer may surprise you!)

arXiv cs.AI / 4/14/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper studies whether information stored in transformer internals—specifically intermediate representations like low-dimensional projections (“tuned lens”) and the final top-k logits—can be probed to extract more than what model outputs directly show.
  • Using vision-language models, it presents a systematic comparison of how much task-relevant and task-irrelevant information remains at different representational “bottlenecks” during compression from the residual stream to the logits.
  • The authors find that even seemingly accessible bottlenecks based on top logit values can leak task-irrelevant information about image queries.
  • In some cases, the leakage from top logit–based signals matches the amount of information obtainable from direct projections of the full residual stream.
  • The work highlights an information-leakage risk for model owners, where probing by users could reveal data intended to be inaccessible, motivating stronger controls and evaluation of internal-exposure attack surfaces.

Abstract

Recent work has shown that probing model internals can reveal a wealth of information not apparent from the model generations. This poses the risk of unintentional or malicious information leakage, where model users are able to learn information that the model owner assumed was inaccessible. Using vision-language models as a testbed, we present the first systematic comparison of information retained at different "representational levels'' as it is compressed from the rich information encoded in the residual stream through two natural bottlenecks: low-dimensional projections of the residual stream obtained using tuned lens, and the final top-k logits most likely to impact model's answer. We show that even easily accessible bottlenecks defined by the model's top logit values can leak task-irrelevant information present in an image-based query, in some cases revealing as much information as direct projections of the full residual stream.