Papers › Right this way: Can VLMs Guide Us to See More to Answer Questions?

Right this way: Can VLMs Guide Us to See More to Answer Questions?

1 Nov 2024arXiv:2411.00394archive 2025-07-28

Li Liu, Diji Yang, Sijia Zhong, Kalyana Suma Sree Tholeti, Lei Ding, Yi Zhang, Leilani H. Gilpin

In question-answering scenarios, humans can assess whether the available information is sufficient and seek additional information if necessary, rather than providing a forced answer. In contrast, Vision Language Models (VLMs) typically generate direct, one-shot responses without evaluating the sufficiency of the information. To investigate this gap, we identify a critical and challenging task in the Visual Question Answering (VQA) scenario: can VLMs indicate how to adjust an image when the visual information is insufficient to answer a question? This capability is especially valuable for assisting visually impaired individuals who often need guidance to capture images correctly. To evaluate this capability of current VLMs, we introduce a human-labeled dataset as a benchmark for this task. Additionally, we present an automated framework that generates synthetic training data by simulating ``where to know'' scenarios. Our empirical results show significant performance improvements in mainstream VLMs when fine-tuned with this synthetic data. This study demonstrates the potential to narrow the gap between information assessment and acquisition in VLMs, bringing their performance closer to humans.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2411.00394")

Code

Syntology Ran 4 of 17 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 1 ran · violated contract; 2 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 2 ran; 2 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 4 ran; 0 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
2ran · fixture could not drive it
1ran
13unverified

Licence: 2 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from LeoLee7/Directional_guidance. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

cut_offset_effect LeoLee7/Directional_guidance/generate_train_dataset_main.py official repository ran · fixture could not drive it MIT (permissive) · c5dd104ff54b0ca2 · report
offset LeoLee7/Directional_guidance/generate_train_dataset_main.py official repository ran MIT (permissive) · 99a42f1554ad7f02 · report
batch_inference_on_synthetic_images_and_save_to_csv LeoLee7/Directional_guidance/generate_train_dataset_main.py official repository unverified MIT (permissive) · f59afa008df86cb0 · report
caption_image_instructblip_hf_batch_inference leolee7/directional_guidance/vlm_inference.py official repository unverified MIT (permissive) · fe2ff17e14b57e11 · report
generate_img LeoLee7/Directional_guidance/generate_train_dataset_main.py official repository unverified MIT (permissive) · 0df5aedc4a3fea99 · report
generate_synthetic_images LeoLee7/Directional_guidance/generate_train_dataset_main.py official repository unverified MIT (permissive) · 1cd05a89f739ec8d · report
handle_blip2_inference LeoLee7/Directional_guidance/generate_train_dataset_main.py official repository unverified MIT (permissive) · 1c8fe25bb724da3e · report
handle_instructblip_inference LeoLee7/Directional_guidance/generate_train_dataset_main.py official repository unverified MIT (permissive) · feb83db5b84c6095 · report
handle_llava_hf_inference LeoLee7/Directional_guidance/generate_train_dataset_main.py official repository unverified MIT (permissive) · 83d591a37eb3dad8 · report
handle_llava_official_inference LeoLee7/Directional_guidance/generate_train_dataset_main.py official repository unverified MIT (permissive) · ed1656e8949887df · report
inference_on_synthetic_images_and_save_to_csv LeoLee7/Directional_guidance/generate_train_dataset_main.py official repository unverified MIT (permissive) · 43fe617b5b69bfcd · report
main LeoLee7/Directional_guidance/generate_train_dataset_main.py official repository unverified MIT (permissive) · 2ca535421a0f566a · report
zoom_in leolee7/directional_guidance/data_augmentation/functions.py official repository unverified MIT (permissive) · 106e86b62b7730cb · report
zoom_in_offset_effect leolee7/directional_guidance/data_augmentation/functions.py official repository unverified MIT (permissive) · 1234d349895eec44 · report
zoom_in_offset_effect LeoLee7/Directional_guidance/generate_train_dataset_main.py official repository unverified MIT (permissive) · b63f58cc49b0a7b7 · report
parse_score identical code first harvested elsewhere ran · violated contract fingerprinted licence of this copy not recorded · 763f6fe20bd52fbb · report
unpad_image identical code first harvested elsewhere ran · fixture could not drive it fingerprinted licence of this copy not recorded · 55c32993da87759b · report

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections