Pith. sign in

REVIEW 3 major objections 6 minor 17 references

RobustMAD: Evaluating Real-World Robustness of Multimodal Small Language Models for Deployable Anomaly Detection Assistants

T0 review · 3 major / 6 minor · reviewed 2026-08-02 · deepseek-v4-flash

Pith's one-line read This paper claims that small multimodal language models can outperform larger models on industrial anomaly inspection but remain too unreliable for safety-critical deployment.

desk verdict Worth engaging: a useful MSLM robustness benchmark whose top-line ranking is backed by MCQ data, but whose open-ended failure-mode story needs a blind judge validation before it will fully convince. read the letter →

arxiv 2607.16243 v1 pith:AVIEGOHH submitted 2026-06-26 cs.LG cs.AI

classification cs.LGcs.AI
keywords multimodalsmalllanguagemodelsindustrialanomalydetectionbenchmarkrobustnessevaluationopen-endedunanswerablequeriesLLM-as-a-judgevisualqualityperturbations
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper introduces RobustMAD, a benchmark for testing whether small multimodal language models (MSLMs) can be trusted for on-device industrial anomaly inspection. The benchmark combines multiple-choice and open-ended questions across four categories—object understanding, single-image defect detection, pair-wise comparison with a defect-free reference, and unanswerable or ill-posed queries—plus motion-blur and low-light image degradations. The central finding is that a well-trained 4-billion-parameter model, Qwen3-VL-4B-Instruct, outperforms larger open and proprietary models including GPT-5 Nano, yet all tested models fall short of what safety-critical factory inspection demands. The paper identifies three recurring failure modes: fragile fine-grained grounding, responses that are accurate but not comprehensive, and hallucinated answers to unanswerable queries. If correct, this means small models are a promising base for deployment but need targeted training on unanswerability and fine-grained visual reasoning before they can be trusted.

What carries the argument

The central instrument is the RobustMAD benchmark itself, built from MVTec AD and VisA images with GPT-5-assisted question generation and 560 person-hours of human quality control. It combines multiple-choice and open-ended formats, four knowledge-based robustness categories, and two deployment-relevant visual perturbations (motion blur, low light). Evaluation relies on a multi-dimensional LLM-as-a-judge scheme (GPT-5) scoring technical accuracy, comprehensiveness, relevance, style, and overall quality, validated by human raters and a second judge. The benchmark's design is what surfaces the failure modes that aggregate accuracy metrics miss.

What would settle it

Take a random sample of, say, 100 open-ended responses and have trained inspectors score them blind—without seeing the GPT-5 scores or explanations. If the blind human ranking of models, or the relative ordering of the three failure modes, differs from what the GPT-5 judge produced, the paper's headline results would not survive independent measurement. Alternatively, run the whole evaluation with a judge from a different family (e.g., an open-source judge) and compare rank correlations.

Watch

Extended reading notes

Core claim

The paper's central claim is that current MSLMs, despite modest size, can beat larger models on realistic industrial inspection, but are still unsafe for deployment. Using 410 images and 7,380 open-ended questions, RobustMAD shows that top-performing 4B models such as Qwen3-VL-4B-Instruct surpass 6B Phi-4-Multimodal-Instruct and proprietary GPT-5 Nano on overall scores, while all models score poorly on technical accuracy and comprehensiveness. The benchmark reveals three recurring failure modes: fragile multimodal grounding under fine-grained distinctions or degraded images, insufficiently comprehensive inspection reports, and weak logical grounding on unanswerable or ill-posed queries that

Load-bearing premise

The load-bearing assumption is that the GPT-5 judge's scores are true measures of answer quality—yet humans validating the judge were shown the judge's score and explanation before giving their verdict, so the 93.8% agreement may reflect anchoring rather than independent assessment.

Editorial extensions

