Los Alamos Researchers Introduce PAS to Mitigate Vision-Language Hallucinations
A new diagnostic metric provides real-time monitoring of vision-language models by quantifying the grounding of generated text in visual inputs.

Researchers at Los Alamos National Laboratory have introduced the Prelim Attention Score, a diagnostic metric designed to quantify the grounding of vision-language model outputs. This tool addresses the tendency of autoregressive architectures to prioritize previously generated tokens over the provided visual context, a phenomenon that frequently results in hallucinations.
The system functions as an internal monitor that operates in real-time alongside existing vision-language model workflows. By analyzing the attention patterns inherent in transformer-based architectures, the tool computes a score that reflects the model’s reliance on its own output versus the input image. Manish Bhattarai, a computer scientist at Los Alamos, described the system as a plug-and-play metric that requires minimal additional computational overhead while maintaining high accuracy in detecting false claims.
Autoregressive models typically generate responses token by token, often compounding errors by conditioning new output on inaccurate prior text. The Prelim Attention Score monitors these prediction sequences to identify the specific instances where a model shifts its focus away from the visual data. The researchers observed that the tool effectively flags potential inaccuracies by measuring the weight the model assigns to its own preliminary text generation.
When integrated into a standard pipeline, the tool computes a score for object mentions within a response. A score approaching zero indicates a higher degree of grounding in the visual input, whereas higher values signal a departure from the provided image. This mechanism allows developers to audit model behavior without the need for extensive retraining or significant latency penalties.
The research team conducted extensive testing to validate the metric’s efficacy across various vision-language architectures. By comparing the attention weights assigned to image features versus textual tokens, the team established a baseline for what constitutes a reliable response. These benchmarks demonstrate that the tool can distinguish between accurate descriptions and hallucinated content with state-of-the-art precision.
Xuan Nhat Hoang, an intern at Los Alamos, noted that the tool leverages existing signals produced by the AI during its standard inference process. This approach ensures that the monitoring process remains efficient and accessible for complex multimodal systems. The team presented their findings at the Computer Vision and Pattern Recognition 2026 conference in Denver, highlighting the practical application of the metric in high-stakes environments.
The utility of this monitoring approach extends to sectors where visual fidelity is critical for decision-making. Potential deployment areas include medical imaging diagnostics, the analysis of complex engineering diagrams, and the interpretation of scientific documents. In these domains, the ability to verify that a model’s claims are anchored in the source image is essential for maintaining operational reliability.
Industry reliance on vision-language models has grown significantly, yet the lack of interpretability regarding how these systems synthesize visual and textual data remains a primary concern for engineers. By providing a quantitative measure of attention, the Prelim Attention Score offers a pathway toward more transparent and verifiable AI deployments. The research, supported by the Laboratory Directed Research and Development program, provides a technical framework for addressing the persistent challenge of model grounding.
The implementation of such metrics represents a necessary evolution in MLOps, where safety and reliability are increasingly prioritized over raw performance metrics. By integrating diagnostic tools directly into the inference loop, organizations can mitigate the risks associated with black-box architectures. This shift toward evidence-based monitoring will likely become a standard requirement for production-grade systems in the near future.
Future development will likely focus on refining the thresholding mechanisms that determine when a score indicates a critical hallucination. As developers continue to scale multimodal architectures, the integration of low-overhead diagnostic tools will become a standard requirement for production-grade systems. The team’s work underscores a shift toward more rigorous, evidence-based monitoring for large-scale vision models.


