REVIEW 4 major objections 4 minor 47 references
The paper claims that a compact 2B-parameter multimodal model, trained on a new 128k-sample screening dataset with chain-of-thought cold start and a modified GRPO method, surpasses much larger open-source and closed-source models at spottin
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-03 22:29 UTC pith:SJLRNJLW
load-bearing objection A credible compact-model win on a private image-screening benchmark, but the benchmark's label reliability is unverified and the abstract is out of sync with the full text. the 4 major comments →
Physical Plausibility Reasoning via HCM-GRPO: Empowering Compact Model for Superior Performance
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central claim is that a compact model can beat large-scale open-source and leading closed-source competitors on physical plausibility image screening when trained with the right two-stage recipe. Stage one uses chain-of-thought data — including a cheap pseudo-labeled split and a smaller human-answer-conditioned split — to give the model a stable reasoning format. Stage two applies HCM-GRPO, which keeps GRPO's group-relative advantage but replaces the binary accuracy reward with a dynamic proportional accuracy reward that gives partial credit when the model's answer is a subset of the correct options, and then refines the model by oversampling the hard cases it previously got wrong. The a
What carries the argument
The load-bearing mechanism is HCM-GRPO, a variant of Group Relative Policy Optimization. GRPO samples several responses, scores each with a reward, and normalises the advantage within the group. HCM-GRPO changes the reward: for a multi-answer question the accuracy reward is len(response)/len(answer) when the response is a subset of the correct answer, giving partial credit instead of a binary 0/1. It also adds hard cases mining: after cold-start SFT, samples that the model answers incorrectly are identified, and in the final training epochs these hard cases are re-added to the full training set so the model is forced to revisit its failures. Together these two changes are what the paper cred
Load-bearing premise
The manual labels for the 1,044 training and 468 test samples are accurate and consistent enough that the reported scores measure physical plausibility reasoning rather than annotation noise.
What would settle it
Re-label the 468 test samples independently with a second team of annotators and measure agreement; if inter-annotator agreement falls below about 0.6 (e.g., Cohen's kappa) on the A/B/C/D/N answers, the 64.74 score and the ranking of models would not be a stable measure of reasoning ability.
If this is right
- A 2B-parameter model reaches 64.74 on the screening test, while leading large and closed-source models score 32–40, so the method's first consequence is a large efficiency gain for the screening task.
- The DPA reward generalises the idea of partial credit to any multi-answer multiple-choice RL task, and the paper's ablations show it outperforms binary rewards even without hard cases mining.
- Hard cases mining adds value specifically when combined with the full training set: adding random samples gives +1.07, while adding hard cases gives +4.91 over DPA-GRPO.
- The method transfers to public benchmarks: HCM-GRPO improves over SFT+GRPO on RealWorldQA, MuirBench, and BLINK, indicating the recipe is not dataset-specific.
- The exploration split (115,809 unlabeled samples) is left unused; the paper explicitly leaves unsupervised knowledge transfer as future work, so the dataset's full value is untapped.
Where Pith is reading between the lines
- The manual labels in the 468-sample test set carry the whole comparison; without reported inter-annotator agreement, the 64.74 vs. ~34–40 scores could partly reflect test-set answer ambiguity rather than pure reasoning ability.
- The dataset is built from medicine photos, so the method's generality to non-medicine products is an open question; re-running HCM-GRPO on a different product category would test whether the gains transfer.
- The paper's own conclusion says the model still struggles with placement layout and physical shadow; a natural next step is dimension-conditioned CoT data that explicitly contrasts good and bad shadows and layouts.
- The manuscript switches between 'image aesthetic reasoning' and 'physical plausibility reasoning'; the operational definition here is four objective screening criteria on generated medicine images, so readers should not expect art-critical aesthetics.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes an image screening dataset of over 128k samples (about 640k images) spanning four dimensions — appearance deformation, physical shadow, placement layout, and extension rationality — together with a two-stage training method. Stage 1 is cold-start SFT on CoT data obtained via weakly supervised and answer-driven annotation; Stage 2 is HCM-GRPO, which adds a Dynamic Proportional Accuracy (DPA) reward and hard-case mining to GRPO. The central claim is that HCM-GRPO applied to InternVL3-2B reaches 64.74 on the authors' 468-sample test set, surpassing large open-source MLLMs such as InternVL3-78B and closed-source models such as GPT-4o and Qwen-VL-Max. The paper also reports gains on RealWorldQA, MuirBench, and BLINK.
Significance. If the evaluation is trustworthy, the contribution is meaningful: a large, structured image-screening dataset, a cost-effective CoT annotation pipeline, and a GRPO variant that appears to improve small-model visual reasoning. The ablations are internally consistent and show incremental gains from each component; the public-benchmark results are plausible and support the method's generality. However, the headline claim of surpassing strong closed-source models rests entirely on a private 468-sample test set with no reported inter-annotator agreement or statistical uncertainty. Because the model is trained on the same manual labels used for evaluation, any systematic annotator bias would be learned and rewarded, making the 64.74 score not yet an established result.
major comments (4)
- [§3.2, Table 3] The evaluation set is 468 samples labeled by 'manual annotation by human reviewers,' but the paper reports no annotation protocol, number of reviewers, expertise, disagreement rates, or inter-annotator agreement. Since HCM-GRPO is trained on the same manual labels, any systematic bias in the annotators (e.g., over-flagging FLUX artifacts or inconsistent treatment of the 'N' option) would be learned and then rewarded on the test set. This is load-bearing for the claim that HCM-GRPO-2B surpasses GPT-4o and Qwen-VL-Max; without a label-quality audit, the gap may reflect annotation idiosyncrasies rather than general physical-plausibility reasoning. The authors should provide IAA on a subset, describe label adjudication, and ideally release the test set or a random subset for external verification.
- [§5.2, Table 3] The reported scores are point estimates on 468 samples with no confidence intervals, significance tests, or multiple seeds. The per-dimension scores are based on even smaller subsamples (e.g., normal images are only 8.5% of the data, so the reported aggregate masks high per-cell variance). For instance, the gap between HCM-GRPO-2B (64.74) and Qwen2.5-VL-72B (39.74) is large, but the paper does not show that the difference is statistically robust. Bootstrap CIs or a per-sample error analysis should be added before the 'superior to closed-source models' claim is accepted.
- [§4.2, Eq. (7), vs §5.1 Evaluation Metrics] The DPA reward used during training gives partial credit of len(response)/len(answer) when the response is a subset of the correct answer, while the reported evaluation metric counts a response as correct if it matches any one correct option. These are different objectives: DPA-GRPO optimizes for full-set identification, but the paper evaluates with a relaxed 'any correct option' criterion. The paper should justify this mismatch or evaluate with a metric consistent with the training reward. Without this, the +4.92/+6.20/+11.11 gains from GRPO→DPA-GRPO→HCM-GRPO in Table 6 are not directly comparable to the scores in Table 3.
- [Abstract vs. Full Text] The arXiv metadata abstract and the full-text title/abstract disagree in substantive ways. The metadata abstract says 'Physical Plausibility Reasoning' and claims state-of-the-art closed-source models such as GPT5.2 and Gemini3-Pro perform poorly; the full-text title is 'Image Aesthetic Reasoning' and the abstract/Table 3 instead compare against GPT4o and Qwen-VL-Max. GPT5.2 and Gemini3-Pro do not appear anywhere in Table 3 or the full text. This is not a trivial typo: it makes the paper's central benchmarking claim ambiguous and undermines trust in the evaluation's curation. The authors must reconcile the title, abstract, and results tables.
minor comments (4)
- [§4.1] The text states 'weakly-supervised CoT data ... with an approximate accuracy of 38.25% (as indicated in Table 3).' Table 3's 38.25 is Qwen-VL-Max's CoT score on the test set, not an accuracy measurement of the pseudo-label CoT data itself. This attribution should be corrected.
- [Table 2] Formatting issues: 'T op k', 'T op p', 'T emperature' are rendered as separate words, making the table hard to read.
- [§5.4, Tables 8-10] For the public-benchmark experiments, the splits are created by the authors at 1:1 ratio. The paper should clarify whether the split is random, whether the training and test sets contain the same question types, and whether any hyperparameters were tuned on these splits. This is especially important for MuirBench, where SFT already gives +32.87, indicating the validation data is highly in-distribution.
- [§2.2] The related-work discussion of VAPO and DAPO is brief but acceptable; consider placing the description of 'hard cases mining' in the related work to distinguish it from curriculum learning or self-training methods.
Circularity Check
No significant circularity; one minor non-load-bearing self-citation, plus non-circular data-quality and consistency concerns.
full rationale
Walking the claimed derivation chain (dataset construction -> CoT cold-start -> DPA reward -> hard-case mining -> evaluation), no step reduces to its inputs by construction. The answer-driven CoT data conditions Qwen-VL-Max on the human-annotated answer, but the trained model must produce answers from images at inference; SFT on such data is standard distillation, not a self-fulfilling prediction. The DPA reward and the evaluation metric are aligned but both use the human labels only as ground truth for training/measuring, so the 64.74 test score is an empirical result, not an identity. Hard cases are selected by the SFT model's errors on the training split and oversampled in RL; this is curriculum learning, not a circular definition. The only self-referential element found is a related-work citation to Visual-RFT [7], whose co-author Zheng Sun is also an author here; it is used only to note that RL is applied to object detection and is not load-bearing. Separate non-circular concerns: (i) the abstract claims GPT5.2 and Gemini3-Pro were tested, but Table 3 reports GPT4o and Qwen-VL-Max; (ii) Section 4.1 says weakly-supervised CoT data have 'approximate accuracy of 38.25% (as indicated in Table 3)', but Table 3 is the Qwen-VL-Max CoT score on the test set, not an accuracy measurement of the pseudo-label split; (iii) Section 3.2 asserts 'manual annotation is performed by human reviewers' with no inter-annotator agreement or label-error analysis, a label-reliability risk. These affect the strength of the central comparison but are not circularity. Score 2: at most one minor non-load-bearing self-citation; the central derivation is self-contained and externally checked on RealWorldQA, MuirBench, and BLINK.
Axiom & Free-Parameter Ledger
free parameters (5)
- KL penalty beta =
0.04
- Group size G =
4
- Sampling parameters top_k/top_p/temperature =
3 / 0.8 / 1.0
- Epoch schedule =
3 general + 2 hard-case epochs
- Hard-case set =
434 of 1,044 training samples
axioms (6)
- domain assumption The four annotated dimensions (appearance deformation, physical shadow, placement layout, extension rationality) are objective and cover physical plausibility.
- domain assumption Manual annotations in training and testing splits are ground truth.
- domain assumption Qwen-VL-Max can generate accurate image descriptions and useful CoT data.
- standard math GRPO framework and its equations are correct and applicable.
- domain assumption The 468-sample test set is sufficient to rank models.
- domain assumption The evaluation metric (any correct option counts) matches the intended e-commerce screening use case.
Cite this review
Pith. "Pith review of Physical Plausibility Reasoning via HCM-GRPO: Empowering Compact Model for Superior Performance." pith.science (2026). https://pith.science/paper/SJLRNJLW
@misc{pith2026251110055,
author = {Pith},
title = {Pith review of: Physical Plausibility Reasoning via HCM-GRPO: Empowering Compact Model for Superior Performance},
year = {2026},
howpublished = {\url{https://pith.science/paper/SJLRNJLW}},
note = {Machine review of arXiv:2511.10055}
}
read the original abstract
The performance of image generation has been significantly improved in recent years. However, the study of image screening is rare, and its performance with Multimodal Large Language Models (MLLMs) is unsatisfactory due to the lack of data and the weak physical plausibility reasoning ability in MLLMs. In this work, we propose a complete solution to address these problems in terms of data and methodology. For data, we collect a comprehensive image screening dataset with over 128k samples, comprising about 640k images. Each sample consists of an original image and four generated images. The dataset evaluates the physical plausibility reasoning ability under four aspects: appearance deformation, physical shadow, placement layout, and extension rationality. Regarding data annotation, we investigate multiple approaches, including purely manual, fully automated, and answer-driven annotations, to acquire high-quality chains of thought (CoT) data in the most cost-effective manner. Methodologically, we introduce a Hard Cases Mining (HCM) strategy with a Dynamic Proportional Accuracy (DPA) reward into the Group Relative Policy Optimization (GRPO) framework, called HCM-GRPO. This enhanced method demonstrates superior physical plausibility reasoning capabilities compared to the original GRPO. Our experimental results reveal that even state-of-the-art closed-source MLLMs, such as GPT5.2 and Gemini3-Pro, exhibit unsatisfactory performance in physical plausibility reasoning. In contrast, by leveraging the HCM-GRPO, we are able to surpass the scores of both large-scale open-source and leading closed-source models with a much smaller model.
Figures
Reference graph
Works this paper leans on
-
[1]
J. Zhu, W. Wang, Z. Chen, Z. Liu, S. Ye, L. Gu, Y . Duan, H. Tian, W. Su, J. Shao, et al., Internvl3: Exploring advanced training and test-time recipes for open-source multimodal models, arXiv preprint arXiv:2504.10479 (2025)
Pith/arXiv arXiv 2025
-
[2]
S. Bai, K. Chen, X. Liu, J. Wang, W. Ge, S. Song, K. Dang, P. Wang, S. Wang, J. Tang, et al., Qwen2. 5-vl technical report, arXiv preprint arXiv:2502.13923 (2025)
Pith/arXiv arXiv 2025
-
[3]
S. Lu, Y . Li, Q.-G. Chen, Z. Xu, W. Luo, K. Zhang, H.-J. Ye, Ovis: Struc- tural embedding alignment for multimodal large language model, arXiv preprint arXiv:2405.20797 (2024)
Pith/arXiv arXiv 2024
-
[4]
H. Cai, Y . Yang, W. Hu, Mm-iq: Benchmarking human-like abstraction and rea- soning in multimodal models, arXiv preprint arXiv:2502.00698 (2025)
Pith/arXiv arXiv 2025
-
[5]
Z. Yang, J. Tang, Z. Li, P. Wang, J. Wan, H. Zhong, X. Liu, M. Yang, P. Wang, Y . Liu, et al., Cc-ocr: A comprehensive and challenging ocr benchmark for evaluating large multimodal models in literacy, arXiv preprint arXiv:2412.02210 (2024)
Pith/arXiv arXiv 2024
-
[6]
Cheng, Q
Z. Cheng, Q. Chen, J. Zhang, H. Fei, X. Feng, W. Che, M. Li, L. Qin, Comt: A novel benchmark for chain of multi-modal thought on large vision-language mod- els, in: Proceedings of the AAAI Conference on Artificial Intelligence, V ol. 39, 2025, pp. 23678–23686
2025
-
[7]
Z. Liu, Z. Sun, Y . Zang, X. Dong, Y . Cao, H. Duan, D. Lin, J. Wang, Visual-rft: Visual reinforcement fine-tuning, arXiv preprint arXiv:2503.01785 (2025)
Pith/arXiv arXiv 2025
-
[8]
W. Wang, Z. Gao, L. Chen, Z. Chen, J. Zhu, X. Zhao, Y . Liu, Y . Cao, S. Ye, X. Zhu, et al., Visualprm: An effective process reward model for multimodal reasoning, arXiv preprint arXiv:2503.10291 (2025)
Pith/arXiv arXiv 2025
-
[9]
H. Wang, C. Qu, Z. Huang, W. Chu, F. Lin, W. Chen, Vl-rethinker: Incentiviz- ing self-reflection of vision-language models with reinforcement learning, arXiv preprint arXiv:2504.08837 (2025). 29
Pith/arXiv arXiv 2025
-
[10]
X. Chen, Z. Wu, X. Liu, Z. Pan, W. Liu, Z. Xie, X. Yu, C. Ruan, Janus-pro: Unified multimodal understanding and generation with data and model scaling, arXiv preprint arXiv:2501.17811 (2025)
Pith/arXiv arXiv 2025
-
[11]
Q. Sun, Y . Cui, X. Zhang, F. Zhang, Q. Yu, Y . Wang, Y . Rao, J. Liu, T. Huang, X. Wang, Generative multimodal models are in-context learners, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024, pp. 14398–14409
2024
-
[12]
K. Tian, Y . Jiang, Z. Yuan, B. Peng, L. Wang, Visual autoregressive modeling: Scalable image generation via next-scale prediction, Advances in neural informa- tion processing systems 37 (2024) 84839–84865
2024
-
[13]
Z. Huang, S. Zhuang, C. Fu, B. Yang, Y . Zhang, C. Sun, Z. Zhang, Y . Wang, C. Li, Z.-J. Zha, Wegen: A unified model for interactive multimodal generation as we chat, arXiv preprint arXiv:2503.01115 (2025)
Pith/arXiv arXiv 2025
-
[14]
J. Ho, A. Jain, P. Abbeel, Denoising diffusion probabilistic models, Advances in neural information processing systems 33 (2020) 6840–6851
2020
-
[15]
Rombach, A
R. Rombach, A. Blattmann, D. Lorenz, P. Esser, B. Ommer, High-resolution im- age synthesis with latent diffusion models, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022, pp. 10684–10695
2022
-
[16]
D. Podell, Z. English, K. Lacey, A. Blattmann, T. Dockhorn, J. Müller, J. Penna, R. Rombach, Sdxl: Improving latent diffusion models for high-resolution image synthesis, arXiv preprint arXiv:2307.01952 (2023)
Pith/arXiv arXiv 2023
-
[17]
Peebles, S
W. Peebles, S. Xie, Scalable diffusion models with transformers, in: Proceedings of the IEEE/CVF international conference on computer vision, 2023, pp. 4195– 4205
2023
-
[18]
H. Ye, J. Zhang, S. Liu, X. Han, W. Yang, Ip-adapter: Text compati- ble image prompt adapter for text-to-image diffusion models, arXiv preprint arXiv:2308.06721 (2023). 30
Pith/arXiv arXiv 2023
-
[19]
H. Zhang, Z. Duan, X. Wang, Y . Chen, Y . Zhao, Y . Zhang, Nexus-gen: A unified model for image understanding, generation, and editing, arXiv preprint arXiv:2504.21356 (2025)
Pith/arXiv arXiv 2025
-
[20]
Zhang, A
L. Zhang, A. Rao, M. Agrawala, Adding conditional control to text-to-image diffusion models, in: Proceedings of the IEEE/CVF international conference on computer vision, 2023, pp. 3836–3847
2023
-
[21]
Z. Tan, S. Liu, X. Yang, Q. Xue, X. Wang, Ominicontrol: Minimal and universal control for diffusion transformer, arXiv preprint arXiv:2411.15098 (2024)
Pith/arXiv arXiv 2024
-
[22]
H. Zhu, Y . Zhou, R. Yao, G. Wang, Y . Yang, Learning image aesthetic subjectivity from attribute-aware relational reasoning network, Pattern Recognition Letters 155 (2022) 84–91
2022
-
[23]
L. Li, Y . Huang, J. Wu, Y . Yang, Y . Li, Y . Guo, G. Shi, Theme-aware visual at- tribute reasoning for image aesthetics assessment, IEEE Transactions on Circuits and Systems for Video Technology 33 (9) (2023) 4798–4811
2023
-
[24]
Z. Zhou, Q. Wang, B. Lin, Y . Su, R. Chen, X. Tao, A. Zheng, L. Yuan, P. Wan, D. Zhang, Uniaa: A unified multi-modal image aesthetic assessment baseline and benchmark, arXiv preprint arXiv:2404.09619 (2024)
Pith/arXiv arXiv 2024
-
[25]
Zheng, D
P. Zheng, D. Gao, D.-P. Fan, L. Liu, J. Laaksonen, W. Ouyang, N. Sebe, Bilateral reference for high-resolution dichotomous image segmentation, CAAI Artificial Intelligence Research (2024)
2024
-
[26]
B. F. Labs, Flux,https://github.com/black-forest-labs/flux(2024)
2024
-
[27]
Z. Shao, P. Wang, Q. Zhu, R. Xu, J. Song, X. Bi, H. Zhang, M. Zhang, Y . Li, Y . Wu, et al., Deepseekmath: Pushing the limits of mathematical reasoning in open language models, arXiv preprint arXiv:2402.03300 (2024)
Pith/arXiv arXiv 2024
-
[28]
D. Guo, D. Yang, H. Zhang, J. Song, R. Zhang, R. Xu, Q. Zhu, S. Ma, P. Wang, X. Bi, et al., Deepseek-r1: Incentivizing reasoning capability in llms via rein- forcement learning, arXiv preprint arXiv:2501.12948 (2025). 31
Pith/arXiv arXiv 2025
-
[29]
Z. Chen, W. Wang, H. Tian, S. Ye, Z. Gao, E. Cui, W. Tong, K. Hu, J. Luo, Z. Ma, et al., How far are we to gpt-4v? closing the gap to commercial multimodal mod- els with open-source suites, Science China Information Sciences 67 (12) (2024) 220101
2024
-
[30]
W. Wang, Z. Chen, W. Wang, Y . Cao, Y . Liu, Z. Gao, J. Zhu, X. Zhu, L. Lu, Y . Qiao, et al., Enhancing the reasoning ability of multimodal large language models via mixed preference optimization, arXiv preprint arXiv:2411.10442 (2024)
Pith/arXiv arXiv 2024
-
[31]
W. Hong, W. Yu, X. Gu, G. Wang, G. Gan, H. Tang, J. Cheng, J. Qi, J. Ji, L. Pan, et al., Glm-4.1 v-thinking: Towards versatile multimodal reasoning with scalable reinforcement learning, arXiv e-prints (2025) arXiv–2507
2025
-
[32]
B. Li, Z. Lin, W. Peng, J. d. D. Nyandwi, D. Jiang, Z. Ma, S. Khanuja, R. Krishna, G. Neubig, D. Ramanan, Naturalbench: Evaluating vision-language models on natural adversarial samples, arXiv preprint arXiv:2410.14669 (2024)
Pith/arXiv arXiv 2024
-
[33]
C.-H. Yeh, C. Wang, S. Tong, T.-Y . Cheng, R. Wang, T. Chu, Y . Zhai, Y . Chen, S. Gao, Y . Ma, Seeing from another perspective: Evaluating multi-view under- standing in mllms, arXiv preprint arXiv:2504.15280 (2025)
Pith/arXiv arXiv 2025
-
[34]
Q. Yu, Z. Zhang, R. Zhu, Y . Yuan, X. Zuo, Y . Yue, T. Fan, G. Liu, L. Liu, X. Liu, et al., Dapo: An open-source llm reinforcement learning system at scale, 2025, URL https://arxiv. org/abs/2503.14476
Pith/arXiv arXiv 2025
-
[35]
Y . Yuan, Q. Yu, X. Zuo, R. Zhu, W. Xu, J. Chen, C. Wang, T. Fan, Z. Du, X. Wei, et al., Vapo: Efficient and reliable reinforcement learning for advanced reasoning tasks, arXiv preprint arXiv:2504.05118 (2025)
Pith/arXiv arXiv 2025
- [36]
-
[37]
C. Zheng, S. Liu, M. Li, X.-H. Chen, B. Yu, C. Gao, K. Dang, Y . Liu, R. Men, A. Yang, et al., Group sequence policy optimization, arXiv preprint arXiv:2507.18071 (2025)
Pith/arXiv arXiv 2025
-
[38]
Y . Wang, Z. Li, Y . Zang, C. Wang, Q. Lu, C. Jin, J. Wang, Unified multimodal chain-of-thought reward model through reinforcement fine-tuning, arXiv preprint arXiv:2505.03318 (2025)
arXiv 2025
-
[39]
J. Zhang, J. Huang, H. Yao, S. Liu, X. Zhang, S. Lu, D. Tao, R1-vl: Learning to reason with multimodal large language models via step-wise group relative policy optimization, arXiv preprint arXiv:2503.12937 (2025)
Pith/arXiv arXiv 2025
-
[40]
Alibaba Cloud, Qwen-vl-max - alibaba cloud,https://www.aliyun.com
-
[41]
W. Wang, Z. Gao, L. Gu, H. Pu, L. Cui, X. Wei, Z. Liu, L. Jing, S. Ye, J. Shao, et al., Internvl3. 5: Advancing open-source multimodal models in versatility, rea- soning, and efficiency, arXiv preprint arXiv:2508.18265 (2025)
Pith/arXiv arXiv 2025
-
[42]
OpenAI, Gpt-4o - openai,https://openai.com
-
[43]
Alibaba Cloud, Qwen-vl-plus - alibaba cloud,https://www.aliyun.com
-
[44]
Y . Zhao, J. Huang, J. Hu, X. Wang, Y . Mao, D. Zhang, Z. Jiang, Z. Wu, B. Ai, A. Wang, W. Zhou, Y . Chen, Swift:a scalable lightweight infrastructure for fine- tuning (2024). arXiv:2408.05517. URLhttps://arxiv.org/abs/2408.05517
Pith/arXiv arXiv 2024
-
[45]
X.AI Corp, Grok-1.5 vision preview: Connecting the digital and physical worlds with our first multimodal model,https://x.ai/blog/grok-1.5v
-
[46]
F. Wang, X. Fu, J. Y . Huang, Z. Li, Q. Liu, X. Liu, M. D. Ma, N. Xu, W. Zhou, K. Zhang, et al., Muirbench: A comprehensive benchmark for robust multi-image understanding, arXiv preprint arXiv:2406.09411 (2024)
Pith/arXiv arXiv 2024
-
[47]
X. Fu, Y . Hu, B. Li, Y . Feng, H. Wang, X. Lin, D. Roth, N. A. Smith, W.-C. Ma, R. Krishna, Blink: Multimodal large language models can see but not perceive, in: European Conference on Computer Vision, Springer, 2024, pp. 148–166. 33
2024
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.