If this is right

  • Well-designed 4B-parameter MSLMs can match or beat much larger models on industrial inspection, so model scale alone is not the main driver of robustness.
  • Current MSLMs are not ready for safety-critical deployment: near-perfect accuracy is required, but all tested models show recurring failures on fine-grained defects and unanswerable queries.
  • Robustness to unanswerable or ill-posed queries does not emerge from standard training; it must be instilled with explicit negative-data or counterfactual supervision.
  • Vision-side architecture and alignment choices (e.g., cross-image grounding) matter more than language-model size for fine-grained industrial understanding.
  • The benchmark provides a reusable diagnostic template with released human-verified ground truth for measuring robustness beyond aggregate accuracy.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The reported small-model advantage may partly reflect the GPT-5 judge's stylistic preferences; a blind cross-judge study with a judge from a different model family—or with human raters who score without seeing the predicted scores—would test whether the ranking is an artifact.
  • The unanswerable-query failure mode is likely a manifestation of a broader hallucination tendency; an extension of RobustMAD with pure counterfactual probes (e.g., swapping object names in questions) could isolate the cause.
  • The benchmark's question-answer pairs were generated by GPT-5 and filtered by humans; a fully human-authored subset would calibrate how much of the measured difficulty is model-generated.
  • The paper's guidance points to a concrete training recipe: add unanswerable examples and fine-grained defect pairs to instruction tuning; one could test RobustMAD scores after such fine-tuning to see if the gaps close.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 6 minor

Summary. The paper introduces RobustMAD, a benchmark for evaluating the real-world robustness of multimodal small language models (MSLMs) in industrial anomaly inspection. The dataset comprises 4,510 multiple-choice and 7,380 open-ended questions over 410 images from MVTec AD and VisA, organized into four robustness categories (general object understanding, stand-alone anomaly detection, pairwise anomaly detection, and unanswerable/ill-posed query detection), with each image also tested under motion-blur or low-light perturbation. The authors evaluate six 3–8B open MSLMs plus two proprietary reference models using MCQ accuracy and an LLM-as-a-judge protocol that scores open-ended answers on technical accuracy, comprehensiveness, relevance, and style/clarity. They report that Qwen3-VL-4B-Instruct is the best MSLM, outperforming larger models (Phi-4-Multimodal-Instruct, GPT-5 Nano) on MCQs and open-ended scores, yet remains below the authors' safety-critical bar. They identify three recurring failure modes: fragile multimodal grounding, insufficiently comprehensive answers, and weak handling of unanswerable queries. Code and human-verified ground truths are released.

Significance. The benchmark fills a real gap: existing IAD benchmarks are MCQ-heavy, and MSLM robustness under open-ended queries and visual degradations is understudied. The comparison across models of different scales is useful, and the release of code and human-verified GT supports reproducibility. The finding that a 4B model can beat larger models is actionable if statistically robust. However, the study's quantitative conclusions depend heavily on the validity of the LLM judge and on statistical inference, both of which are currently under-supported. The qualitative failure-mode examples are illustrative but not a substitute for measurement validity.

major comments (3)
  1. [Section 4.2, Appendix B.4] The human validation of the GPT-5 judge is non-blind. Human judges are shown the LLM's score and explanation before being asked to agree/disagree, a protocol known to induce anchoring and inflate agreement; the reported 93.8% agreement therefore does not demonstrate judge reliability. The inter-LLM agreement with Gemini 3 Flash (Appendix C) is limited to one candidate model and between two LLMs that may share systematic preferences. Since the open-ended sub-scores drive the failure-mode analysis (Section 4.3.2, Figure 5) and the conclusion that MSLMs are below safety-critical requirements, the judge must be validated with a blind protocol, e.g., independent expert scoring on a random subset without exposing the LLM's scores, or paired preference judgments against gold standard answers.
  2. [Tables 3-7, Section 4.3.1] No confidence intervals or significance tests are reported. The 4,510 MCQ and 7,380 open-ended items are derived from only 410 images, with multiple questions per image and the same questions reused on perturbed versions, so observations are clustered and the effective sample size is much smaller than the item count. The headline result that Qwen3-VL-4B-Instruct outperforms GPT-5 Nano (Table 3: 88.31% vs 82.26%; Section 4.3.1d) may be within sampling variability. The paper should provide clustered bootstrap confidence intervals (by image or object type) and appropriate paired tests for model comparisons and for the reported drops under visual perturbations (Tables 5 and 7). Without this, the ranking claims and the 'bigger is not always better' conclusion are not statistically supported.
  3. [Appendix B.3, Section 4.2] The LLM judge is instructed to align with a single GPT-5-generated ground-truth answer ('Penalize heavily for important deviations from GROUND_TRUTH_ANSWER') and includes category-specific requirements (e.g., for pcb1/pcb2 the object 'should be precisely stated as at least a ultrasonic distance sensor module'). This can penalize valid alternative phrasings, making the open-ended scores a measure of agreement with one reference answer rather than absolute response quality. Because the GT was generated by GPT-5, there is a self-preference risk; the non-blind human validation does not rule this out. The paper should report human disagreement with the GT itself, allow multiple acceptable GT variants, or analyze sensitivity of rankings to the judge prompt (e.g., running the judge without GT or with a differently phrased rubric).
