Rebuttal by Authors
We appreciate the reviewer for highlighting our paper’s contributions, including the construction of a novel benchmark dataset, the rigorous evaluation of various LMMs, and the development of an innovative visual-RAG framework. Below, we address each of the concerns:
**[W1, W2, Q1] Limited Object and Question Diversity**
While we understand that some of the questions are simple to human users, the primary objective of the Visual Haystacks (VHs) benchmark is to serve as a fundamental unit test for assessing LMMs' multi-image processing capabilities. As noted in L150-155 of both the submission paper and the updated paper, we deliberately constructed the dataset using COCO objects and straightforward (one for the single-needle track and two for the multi-needle track) templates to isolate and evaluate core retrieval and reasoning skills without additional confounding variables (such as out of domain data, as it is likely that most models are highly familiar with COCO objects).
While we believe that expanding the object and question diversity is important (such as adding an open object set, adding questions that reason over actions and attributes, exploring multiple languages, or adding multi-step inference questions), our results presented in this paper demonstrate that models struggle with even this simple test, so we strongly believe that such an expansion is out of scope for this initial effort. We hope to consider such expansions for the following versions of the benchmark. These limitations and future direction are included in Appendix D of the paper, for both the updated version and the submission version.
**[W3] More like Object Detection than QA Reasoning**
We would like to clarify that detection—retrieving key information from a large collection of data—is a fundamental skill for enabling real-world long-context visual understanding tasks, like searching through photo albums or analyzing medical and satellite imagery in large databases. Just as the NIAH benchmark (easily solvable with regex) serves as a basic unit test for LLMs in long-context NLP tasks, we believe VHs offers a similarly essential unit test for evaluating LMMs in long-context visual understanding. While VHs could theoretically be addressed using an object detector (which we have already included as a baseline in Figure 2 and 3 of the submission), they represent a useful diagnostic tool/unit test for assessing these models as mentioned above. This point was briefly mentioned in L30-L50 and Appendix D of our submission and further clarified in Appendix D of the updated paper.
Also, it's important to emphasize that our dataset is not solely focused on detection. It also includes a basic assessment of cross-image reasoning. In Figure 3 (A) of the submission paper and the updated Appendix C.4, we observe that LMMs experience significant performance degradation in the multi-needle track compared to the single-needle track, where models must integrate information across multiple images.
As previously mentioned, VHs is designed to diagnose LMMs on two basic capabilities—visual retrieval and reasoning. We believe that expanding the scope of the benchmark, while valuable future work, is beyond the scope of this current contribution.
**[W4] Missing Related Work**
We thank the reviewer for pointing out these relevant contemporary works. We've adjusted the related work section to add these.
**[Q2] The advantages of VHs over existing multi-image benchmarks**
VHs offers two main advantages over existing multi-image benchmark datasets:
1. **Simplicity**: VHs is specifically designed to evaluate LMMs’ capabilities in visual retrieval and basic cross-image reasoning without introducing additional confounding factors, such as out-of-distribution images or complex language reasoning. By maintaining this simplicity, VHs serves as a diagnostic tool for LMMs, where the single-needle track focuses on visual retrieval performance, and the multi-needle track evaluates basic cross-image reasoning. In contrast, existing multi-image benchmarks often aim to address domain-specific or real-world applications, making the questions inherently more complex. While this complexity may reflect harder real-world challenges, it can make diagnosing specific LMM abilities difficult, as answering a single question often requires multiple intermixed capabilities.
2. **Scale**: Existing multi-image benchmarks like RETVQA include fewer than 30 images per question. The three datasets mentioned by the reviewer contain even fewer images, with fewer than 10 images per question. In comparison, VHs scales up to 10K images per question, far exceeding the size of existing benchmarks. This large-scale setting better mirrors real-world large-scale multi-image QA tasks, like photo album searching or analyzing medical and satellite imagery in large databases.
We have clarified these points in the related work section of the updated paper. Thank you again for raising this issue.