REVIEW 3 major objections 4 minor 1 cited by
Generalizing from SIMPLE to HARD Visual Reasoning: Can We Mitigate Modality Imbalance in VLMs?
T0 review · 3 major / 4 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read Training a VLM to explicitly convert images into text before reasoning transfers text-side simple-to-hard generalization to images and closes most of the modality gap.
desk verdict A genuinely useful controlled benchmark and a plausible training recipe, but the headline S2H claim is overdrawn: the flagship gains are HARD-text transfer, not simple-to-hard generalization, and the motivating gap depends on a post-hoc CoT-trace metric. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the Image-via-Text supervision type: on an image input the model is trained to emit the converted text (LaTeX of the table, text version of the grid, or text description of the puzzle), then the chain-of-thought trace, then the final answer. It appears inside three mixtures: Mix (Text + Image + Image-via-Text on SIMPLE examples), Mix+ (Mix plus HARD-text examples, for tasks where text itself does not S2H-generalize), and Align-Mix+ (a first phase with SIMPLE Text and SIMPLE Image-via-Text, then Mix+). The mechanistic account is a gradient alignment score, $\langle g_{\text{SIMPLE}}, g_{\text{HARD}}\rangle / \langle g_{\text{HARD}}, g_{\text{HARD}}\rangle$, which measures how much an averaged SIMPLE-image gradient update would reduce the HARD-image loss relative to a HARD-image update; higher scores at large gradient norms distinguish Mix from Text+Image and Align-Mix+ from Mix+. The third essential component is the verbose chain-of-thought: ablations that remove CoT or progressively internalize it collapse HARD-image accuracy to roughly zero.
What would settle it
Re-score the HARD split of Consecutive Table Readout using only the final answer block (the reported list of numbers or their sum), ignoring the chain-of-thought trace, for Text- and Image-trained models. If the text/image accuracy gap shrinks to near zero, the paper's motivating modality imbalance is an artifact of its CoT-trace metric. A second test: at inference, replace the internal image-to-text conversion of a Mix+ model with a deliberately corrupted conversion and check whether HARD-image accuracy drops; if it does not, the reasoning transfer is not actually carried by the conversion.
Extended reading notes
Core claim
The paper's central claim is that explicit image-to-text conversion is the mechanism through which reasoning transfers from the text modality to the image modality. In its cleanest demonstration, supervised training on SIMPLE text examples (tables given as LaTeX) yields 80% accuracy on HARD-text examples, while the same training on SIMPLE images yields only 20% on HARD-image examples; that 60-point gap is the modality imbalance under study. Supervision that trains the model to first convert the image into text (Image-via-Text) and a mixture that combines it with direct image and text training (Mix) close most of the gap, and Mix keeps inference cost low because the conversion is not reproduced at test time. For the three harder tasks where neither modality simple-to-hard generalizes, adding HARD-text examples (Mix+) yields 64%, 92%, and 35% accuracy on HARD images, and a two-phase version with a SIMPLE image-to-text alignment phase (Align-Mix+) reaches 76%, 96%, and 56%. The paper reports that the transfer is carried by training gradients that align SIMPLE-image updates with HARD-image loss, and that chain-of-thought is necessary. It also discloses that for Consecutive Table Readout the reported S2H generalization appears in the chain-of-thought trace and not in the final answer the model gives (Section C.6.1), which is the basis for its headline modality gap.
Load-bearing premise
The motivating 80% versus 20% modality gap for Consecutive Table Readout is computed on the chain-of-thought trace, not the final answer; the paper discloses (Section C.6.1) that only the trace shows simple-to-hard generalization. If final-answer accuracy is the correct metric, the motivating example of modality imbalance weakens.
Editorial extensions
If this is right
- On tasks where the base LLM already shows simple-to-hard generalization in text, mixing Image-via-Text supervision transfers that generalization to images while keeping generation length low, because the conversion skill is internalized and not reproduced at test time.
- On tasks where S2H generalization fails in text as well, injecting HARD-text examples (Mix+) is needed; adding a short SIMPLE image-to-text alignment phase first (Align-Mix+) improves the transfer further, so stronger future LLM backbones should amplify the effect.
- Chain-of-thought is load-bearing: completely removing it or progressively internalizing it during the Mix+ phase drops HARD-image accuracy to near zero across supervision types.
- Including the synthetic datasets in visual instruction tuning improves real-world benchmarks (at least 3%p on MMMU, 5.1%p on chart descriptive questions), indicating the trained conversion-and-reasoning skill is not confined to the synthetic tasks.
- The gradient alignment score identifies which training mixture will reduce HARD-image loss before evaluation is needed, which makes it a usable selection signal for supervision design during model development.
Reading between the lines
- The paper's cleanest illustration, the 80% versus 20% text/image gap on Consecutive Table Readout, is scored on the chain-of-thought trace, and the authors disclose that the final answer does not S2H-generalize; re-scoring on final answers is the direct test of whether the motivating gap is as large as claimed.
- The internalization result suggests a production recipe the paper only sketches: fine-tune with explicit conversion (possibly on lossy text descriptions, since the paper's Visual Analogy text is not image-reconstructing), then rely on the model's internalized shortcut at inference; Mix is already this recipe in one stage.
- The authors note that minor CoT template changes substantially change transferred accuracy; extrapolating, the method's success is coupled to the trace format, so a robustness-oriented follow-up should randomize trace verbosity during the Mix/Mix+ phase.
- Because the gradient alignment score predicts which mixture transfers without waiting for HARD evaluation, a natural extension is to use it online to adjust the Text/Image/Image-via-Text ratio during training, rather than measuring it post hoc as done here.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper introduces a synthetic benchmark for studying modality imbalance in vision-language models (VLMs) using three algorithmic visual reasoning tasks, each with SIMPLE and HARD versions and matched text/image inputs. It proposes supervision strategies centered on explicit image-to-text conversion and reports that they improve performance on HARD image inputs. The main claims are: (i) when a VLM already shows S2H generalization on text, Mix supervision transfers part of that behavior to images; (ii) on tasks where neither modality S2H-generalizes, including HARD Text examples in training via Mix+ or Align-Mix+ yields large gains on HARD images; and (iii) gradient-alignment scores correlate with these gains. The paper also reports ablations on chain-of-thought, text warm-up, and multi-task training, and a partial replication on Qwen2.5-VL.
Significance. The controlled task suite and the image-to-text conversion intervention are potentially useful for the VLM community, and the paper is commendable for releasing code, comparing two model families, and reporting a large number of ablations. If the central claim were established for genuinely SIMPLE-only training, this would be an important step. As written, however, the headline 'simple-to-hard' generalization on the three main tasks is not what is tested: the successful protocols train on HARD text examples. The strongest defensible contribution is a more modest one about cross-modal transfer of already-learned HARD text reasoning, plus the observation that image-to-text conversion and chain-of-thought are important for such transfer. The paper should be revised to align its framing with its protocol.
major comments (3)
- [Sections 2.3–2.4, 4, Algorithm 1] The paper's formal framework defines S2H generalization as training on X_SIMPLE and evaluating on X_HARD: Section 2.3 splits X into X_SIMPLE and X_HARD, and Section 2.4 describes supervisions applied to SIMPLE examples. Section 4 then says 'We then adapt Mix supervision to include HARD Text in training,' and Algorithm 1 sets N_HARD = N/2 for Image-via-Text+ and Mix+, adding {x(t), CoT(x), f(x)} for x ~ X_HARD. The headline results in Figure 5, including 64/92/35 for Mix+ and 76/96/56 for Align-Mix+, are therefore not demonstrations of simple-to-hard generalization by the paper's own definition; the SIMPLE-only Text/Image/Mix baselines remain below 25%. The abstract's phrase 'training on the SIMPLE version' is accordingly misleading. Please either rename this phenomenon, for example as cross-modal transfer of HARD-text reasoning, or re-derive the claim so that the definition of S2H is the one actually tested. The genuinely S2H results, such as Consecutive Table Readout and Pattern-Heldout Visual Analogy, should be clearly separated from the HARD-text-injection results.
- [Section C.6.1 and Section E.1] The motivating modality-gap result for Consecutive Table Readout, Text 80% vs Image 20% on HARD in Figure 3, is measured on the chain-of-thought trace rather than the final answer. Section C.6.1 states: 'we find that the verbose CoT trace shows S2H generalization, and not the final solution that the model reports. Hence, we report our evaluation performance for Consecutive Table Readout on the CoT trace.' Section E.1 says the paper reports the best performance of the two extraction sources. If exact match on the final answer is used instead, the text-side S2H advantage and the modality gap can change substantially. Please report final-answer accuracy separately, state evaluation-set sizes, and justify the CoT-trace choice as the primary metric; otherwise the opening illustration of modality imbalance is not supported by a standard answer-correctness metric.
- [Figures 3–9 and Tables 5–8] All accuracy and loss curves are reported without error bars or multiple random seeds, and the evaluation-set sizes are not stated for the main figures (some appendix tables mention 100 or 500 examples). Without variance information, conclusions such as 'Align-Mix+ further enhances generalization' in Figure 5, or the gradient-alignment comparisons in Figures 7–9, cannot be reliably separated from training noise. Please add at least two or three seeds with standard deviations, or state the evaluation-set sizes and, where feasible, bootstrap confidence intervals.
minor comments (4)
- [Section 7 / Table 9] The statement that including the synthetic datasets in pretraining 'seems useful for improving the performance of VLMs in real-world settings' should be qualified: Table 9 shows MME falling from 1529 to 1242 with the 30k synthetic mixture and TextVQA declining with the 240k mixture, so the utility is task-dependent.
- [Section I.5] There is a typographical error ('puxxle' for 'puzzle') in Section I.5; the appendix should be proofread for similar typos.
- [Section 2.4 / Appendix D] The conversion prompt P_convert is described verbally but never quoted; please include the exact prompt template used for reproducibility.
- [Section F.3] For the Qwen2.5-VL replication of Consecutive Table Readout, the paper relaxes HARD to MEDIUM; this should be stated in the main-text discussion of cross-family consistency, not only in Appendix F.3.
Circularity Check
No load-bearing circularity: the core results are empirical cross-modal transfers, not derivations from fitted parameters or from the authors' own prior theorems. Two caveats (Mix+ trains on HARD Text; Consecutive Table Readout is scored on the CoT trace) weaken the S2H framing but do not make the claims circular by construction.
full rationale
The paper's central results are measured training outcomes on held-out HARD-image examples; no parameter is fitted to the target and then renamed a prediction, and no uniqueness theorem is imported from the authors' own work. The gradient-alignment score in Eq. (3) is connected to expected loss reduction by Theorem H.1, which is a self-contained Taylor-expansion statement with explicit Lipschitz assumptions, and it is used diagnostically rather than to fit the models. Self-citations (e.g., Park et al. 2023 for gradient projection, and Yu et al. 2024 / Zhao et al. 2024 for compositionality) are background context and are not load-bearing. Two non-circular caveats should be weighed in the verdict. First, for the three non-S2H tasks, the headline Mix+ and Align-Mix+ results in Figure 5 are obtained after adding HARD Text supervision, as disclosed in Section 4 and Algorithm 1; these are therefore cross-modal transfers of already-trained HARD-text reasoning rather than SIMPLE-only S2H generalization. This is a labeling and protocol mismatch, not a reduction by construction: the image-side accuracy could have failed to improve, and the paper reports ablations where it does fail. Second, Section C.6.1 states that 'the verbose CoT trace shows S2H generalization, and not the final solution that the model reports,' so the Consecutive Table Readout metric is the CoT trace; this is an evaluation-choice caveat, not a circular derivation. Because the results are externally benchmarked (Table 9) and the image-side improvements are contingent empirical findings, there is no significant circularity.
Assumptions & free parameters
free parameters (1)
- Number of training epochs for Text and Image supervision on Consecutive Table Readout =
Text: 2 epochs; Image: 3 epochs at Nu=40k
assumptions (4)
- standard math The loss l(I;S) is Lipschitz and has bounded gradient norm on X around model parameters theta (Theorem H.1)
- domain assumption Synthetic tasks with text-equivalent representations (LaTeX or attribute lists) capture the modality imbalance of real VLMs
- domain assumption The chain-of-thought traces used for supervision are correct and sufficient to convey the algorithmic procedure
- domain assumption The text representation is aligned enough with the image that learning image-to-text conversion transfers reasoning
Cite this review
Pith. "Pith review of Generalizing from SIMPLE to HARD Visual Reasoning: Can We Mitigate Modality Imbalance in VLMs?." pith.science (2026). https://pith.science/paper/OLYMTOX3
@misc{pith2026250102669,
author = {Pith},
title = {Pith review of: Generalizing from SIMPLE to HARD Visual Reasoning: Can We Mitigate Modality Imbalance in VLMs?},
year = {2026},
howpublished = {\url{https://pith.science/paper/OLYMTOX3}},
note = {Machine review of arXiv:2501.02669}
}
read the original abstract
Vision Language Models (VLMs) are impressive at visual question answering and image captioning. But they underperform on multi-step visual reasoning -- even compared to LLMs on the same tasks presented in text form -- giving rise to perceptions of modality imbalance or brittleness. Towards a systematic study of such issues, we introduce a synthetic framework for assessing the ability of VLMs to perform algorithmic visual reasoning, comprising three tasks: Table Readout, Grid Navigation, and Visual Analogy. Each has two levels of difficulty, SIMPLE and HARD, and even the SIMPLE versions are difficult for frontier VLMs. We propose strategies for training on the SIMPLE version of tasks that improve performance on the corresponding HARD task, i.e., simple-to-hard (S2H) generalization. This controlled setup, where each task also has an equivalent text-only version, allows a quantification of the modality imbalance and how it is impacted by training strategy. We show that 1) explicit image-to-text conversion is important in promoting S2H generalization on images, by transferring reasoning from text; 2) conversion can be internalized at test time. We also report results of mechanistic study of this phenomenon. We identify measures of gradient alignment that can identify training strategies that promote better S2H generalization. Ablations highlight the importance of chain-of-thought.
Figures
Figures from the paper (34 more)
Forward citations
Cited by 1 Pith paper
-
SEAM: Semantically Equivalent Across Modalities Benchmark for Vision-Language Models
SEAM measures VLM reasoning consistency across modalities using paired semantically equivalent textual and visual notations, and finds systematic vision-language imbalance.
Reference graph
Works this paper leans on
-
[1]
shape type), the model first needs to correctly enumerate the attribute values (e.g
given an attribute (e.g. shape type), the model first needs to correctly enumerate the attribute values (e.g. circle) for each image in the examples
-
[2]
knowing how to retrieve the current location (row, col index) and the destination location
-
[3]
knowing which action is preferred (the one that minimizes the distance towards destination) but the model never picked up on why we sometimes backtrack or sometimes take an action that is not the most preferred. At generation, it would ignore all obstacles and try to take the most preferred action. On the other hand, we observed that the model could still...
work page 2019
-
[4]
finally, the model needs to identify the target relationr 1 =r 2 =r query from the examples. • To reason about the query: the model needs to correctly enumerate the attribute values for each image in the query similarly. • To reason about the options:
-
[6]
Singh, A., Natarajan, V ., Shah, M., Jiang, Y ., Chen, X., Batra, D., Parikh, D., and Rohrbach, M
URL https://openreview.net/forum? id=Y2RW9EVwhT. Singh, A., Natarajan, V ., Shah, M., Jiang, Y ., Chen, X., Batra, D., Parikh, D., and Rohrbach, M. Towards vqa models that can read. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, June 2019. Socher, R., Ganjoo, M., Manning, C. D., and Ng, A. Zero- shot learning through ...
work page 2019
-
[7]
Sun, Z., Yu, L., Shen, Y ., Liu, W., Yang, Y ., Welleck, S., and Gan, C
URL https://openreview.net/forum? id=bmbRCRiNDu. Sun, Z., Yu, L., Shen, Y ., Liu, W., Yang, Y ., Welleck, S., and Gan, C. Easy-to-hard generalization: Scalable alignment beyond human supervision. InThe Thirty-eighth Annual Conference on Neural Information Processing Systems,
-
[8]
URL https://openreview.net/forum? id=qwgfh2fTtN. Tan, H. and Bansal, M. V okenization: Improving language understanding with contextualized, visual-grounded su- pervision. In Webber, B., Cohn, T., He, Y ., and Liu, Y . (eds.),Proceedings of the 2020 Conference on Empiri- cal Methods in Natural Language Processing (EMNLP), pp. 2066–2080, Online, November 2...
arXiv 2020
-
[9]
URL https://openreview.net/forum? id=Jf5gplvglq. Yue, X., Ni, Y ., Zhang, K., Zheng, T., Liu, R., Zhang, G., Stevens, S., Jiang, D., Ren, W., Sun, Y ., et al. Mmmu: A massive multi-discipline multimodal understanding and reasoning benchmark for expert agi. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 9556–9567, ...
arXiv 2024
Show all 32 references
-
[10]
single-hop
proposed new benchmarks that aim to evaluate the spatial understanding and reasoning of VLM, most evaluation tasks are in the form of VQA questions that only require “single-hop” reasoning or relatively fewer reasoning steps. To create a controlled setting with well-definedSIM...
2022
-
[15]
the model then needs to decide whether the values in all three images of that example are consistent with a logical relation (e.g.XOR)
-
[16]
after repeating the process for both in-context examples, the model summarizes the two relational patterns (d1, r1) and(d 2, r2)for the examples
-
[18]
(line type , XOR), the model needs to identify the correct values of the attribute domain d for each option image and the correct relationr
assuming the query when combined with each option follows a relational pattern (domain d, relation r) (e.g. (line type , XOR), the model needs to identify the correct values of the attribute domain d for each option image and the correct relationr
-
[19]
46 Generalizing from SIMPLE to HARD Visual Reasoning: Can We Mitigate Modality Imbalance in VLMs? Table 14
the model also needs to reason whether the identified relationris the desired target relationr query. 46 Generalizing from SIMPLE to HARD Visual Reasoning: Can We Mitigate Modality Imbalance in VLMs? Table 14. Analysis of failure modes onVisual Analogy:Models are trained on 12...
-
[20]
CoT We enumerate the relevant row indices, column indices, row names, column names, and their corresponding values. Row Index, Column Index, Row Name, Column Name, Value 1 3 RadiateTool January 2 2 3 OmnicronInstrument January 4 3 3 ShimmerApparatus January 5 4 3 XiTool Decemb...
-
[21]
Answer: 95 November December Figure 32.ASIMPLEexample fromTable Readout
Prediction The total is 2 + 4 + 5 + 9 + 6 + 0 + 6 + 2 + 2 + 6 + 3 + 8 + 8 + 9 + 9 + 4 + 8 + 1 + 3 = 95. Answer: 95 November December Figure 32.ASIMPLEexample fromTable Readout. 48 Generalizing from SIMPLE to HARD Visual Reasoning: Can We Mitigate Modality Imbalance in VLMs? Th...
-
[22]
CoT We enumerate the relevant row indices, column indices, row names, column names, and their corresponding values. Row Index, Column Index, Row Name, Column Name, Value 10 1 PsiDevice September 4 9 1 EmberGadget September 0 8 1 ApexWidget September 5 7 1 DeltaTool September 8...
-
[23]
Answer: 233 Figure 33.AHARDexample fromTable Readout
Prediction The total is 4 + 0 + 5 + 8 + 8 + 9 + 2 + 3 + 7 + 1 + 4 + 1 + 7 + 4 + 5 + 0 + 6 + 2 + 9 + 3 + 1 + 4 + 2 + 4 + 4 + 2 + 7 + 4 + 9 + 1 + 0 + 9 + 1 + 8 + 4 + 0 + 6 + 3 + 7 + 5 + 1 + 0 + 8 + 4 + 2 + 2 + 1 + 6 + 9 + 2 + 3 + 7 + 0 + 5 + 3 + 9 + 1 + 1 = 233. Answer: 233 Figu...
-
[24]
The grid is filled up with objects, which you will be asked to recognize and collect, and obstacles, which you should avoid
Prediction Answer: up up left up up left down right down right down down left left up left up left up left The image shows a 2 dimensional grid. The grid is filled up with objects, which you will be asked to recognize and collect, and obstacles, which you should avoid. Possibl...
-
[25]
Text Conversion up: d, f okay d, f: Collect flag left: d, e okay d, e: left: d, d okay d, d: left: d, c closed( square) down: e, d closed( square) up: c, d closed( square) right: d, e visited No available actions. retrace 1 step d, e: left: d, d visited down: e, e okay e, e: l...
-
[26]
The grid is filled up with objects, which you will be asked to recognize and collect, and obstacles, which you should avoid
CoT i, c: right: i, d okay i, d: right: i, e okay i, e: Collect gear right: i, f okay i, f: right: i, g okay i, g: right: i, h okay i, h: Collect spark up: h, h okay h, h: up: g, h closed( cross) left: h, g okay h, g: up: g, g okay g, g: up: f, g okay f, g: up: e, g okay e, g:...
-
[27]
Prediction Answer: left up left down down down right right right right right right up left up up up up up up up left left down down left left down left right up right right right right up right up right right down down right
-
[28]
51 Generalizing from SIMPLE to HARD Visual Reasoning: Can We Mitigate Modality Imbalance in VLMs? The image shows a a puzzle in a 3 by 3 grid followed by 4 options
Text Conversion eda b c f g h i kj i ✚ ♛ ✖ ✚ ✖ ✖ ✚ ✖‗ ▲ ✖♖ ✖ ✖✖ ▲ ✖▲ ✚ ✖ ▲ ✖ ✖✚ ✖ ⚙ ✦ a b c d e f g h right: c, f okay c, f: right: c, g okay c, g: right: c, h closed( plus) up: b, g okay b, g: right: b, h okay b, h: right: b, i closed( cross) down: c, h closed( plus) up: a, h...
-
[29]
… position: Image 1: (1, 0), (0, 2) Image 2: (0, 2), (1, 1) Image 3: (0, 2) This suggests the AND relation
Text Conversion We first analyze the examples by considering the applicable attributes and relations: Example 1: type: Image 1: circle, triangle Image 2: triangle, rectangle Image 3: circle No pattern. … position: Image 1: (1, 0), (0, 2) Image 2: (0, 2), (1, 1) Image 3: (0, 2)...
-
[30]
Prediction Example 1: (shape position, AND) Example 2: (shape position, AND) Option 1: (shape color, OR), not consistent Option 2: (shape color, XOR), not consistent Option 3: (shape type, XOR), not consistent Option 4: (shape position, AND), consistent Answer: 4 Figure 36. AS...
-
[31]
color: Image 1: 189, 135 Image 2: 189 Image 3: 189 This suggests the AND relation
Text Conversion We first analyze the examples by considering the applicable attributes and relations: Example 1: type: Image 1: diamond lines, horizontal line Image 2: vertical line Image 3: falling diagonal line No pattern. color: Image 1: 189, 135 Image 2: 189 Image 3: 189 T...
-
[32]
Prediction Example 1: (line color, AND) Example 2: (shape color, AND) Option 1: (line color, XOR), not consistent Option 2: (line color, OR), not consistent Option 3: (line type, XOR), not consistent Option 4: (line color, AND), consistent Answer: 4 Figure 37. AHARDexample fro...
-
[62]
findings-naacl.62/
URL https://aclanthology.org/2024. findings-naacl.62/. Chen, X., Fang, H., Lin, T.-Y ., Vedantam, R., Gupta, S., Doll´ar, P., and Zitnick, C. L. Microsoft coco captions: Data collection and evaluation server.arXiv preprint arXiv:1504.00325, 2015. Cherian, A., Peng, K.-C., Lohi...
2024 arXiv
-
[576]
emnlp-main.576/
URL https://aclanthology.org/2020. emnlp-main.576/. Burns, C., Izmailov, P., Kirchner, J. H., Baker, B., Gao, L., Aschenbrenner, L., Chen, Y ., Ecoffet, A., Joglekar, M., Leike, J., et al. Weak-to-strong generalization: Eliciting strong capabilities with weak supervision.arXiv...
2020 arXiv
-
[2015]
Convert,
during our experiments. Brief definition of Adam:The Adam optimizer maintains two additional states, each representing the running average of the gradients and their squares during training. If mt and vt denote the two states, then the update rule at training step t 33 General...
-
[2023]
doi: 10.18653/v1/2023.acl-short.43
Association for Computational Linguistics. doi: 10.18653/v1/2023.acl-short.43. Nesterov, Y . Lectures on convex optimization.Springer Optimization and Its Applications, 137, 2018. Nguyen, C.-V . T., Le, T.-S., Mai, A.-T., and Le, D.-T. Ada2i: Enhancing modality balance for mul...
2023
-
[2024]
Fan, W.-C., Chen, Y .-C., Liu, M., Yuan, L., and Sigal, L
URL https://openreview.net/forum? id=GC8HkKeH8s. Fan, W.-C., Chen, Y .-C., Liu, M., Yuan, L., and Sigal, L. On pre-training of multimodal language models customized for chart understanding.arXiv preprint arXiv:2407.14506, 2024. Fan, Y ., Xu, W., Wang, H., Wang, J., and Guo, S....
2024 arXiv
-
[2025]
Fu, C., Chen, P., Shen, Y ., Qin, Y ., Zhang, M., Lin, X., Qiu, Z., Lin, W., Yang, J., Zheng, X., Li, K., Sun, X., and Ji, R
URL https://openreview.net/forum? id=2edigk8yoU. Fu, C., Chen, P., Shen, Y ., Qin, Y ., Zhang, M., Lin, X., Qiu, Z., Lin, W., Yang, J., Zheng, X., Li, K., Sun, X., and Ji, R. Mme: A comprehensive evaluation benchmark for multimodal large language models.arXiv preprint arXiv:23...
2023 arXiv
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.