minor comments (6)
  1. [Section 3.3] The random split of images into motion-blur vs low-light perturbations is not described with a seed or stratification; Tables 5 and 7 combine both perturbations. Reporting per-perturbation results would be more informative, especially since Figure 6d shows a blur-specific failure.
  2. [Section 4.3.2] The 'safety-critical' threshold is never defined. The statement that even the best model remains 'far below' requirements is qualitative; please specify a quantitative target or justify the chosen threshold.
  3. [Table 2] Object condition categories include both 'bad' and 'defective', which may be dataset-specific labels. Please clarify their definitions and whether they are used interchangeably.
  4. [Appendix C] The low quadratic-weighted Cohen's kappa for Style & Clarity (0.171) is attributed to a distributional artifact. Reporting percentage agreement or alternative agreement metrics would substantiate this explanation.
  5. [Section 3.2] The generation pipeline uses domain-knowledge captions from Jiang et al. (2025). Please clarify whether these captions are publicly available and how they were obtained, as this is important for reproducibility.
  6. [Figure 6] The bottom-left of the figure contains a stray URL and cut-out annotation ('https://arxiv.org/pdf/2410.16261', 'Cut out from (a)'). Please remove or properly integrate these production artifacts.

Circularity Check

1 steps flagged · score 4.0 of 10

Open-ended scores are GPT-5 judging alignment to GPT-5-drafted ground truth, with a non-blind 93.8% human-validation protocol; MCQ results provide partial independent support.

  1. other [Section 3.2/4.2; Appendix B.3/B.4; Section 4.5]
    "Third, relying on GPT-5 for both VQA answer generation and automated judging introduces a potential risk of self-preference bias. ... Ensure the GENERATED_ANSWER semantically aligns closely with the GROUND_TRUTH_ANSWER in terms of key facts, details, and conclusions ... Penalize heavily for important deviations from GROUND_TRUTH_ANSWER ... Each human judge was provided with the ground truth, the candidate model's answer, the LLM's evaluation score, and its explanation. Judges were asked to indicate ... whether they agreed ... This process resulted in the reported 93.8% agreement rate."

    The open-ended evaluation metric is, by construction, GPT-5's assessment of how closely each MSLM answer matches ground-truth answers that GPT-5 itself drafted (Section 3.2), and the judge prompt explicitly instructs GPT-5 to penalize deviations from that ground truth. Thus the reported sub-scores and the derived failure modes measure GPT-5 self-alignment more than an externally anchored property. The human validation intended to break this loop is non-blind: raters saw the LLM's score and explanation before agreeing, so the 93.8% agreement can be inflated by anchoring. The paper itself concedes the self-preference risk. The MCQ accuracy results independently support the headline ranking of Qwen3-VL-4B over GPT-5 Nano, so the circularity is partial rather than total.

full rationale

RobustMAD is an empirical benchmark paper, not a mathematical derivation, so most classic circularity modes do not apply: there is no fitted parameter renamed as a prediction, no load-bearing self-citation chain, and no imported uniqueness theorem. The main circularity concern is evaluative: GPT-5 generated the open-ended ground-truth answers, GPT-5 served as the primary judge, and the human validation protocol showed raters the judge's score and explanation before asking for agreement. That protocol cannot independently certify the judge's reliability, despite the paper's mitigation claims. However, the headline 'small models can outperform larger models' is supported by the MCQ accuracy tables (e.g., Qwen3-VL-4B 88.31% vs GPT-5 Nano 82.26% in Table 3), so the most surprising ranking does not reduce entirely to the LLM judge. The three open-ended failure modes and the 'below safety-critical requirements' conclusion are more dependent on the judge's sub-scores and are therefore subject to the self-preference/anchoring concern. The acknowledged limitation in Section 4.5 is appropriately flagged, but it does not fully cure the circularity in the open-ended measurement. Overall, the paper has partial evaluative circularity rather than a fully circular derivation, meriting a score of 4.

Assumptions & free parameters 5 free parameters · 5 assumptions · 0 invented entities

The benchmark is an empirical measurement artifact, not a theoretical derivation. The main hand-set choices are perturbation strengths, sample sizes, decoding temperature, and the evaluation rubric. The paper introduces no new physical or model entities; its load-bearing assumptions concern label fidelity, representativeness of simulated degradations, and the validity of the LLM judge.

