Summary
This paper introduces AUTOBENCH-V, an innovative framework for automatically testing LVLMs. AUTOBENCH-V combines text-to-image generation with the visual question-answering task performed by LVLMs. The framework generates images according to specific evaluation criteria and evaluates LVLM performance through customized visual questions, combining self-verification and error control mechanisms to ensure the correctness of the generated visual question-answer pairs.
Strengths
1. This study represents the automatic evaluation of multimodal large language models and has a certain degree of noverty.
2. The paper is elegantly written, and the automatic evaluation process designed in the methodology section is clearly written.
Weaknesses
1. "they lack the flexibility xxx" in 053 may involve overclaim. For some charts and flowcharts (ChartQA, ScienceQA), it is difficult to draw these pictures using the T2I model, but this ability is also need to be considered. Many benchmarks consider inputting charts, documents and other pictures (MMT-Bench[1]). Although the author construct many types of tasks, all of these input pictures seem to be natural images. So I don't think this can completely become the reason for the author to claim that he is more flexible than other benchmarks.
2. The questions are all generated through LLM, lacking visual information. Although LLM is very common in constructing QA data, visual information is also very critical in multimodal evaluation. Simply using LLM to generate questions will ignore this aspect (for example, questions like: what is the object in the upper left corner of the picture; what is the red square object in the picture)
3. The author only evaluated seven LVLMs and there is only one open source model. Compared with other benchmarks (such as MME[2]), most of them evaluate 20+ LVLMs, which affects the second point stated by the author, contribution in line 123: "Extensive experiments...", which seems not to be extensive.
4. The author's contribution mentioned that the construction of AutoBench-V greatly reduced the cost of manually constructing benchmarks, which may be an overclaim. Although the author conducted a manual evaluation of the correctness of the automatically constructed benchmark, I prefer to see the manual comparison results of the automatically constructed benchmark and the manually collected benchmarks (like MME[2], MMBench[3], MEGABench[4]) in terms of quality, diversity, etc. This result better illustrates this contribution (in other words, it is not difficult to automatically build a benchmark, but it is difficult to have similar quality to the manually collected benchmarks)
5. The benchmark built by AutoBench-V may be too simple. GPT-4o has an accuracy of 75% on the hard type defined by the author and an accuracy of 90% on the easy type, which is too high compared to other benchmarks, e.g. GPT-4o only has 54% on MEGA-Bench[4].
[1] MMT-Bench: A Comprehensive Multimodal Benchmark for Evaluating Large Vision-Language Models Towards Multitask AGI
[2] MME: A Comprehensive Evaluation Benchmark for Multimodal Large Language Models
[3] MMBench: Is Your Multi-modal Model an All-around Player?
[4] MEGA-Bench: Scaling Multimodal Evaluation to over 500 Real-World Tasks