Response to reviewer 2pj5
Thank you for the reviewer's comments. Due to the word limit, we only provided a portion of the benchmark results in our previous response. **We now offer a more comprehensive performance comparison.**
**Q1.More comparisons with MGM**
Thank you for your feedback. We agree that adding more benchmark comparisons will be helpful for this paper.
We provide further comparisons between MGM-7B and MGM-13B here. According to the table below, DC improved performance across these benchmarks, **with an average increase of 1.1 on MGM-7B and 1.9 on MGM-13B.**
| | VQAv2 | MMBench | POPE | MME | LLaVA-Bench | MM-Vet | GQA | SQA | TextVQA | MMMU | MathVista | AVG |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| MGM-7B | 80.4 | 69.3 | 85.7 | 1523/316 | 85.4 | 40.8 | 62.6 | 70.4 | 65.2 | 36.1 | 31.4 | 65.4 |
| DC-7B w/ MGM | 81.1 | 70.7 | 86.1 | 1530/347 | 88.7 | 42.2 | 63.3 | 70.7 | 66.0 | 36.8 | 32.5 | 66.5 (**+1.1%**) |
| | VQAv2 | MMBench | POPE | MME | LLaVA-Bench | MM-Vet | GQA | SQA | TextVQA | MMMU | MathVista | AVG |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| MGM-13B | 80.8 | 68.5 | 85.1 | 1565/322 | 87.5 | 46.0 | 63.4 | 72.6 | 65.9 | 38.1 | 37.0 | 67.2 |
| DC-13B w/ MGM | 81.9 | 70.7 | 85.6 | 1573/355 | 92.0 | 49.8 | 64.2 | 74.9 | 66.7 | 39.3 | 38.1 | 69.1(**+1.9%**) |
In current MLLMs, no matter which model we consider, there are inevitably instances where performance gains on certain benchmarks are minimal. Our experiments trained various models across different settings to validate the generalization of DC, including different vision encoders, LLMs, training data, modalities, and architectures. Given the diversity of settings, it's understandable that some results may appear less pronounced.
We provided **official results** to show that even representative models (LLaVA, MGM) are unable to achieve significant improvements across all benchmarks. For example, in LLaVA-1.5, both the 7B and 13B models achieved the **same score of 85.9 on POPE**. In LLaVA-Next, the 7B to 13B models only improved by **+0.7** on POPE, **+0.7** on MathVista, and **+0.6** on MMMU. And **expanding LLaVA-1.5 13B to the high-resolution LLaVA-NeXT yielded only a 0.3 improvement on POPE.** Similarly, in MGM, when extended to higher resolution, MGM-13B showed improvements of **+0.1** on MMBench, **-0.8** on MMMU, and **+0** on Math.
We want to convey that, like representative models in MLLM such as LLaVA and MGM, even **they cannot achieve consistent improvements across so many benchmarks**.
We analyzed that, on one hand, the POPE is **relatively simple**, with results already being high, making further improvements more difficult. Additionally, POPE evaluates the model's ability to handle hallucinations, and since neither LLaVA nor DC is specifically designed to address this, the gains on POPE are both limited. On the other hand, benchmarks like SQA and GQA often **rely more on language capabilities than visual signals**. These benchmarks don't require strong visual perception to perform well on VQA tasks. For instance, **the test question in SQA below can be answered without any visual input.** Since DC is designed to enhance visual perception, its impact on SQA and GQA may be limited in these cases.
> SQA: "question_id": "2828", "prompt": "<image>\nWhat is the capital of Iowa?\nA. Davenport\nB. Helena\nC. Lansing\nD. Des Moines\nAnswer with the option's letter from the given choices directly."
DC has demonstrated noticeable performance gains across most benchmarks, achieved with almost **no additional overhead.** For benchmarks that **rely more on visual perception**, such as VQAv2, MM-Vet, and MMBench, DC improved MGM-13B by **1.1, 3.8, and 2.2**, respectively.
**Q2.More comparisons with COMM**
Thank you for your suggestion! Adding more benchmark comparisons will further strengthen this paper.
We offer additional benchmark comparisons with COMM, showing that DC's average performance improved by **+1.4% over LLaVA** and by **+1.7% over COMM.**
| | TextVQA | MME | SQA | POPE | LLaVA-Bench | GQA | VQAv2 | MM-Vet | MM-Bench | MathVista | AVG |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| LLaVA (baseline) | 58.2 | 1511 | 66.8 | 85.9 | 65.4 | 61.9 | 78.5 | 31.1 | 64.3 | 24.9 | 61.3 |
| LLaVA+COMM | 58.0 | 1493 | 67.4 | 86.0 | 60.5 | 62.9 | 79.2 | 30.1 | 65.7 | 25.8 | 61.0 **(-0.3%)** |
| LLaVA+DC | 59.2 | 1511 | 69.5 | 86.6 | 66.1 | 63.8 | 79.5 | 32.7 | 66.8 | 26.9 | 62.7 **(+1.4%)** |
We hope this result convinces the reviewer that DC is robust across various benchmarks and outperforms other similar methods.
Thank you very much for your time and comments! Considering that the deadline for discussion is approaching, please let us know if there are any further questions that need clarification.