free parameters (5)
  • Low-light perturbation alpha = 0.6
    Hand-chosen contrast scaling applied to half the images; all visual-robustness results depend on this degradation level.
  • Low-light perturbation beta = -10
    Hand-chosen brightness offset paired with alpha; determines how dark the 'low lighting' condition is.
  • Motion blur kernel size = 12
    Hand-chosen directional blur kernel applied to the other half of images; stronger than the 'mild blur' range noted in the code comments.
  • Condition sample size = 5
    Five randomly selected images per object condition (410 images total); this small sample inflates variance and limits the statistical power of the reported accuracy differences.
  • Open-ended decoding temperature = 0.2
    Chosen to encourage informative but non-verbose inspection-style outputs; temperature affects the judged response distribution.
assumptions (5)
  • domain assumption MVTec AD and VisA ground-truth condition labels (e.g., 'good', 'crack', 'combined') are accurate enough to support benchmark QA generation.
    GPT-5-generated questions and answers are conditioned on these labels before human review; if labels are noisy, the ground truths inherit that noise. Section 3.2/3.3.
  • domain assumption GPT-5-generated open-ended ground truths, after expert review, are a valid reference for judging candidate answers.
    The LLM judge measures alignment with these human-verified ground truths; any residual GT errors propagate into all open-ended scores. Section 4.2.
  • domain assumption LLM-as-a-judge multidimensional scores are a valid proxy for real industrial inspection quality.
    All open-ended findings rest on this; the supporting evidence is a non-blind human agree/disagree check on a 5% sample plus inter-LLM agreement. Appendices B.4 and C.
  • domain assumption Top-view images and synthetic motion blur/low-light perturbations represent real deployment conditions.
    The benchmark does not include real factory inspection logs or professional inspector feedback; this limitation is acknowledged in Section 4.5.
  • domain assumption Zero-shot evaluation with unified prompts is a fair and meaningful capability probe.
    Reshaped or differently phrased queries can change outputs, so a single template may under- or overestimate the models' practical performance. Section 4.2.

how reviews work

0 comments
Cite this review

Pith. "Pith review of RobustMAD: Evaluating Real-World Robustness of Multimodal Small Language Models for Deployable Anomaly Detection Assistants." pith.science (2026). https://pith.science/paper/AVIEGOHH

@misc{pith2026260716243,
  author       = {Pith},
  title        = {Pith review of: RobustMAD: Evaluating Real-World Robustness of Multimodal Small Language Models for Deployable Anomaly Detection Assistants},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/AVIEGOHH}},
  note         = {Machine review of arXiv:2607.16243}
}
read the original abstract

Multimodal industrial anomaly inspection assistants are a critical component of next-generation smart factories, enabling interactive vision-language-based querying. However, multimodal large language models remain impractical for on-site deployment due to prohibitive computational demands and privacy risks from cloud-based inference. Compact multimodal small language models (MSLMs) offer a deployable alternative, yet progress is constrained by the lack of comprehensive robustness analyses and meaningfully challenging benchmarks that reflect real-world industrial conditions. To address this gap, we develop RobustMAD, the first deployment-motivated benchmark, designed to comprehensively evaluate model robustness through diverse open-ended queries spanning object understanding, anomaly detection, unanswerable problems, and visual quality degradations. Contrary to conventional assumptions, top-performing MSLMs exhibit promising capabilities, surprisingly outperforming even the larger GPT-5 Nano. However, they still fall short of safety-critical requirements, and RobustMAD reveals critical robustness gaps that pose operational risks. In particular, three recurring failure modes emerge: (i) fragile multimodal grounding under fine-grained distinctions or degraded visual conditions, (ii) insufficiently comprehensive responses, and (iii) weak logical grounding on unanswerable or ill-posed queries, leading to hallucinated outputs. Grounded in these insights, we provide actionable guidance for the design of next-generation multimodal industrial inspection assistants that leverage their promising competence. Code is available at https://github.com/en-research/RobustMAD.

Figures

Figures reproduced from arXiv: 2607.16243 by the authors.

Figure 1
Figure 1. Fragility of logical grounding in state-of-the-art MSLMs. While the model correctly identifies exposed wires under a neutral query (Query A), it fails to ground its reasoning and hallucinates a “defect-free” state under a confirmation-seeking query (Query B). This illustrates how practical variations in query phrasing can produce catastrophic false negatives in safety-critical inspections due to robustness gaps. and… view at source ↗
Figure 2
Figure 2. Overview of RobustMAD benchmark dataset. RobustMAD comprehensively evaluates mod￾els across four knowledge-based robustness categories: object understanding, stand-alone anomaly detection, pairwise anomaly detection using a defect-free reference, and unanswerable or ill-posed query handling. It then re-evaluates the same questions under deployment-relevant visual degradations, including motion blur and low-light. A … view at source ↗
Figure 3
Figure 3. RobustMAD data construction pipeline. Human experts co-design robustness categories and question archetypes. GPT-5 generates image-conditioned MCQ and open-ended QA pairs using domain￾knowledge captions. A two-stage quality-control process, consisting of LLM screening followed by human verification, produces the final benchmark. man experts, the robustness categories and question archetypes are refined and finalized… view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Distribution of overall score (1-5) across MSLMs; Percentage of questions with score [PITH_FULL_IMAGE:figures/full_fig_p012_4.png]
Figure 5
Figure 5. Figure 5: Average multi-dimension sub-scores and Overall Score per robustness category. MSLMs score substantially lower on Technical Accuracy and Comprehensiveness (red-toned bars) than on Relevance and Style and Clarity (green-toned bars), which in turn heavily penalizes the ov…
Figure 6
Figure 6. Figure 6: Representative qualitative examples on recurring failure modes across MSLMs [PITH_FULL_IMAGE:figures/full_fig_p014_6.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

17 extracted references · 12 linked inside Pith

  1. [1]

    Phi-4 technical report.arXiv preprint arXiv:2412.08905,

    Marah Abdin, Jyoti Aneja, Harkirat Behl, Sébastien Bubeck, Ronen Eldan, Suriya Gunasekar, Michael Harrison, Russell J Hewett, Mojan Javaheripi, Piero Kauffmann, et al. Phi-4 technical report.arXiv preprint arXiv:2412.08905,

  2. [8]

    Evaluating llm metrics through real-world capabilities.arXiv preprint arXiv:2505.08253,

    Justin K Miller and Wenjia Tang. Evaluating llm metrics through real-world capabilities.arXiv preprint arXiv:2505.08253,

  3. [9]

    Slm-bench: A comprehensive benchmark of small language models on environmental impacts

    Nghiem Thanh Pham, Tung Kieu, Duc Manh Nguyen, Son Ha Xuan, Nghia Duong-Trung, and Danh Le- Phuoc. Slm-bench: A comprehensive benchmark of small language models on environmental impacts. In Findings of the Association for Computational Linguistics: EMNLP 2025, pp. 21369–21392,

  4. [10]

    Openai gpt-5 system card.arXiv preprint arXiv:2601.03267,

    Aaditya Singh, Adam Fry, Adam Perelman, Adam Tart, Adi Ganesh, Ahmed El-Kishky, Aidan McLaugh- lin, Aiden Low, AJ Ostrow, Akhila Ananthram, et al. Openai gpt-5 system card.arXiv preprint arXiv:2601.03267,

  5. [11]

    Internvl3

    Weiyun Wang, Zhangwei Gao, Lixin Gu, Hengjun Pu, Long Cui, Xingguang Wei, Zhaoyang Liu, Linglin Jing, Shenglong Ye, Jie Shao, et al. Internvl3. 5: Advancing open-source multimodal models in versatility, reasoning, and efficiency.arXiv preprint arXiv:2508.18265,

  6. [12]

    Customizing visual-language foundation models for multi-modal anomaly detection and reasoning.arXiv preprint arXiv:2403.11083,

    Xiaohao Xu, Yunkang Cao, Huaxin Zhang, Nong Sang, and Xiaonan Huang. Customizing visual-language foundation models for multi-modal anomaly detection and reasoning.arXiv preprint arXiv:2403.11083,

  7. [13]

    Qwen2.5 technical report.arXiv preprint arXiv:2412.15115,

    19 An Yang, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chengyuan Li, Dayiheng Liu, Fei Huang, Haoran Wei, et al. Qwen2.5 technical report.arXiv preprint arXiv:2412.15115,

  8. [14]

    Qwen3 technical report.arXiv preprint arXiv:2505.09388,

    An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, et al. Qwen3 technical report.arXiv preprint arXiv:2505.09388,

Show all 17 references
  1. [15]

    Minicpm-v: A gpt-4v level mllm on your phone.arXiv preprint arXiv:2408.01800,

    Yuan Yao, Tianyu Yu, Ao Zhang, Chongyi Wang, Junbo Cui, Hongji Zhu, Tianchi Cai, Haoyu Li, Weilin Zhao, Zhihui He, et al. Minicpm-v: A gpt-4v level mllm on your phone.arXiv preprint arXiv:2408.01800,

  2. [16]

    Minicpm-v 4.5: Cooking efficient mllms via architecture, data, and training recipe.arXiv preprint arXiv:2509.18154,

    Tianyu Yu, Zefan Wang, Chongyi Wang, Fuwei Huang, Wenshuo Ma, Zhihui He, Tianchi Cai, Weize Chen, Yuxiang Huang, Yuanqian Zhao, et al. Minicpm-v 4.5: Cooking efficient mllms via architecture, data, and training recipe.arXiv preprint arXiv:2509.18154,

  3. [17]

    The inter-judge agreement is high (κ> 0.8; (Landis & Koch, 1977)) across the most critical dimensions: Technical Accuracy, Comprehensiveness, Relevance, and Overall Score

    and individual model score distributions (Table 9). The inter-judge agreement is high (κ> 0.8; (Landis & Koch, 1977)) across the most critical dimensions: Technical Accuracy, Comprehensiveness, Relevance, and Overall Score. The lower agreement observed for Style & Clarity is a...

  4. [2017]

    Anomalygpt: Detecting industrial anomalies using large vision-language models

    Zhaopeng Gu, Bingke Zhu, Guibo Zhu, Yingying Chen, Ming Tang, and Jinqiao Wang. Anomalygpt: Detecting industrial anomalies using large vision-language models. InProceedings of the AAAI conference on artificial intelligence, volume 38, pp. 1932–1940,

  5. [2019]

    Towards generic anomaly detection and understanding: Large-scale visual-linguistic model (gpt-4v) takes the lead.arXiv preprint arXiv:2311.02782,

    Yunkang Cao, Xiaohao Xu, Chen Sun, Xiaonan Huang, and Weiming Shen. Towards generic anomaly detection and understanding: Large-scale visual-linguistic model (gpt-4v) takes the lead.arXiv preprint arXiv:2311.02782,

  6. [2023]

    Expanding performance boundaries of open-source multimodal models with model, data, and test-time scaling.arXiv preprint arXiv:2412.05271,

    Zhe Chen, Weiyun Wang, Yue Cao, Yangzhou Liu, Zhangwei Gao, Erfei Cui, Jinguo Zhu, Shenglong Ye, Hao Tian, Zhaoyang Liu, et al. Expanding performance boundaries of open-source multimodal models with model, data, and test-time scaling.arXiv preprint arXiv:2412.05271,

  7. [2024]

    Phi-4-mini technical report: Compact yet powerful multimodal language models via mixture-of-loras.arXiv preprint arXiv:2503.01743,

    Abdelrahman Abouelenin, Atabak Ashfaq, Adam Atkinson, Hany Awadalla, Nguyen Bach, Jianmin Bao, Alon Benhaim, Martin Cai, Vishrav Chaudhary, Congcong Chen, et al. Phi-4-mini technical report: Compact yet powerful multimodal language models via mixture-of-loras.arXiv preprint ar...

  8. [2025]

    Chaoyou Fu, Peixian Chen, Yunhang Shen, Yulei Qin, Mengdan Zhang, Xu Lin, Jinrui Yang, Xiawu Zheng, Ke Li, Xing Sun, et al

    Accessed: 2026-01-18. Chaoyou Fu, Peixian Chen, Yunhang Shen, Yulei Qin, Mengdan Zhang, Xu Lin, Jinrui Yang, Xiawu Zheng, Ke Li, Xing Sun, et al. Mme: A comprehensive evaluation benchmark for multimodal large language models. InThe Thirty-ninth Annual Conference on Neural Info...

  9. [2026]

    Adversarialvqa: Anewbenchmarkforevaluatingtherobustness of vqa models

    LinjieLi, JieLei, ZheGan, andJingjingLiu. Adversarialvqa: Anewbenchmarkforevaluatingtherobustness of vqa models. InProceedings of the IEEE/CVF International Conference on Computer Vision, pp. 2042– 2051,

Pith tools

Reviewed August 2, 2026 · model on record in the stance chip above.