Prompt Echoing Boosts Vision-Language Model Performance

Rakshanda Hassan Abhinandan, John Galeotti, Deva Ramanan, Gautam Rajendrakumar Gare· July 20, 2026 View original

Summary

A new technique called "question echoing" resolves the "question-first paradox" in vision-language models (VLMs), where placing a question before an image often underperforms placing it after. This method involves repeating the question on both sides of the image, improving both perception steering and question access for the VLM.

Vision-language models (VLMs) often struggle when a question is presented before an image, a counter-intuitive problem known as the "question-first paradox." While placing the question first helps the model focus its attention on relevant parts of the image, the question itself can get lost among the numerous image tokens by the time the model needs to generate an answer. This leads to the answer token prioritizing image-driven responses over question-driven ones. Researchers have identified that the issue stems from a conflict between the VLM's initial perception steering and its later ability to access the question for answer generation. To address this, a training-free solution called "question echoing" has been developed. This technique involves restating the question both before and after the image within the prompt. This dual placement ensures that one instance of the question guides the model's visual attention, while the other is readily available for the answer generation phase. This approach significantly improves VLM performance across various benchmarks, closing the performance gap and even surpassing traditional prompting methods without requiring any model retraining or architectural changes.

Why it matters

Professionals working with VLMs can immediately apply this prompt engineering technique to improve model accuracy and reliability without needing to retrain or fine-tune models, leading to better application performance.

How to implement this in your domain

  1. 1Modify VLM prompts to include the question both before and after the image input.
  2. 2Experiment with echoing the image description as well for further potential gains in context.
  3. 3Test the "question echoing" strategy on existing VLM applications to measure performance improvements.
  4. 4Document best practices for prompt construction based on observed performance gains.

Who benefits

AI/ML DevelopmentComputer VisionContent ModerationRobotics

Key takeaways

  • The "question-first paradox" in VLMs causes performance drops when questions precede images.
  • Question echoing, repeating the question before and after the image, resolves this paradox.
  • This prompt engineering technique improves VLM accuracy without model retraining.
  • The method leverages distinct stages of VLM processing for perception and answer generation.

Original post by Rakshanda Hassan Abhinandan, John Galeotti, Deva Ramanan, Gautam Rajendrakumar Gare

"arXiv:2607.15565v1 Announce Type: cross Abstract: Where should the question go in a vision-language model (VLM) prompt: before the image or after it? Intuition says before: knowing what is asked should tell the model where to look. Yet across visual question answering benchmarks,…"

View on X

Originally posted by Rakshanda Hassan Abhinandan, John Galeotti, Deva Ramanan, Gautam Rajendrakumar Gare on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses