Pith. sign in

REVIEW 3 major objections 5 minor 2 cited by

EyecareGPT: Boosting Comprehensive Ophthalmology Understanding with Tailored Dataset, Benchmark and Model

T0 review · 3 major / 5 minor · reviewed 2026-08-16 · deepseek-v4-flash

Pith's one-line read A 3.8B model beats 7B and larger rivals on eye-disease diagnosis.

desk verdict Eyecare-100K is a real contribution, but the SOTA claim rests on a circular benchmark and a suspicious 100% on an overlapping external set — needs major revision, not rejection of the resource. read the letter →

arxiv 2504.13650 v1 pith:Y6JXV7JS submitted 2025-04-18 cs.CV

classification cs.CV
keywords ophthalmicdiagnosislargevision-languagemodelmedicalvisualinstructiondatasetfine-grainedunderstandingmulti-modalbenchmarkreportgenerationadaptiveresolutiondenseconnector
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

EyecareGPT claims that a small vision-language model, fine-tuned on a purpose-built ophthalmic instruction dataset, can outperform far larger generalist and medical models on fine-grained eye-disease diagnosis. The paper backs this with three components: Eyecare-100K, a dataset of about 102,000 visual Q&A pairs across 8 imaging modalities; Eyecare-Bench, a 15,000-example benchmark covering closed QA, open QA, and report generation; and an architecture with a layer-wise dense connector and adaptive resolution. If the central claim holds, a compact open model could provide clinically usable ophthalmic decision support where current Med-LVLMs fall short. The paper reports average closed-QA accuracy of 84.56%, open-QA F1-Bio of 90.55, and report-generation scores around 52–58% after fine-tuning.

What carries the argument

The load-bearing machinery is the Eyecare Kit, a three-part system. Eyecare-100K is built by a multi-agent data engine: an analyzer (Qwen2-VL-2B-OCR) extracts text from PDF reports, a collector pulls public case repositories, a translator (Gemini-2.0-Flash) standardizes medical language, a rewriter (Claude-3.7) transforms descriptions into VQA pairs with three task types, and human reviewers inspect 10% of the output. Eyecare-Bench samples about 15,000 examples from the Eyecare-100K test split and adds a GPT-4-based ten-criteria rubric for report scoring. EyecareGPT itself uses a SigLIP vision encoder with a Layer-wise Dense Connector (LDC) that average-pools shallow and intermediate layer features separately, concatenates them with the final layer's features along the channel dimension, and feeds the fused representation to the LLM; an Adaptive Anyres mechanism partitions high-resolution inputs into four center-symmetric sub-images and concatenates their adaptively pooled features. Training proceeds in three stages on LLaVA and PubMedVision data followed by Eyecare-100K.

What would settle it

Take a set of ophthalmic images from a hospital that contributed none of the Eyecare-100K data, write fresh multiple-choice and open-ended questions with clinician-reviewed answer keys, and run EyecareGPT zero-shot; if its accuracy falls to the 30–60% range of the generalist baselines rather than staying near the reported 80%+, the claim of state-of-the-art generalization is refuted.

Watch

Extended reading notes

Core claim

The paper's central discovery, as stated by the authors, is that EyecareGPT achieves state-of-the-art performance across a range of ophthalmic tasks, with a 3.8B variant surpassing all compared baselines on closed QA (84.56% average accuracy), open QA (F1-Bio 90.55), and structured report generation (AccGPT 52.62–58.05% across FA-ICGA, UBM, and CT). It attributes this to the combination of a high-quality, multi-modal ophthalmic instruction dataset (Eyecare-100K), a purpose-built evaluation benchmark (Eyecare-Bench), and architectural changes—the Layer-wise Dense Connector and Adaptive Anyres mechanism—that preserve fine-grained visual details. The authors further report that the gains are large and consistent: closed-QA accuracy rises from 62.30% to 84.56% after fine-tuning on Eyecare-100K, with 100% accuracy on the OmniMedVQA OCT and fundus subtasks; open-QA F1-Bio rises from 64.89 to 90.55; and report-generation accuracy rises from 11.48% to 53.56%.

Load-bearing premise

The results assume that Eyecare-Bench and OmniMedVQA are clean test sets that do not overlap with the Eyecare-100K training data; the paper does not report any de-duplication or overlap analysis, so the high scores may reflect memorized training images or template-matched answers rather than genuine diagnostic generalization.

Editorial extensions

If this is right

  • Clinically usable ophthalmic report generation becomes feasible with a ~3.8B open model, potentially lowering deployment costs in eye-care settings.
  • Eyecare-100K and Eyecare-Bench would provide a common foundation for training and fairly comparing future ophthalmic LVLMs, including rare-condition coverage.
  • The LDC and Adaptive Anyres mechanisms, if validated, generalize as plug-in modules for other fine-grained medical imaging domains such as pathology or dermatology.
  • The reported 100% OmniMedVQA scores, if unconfounded, would indicate near-perfect transfer to an external ophthalmic benchmark, a strong stimulus for clinical adoption.
  • The ten-criteria GPT-4-based report evaluation could be adopted more widely to align automated assessment with expert clinical judgment.

Reading between the lines

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

  • Given that Eyecare-100K integrates public datasets (ODIR, OCT2017, IDRiD, and others) that are also constituents of OmniMedVQA, the absence of a de-duplication analysis leaves open that the 100% OmniMedVQA accuracy reflects training/test overlap, not generalization.
  • Because Eyecare-Bench is sampled from Eyecare-100K's own test split, the 84.56% closed-QA figure primarily measures within-distribution performance and may be inflated by template-generated questions.
  • A stronger test of the central claim would be an external evaluation on held-out hospital data and clinician-rated reports; such a test would also settle whether the open-QA and report-generation gains exceed what general-purpose LVLMs achieve with simple prompt tuning.
  • If the performance holds up on external data, the Eyecare Kit's recipe—domain-specific dataset, tight benchmark, and resolution-aware architecture—could provide a replicable blueprint for other subspecialty medical LVLMs.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 5 minor

Summary. The paper introduces Eyecare Kit, a three-part contribution to ophthalmic large vision-language modeling: Eyecare-100K, a ~102k-pair visual instruction dataset built from public datasets, hospital data, and public medical case repositories; Eyecare-Bench, a benchmark covering closed QA, open QA, and report generation; and EyecareGPT, a 3.8B/7B LVLM with a SigLIP vision encoder, a layer-wise dense connector (LDC), and an adaptive resolution (AnyRes) mechanism. The authors report state-of-the-art closed-QA accuracy (84.56% average), open-QA F1-Bio (90.55), and report-generation AccGPT (52.62-58.05) after fine-tuning on Eyecare-100K, together with 100% accuracy on the OCT and Fundus subsets of OmniMedVQA.

Significance. If the reported results were obtained under a fair and decontaminated evaluation protocol, the paper would be a significant resource: the dataset addresses a real gap in multimodal ophthalmic instruction data, the benchmark spans three clinically relevant tasks, and the ablations show consistent gains from the proposed architectural components. The release of the dataset, benchmark, and model is a strength. However, the central state-of-the-art claim is not supported by the evidence as presented, because the primary benchmark is an internal split of the training set and the external benchmark may be contaminated by overlapping public training sources; the paper also compares against zero-shot baselines rather than fine-tuned ones. The contribution is potentially valuable, but the evaluation requires substantial revision before the claims can be accepted.

major comments (3)
  1. [Sec. 6.2, Table 2; Appendix A.3] The OmniMedVQA evaluation is potentially contaminated. Appendix A.3 states that Eyecare-100K training data include ODIR, OCT2017/Kermany, IDRiD, JSIEC, DeepDRiD, OCTID, OCTDL, and ACRIMA, which are also common sources in OmniMedVQA, yet the paper reports no de-duplication or overlap analysis. The 100.00% closed-QA accuracy on the OCT and Fundus subsets is exactly what would be expected if the model memorized the exact images and answer templates during fine-tuning. The authors must provide a hash-based overlap analysis and re-evaluate on a de-duplicated subset, or the OmniMedVQA generalization claim should be withdrawn.
  2. [Sec. 4 and Sec. 6.2, Table 2] Eyecare-Bench is an in-distribution benchmark by construction: the data instances are drawn from the designated test set of Eyecare-100K, and EyecareGPT is fine-tuned on Eyecare-100K, while all 12 baselines are evaluated zero-shot. The reported comparison therefore conflates the effect of in-distribution fine-tuning with architectural superiority and does not establish state-of-the-art performance. The claims should either be restricted to 'performance after fine-tuning on Eyecare-100K' or the baselines should be fine-tuned under the same protocol. The large gains shown in Fig. 6 before and after fine-tuning (62.30 to 84.56 closed QA; 64.89 to 90.55 F1-Bio; 11.48 to 53.56 AccGPT) are consistent with the test set being drawn from the training distribution.
  3. [Sec. 4.1, Table 1 and Fig. 7] The claimed high consistency between the GPT-4-based EyeEval rubric and expert physician scoring is supported only by bar charts; no quantitative agreement statistic (e.g., Cohen's kappa, intraclass correlation coefficient, or Pearson correlation with confidence intervals) is reported. Because report generation is one of the three core tasks of the benchmark, a quantitative validation of the rubric is necessary to establish the reliability of the report-generation evaluation.
minor comments (5)
  1. [Appendix B.1, Tables 10 and 11] The model is referred to as 'Eyexpert-3.8B' in the appendix tables but as 'EyecareGPT-3.8B' in the main text; the naming should be made consistent.
  2. [References] The Google AI reference for Gemini 2.0 Flash contains placeholder text '????' and should be completed.
  3. [Sec. 3.2] The human review process reports that 10% of constructed VQA pairs were reviewed by five reviewers, but the inter-reviewer agreement is not reported; a simple agreement statistic would strengthen the data-quality claim.
  4. [Sec. 5.3, Eq. (6)] The 'predefined threshold' for the adaptive resolution mechanism is not specified, and there is no sensitivity analysis for this hyperparameter; the same applies to the layer split k in Eqs. (3)-(4).
  5. [Sec. 3.1] The description of the anonymization procedures for hospital data is limited to a single phrase; more detail on institutional review and anonymization would be appropriate for a medical dataset release.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the central SOTA claim is an empirical result on a held-out split plus an external benchmark, not a quantity defined in terms of its own inputs.

full rationale

The paper's central claim is empirical rather than derivational: EyecareGPT is fine-tuned on Eyecare-100K and then evaluated on Eyecare-Bench and the external OmniMedVQA benchmark. Eyecare-Bench is explicitly drawn from the designated test set of Eyecare-100K, so it is a held-out split rather than the training set itself; accuracy on that split is not forced to equal any fitted value by construction. The 100% OmniMedVQA scores are suspicious and the absence of any train/test de-duplication is a serious validity threat, but the paper does not provide the internal evidence needed to show that those exact test images or templates appeared in the training data, so this remains a contamination concern rather than a demonstrated circular reduction. The architecture contributions (LDC, Adaptive Anyres) are newly proposed and ablated, not imported from prior work as a load-bearing premise. The only prominent self-citation, HealthGPT, is used as a baseline rather than as justification for the paper's own claims. No equation defines a predicted quantity in terms of a fitted parameter, and no uniqueness theorem or ansatz is smuggled in via citation. The evaluation design raises fairness and generalization questions, but those are correctness risks, not circularity.

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

No invented physical entities are introduced. The empirical claims rest on hand-chosen architecture hyperparameters (resolution threshold, layer split, sub-image count), an author-defined report rubric, and several untested assumptions about label accuracy, split hygiene, and external benchmark overlap.

free parameters (5)
  • AnyRes resolution threshold
    Images above an unspecified threshold are split into four sub-images (Eq. 6); the threshold is a hand-chosen design choice that affects all results.
  • Layer split k for LDC
    Eqs. 3-4 average shallow-to-intermediate layers (h1...hk) and deep layers (hk+1...h_{l-1}); k is not specified and is chosen by hand.
  • GPT-4 report rubric weights = A=1, B=4, C=4, D=6, E=2, F=2, G=2, H=5, I=15 (Table 1)
    These weights determine report AccGPT scores; they are expert-assigned but hand-chosen and not independently calibrated.
  • Sub-image count = 4
    Eq. 6 uses four center-symmetric sub-images; the number is fixed by design, not justified by data.
  • LoRA rank = 64
    Table 6: LoRA rank 64 is an architecture hyperparameter; chosen without reported tuning.
assumptions (5)
  • domain assumption Ground truth labels in the 13 public datasets, hospital reports, and case libraries are accurate and clinically valid.
    The data engine converts these labels and reports into VQA answers; no independent verification of source labels beyond 10% human review.
  • domain assumption The designated test split of Eyecare-100K does not overlap with training images or questions, and no template memorization occurs.
    The benchmark draws from the test split of Eyecare-100K (Sec 4), while the model is trained on Eyecare-100K (Sec 6.1); split hygiene is not documented.
  • domain assumption OmniMedVQA is an uncontaminated external benchmark with no image-level overlap with the public datasets used to build Eyecare-100K.
    Several Eyecare-100K sources (ODIR, OCT2017/Kermany, IDRiD) are also common OmniMedVQA sources; the paper does not report de-duplication, yet reports 100% accuracy after fine-tuning (Table 2).
  • domain assumption GPT-4 evaluations under the EyeEval rubric correlate with clinician judgment.
    Authors report physician-review consistency in Figure 7, but details of the comparison are not given; the rubric weights are author-defined.
  • domain assumption LLM-generated VQA pairs preserve the clinical meaning of source reports.
    Claude-3.7 rewrites reports into VQA pairs; only 10% of examples are manually reviewed (Sec 3.2).

how reviews work

0 comments
Cite this review

Pith. "Pith review of EyecareGPT: Boosting Comprehensive Ophthalmology Understanding with Tailored Dataset, Benchmark and Model." pith.science (2026). https://pith.science/paper/Y6JXV7JS

@misc{pith2026250413650,
  author       = {Pith},
  title        = {Pith review of: EyecareGPT: Boosting Comprehensive Ophthalmology Understanding with Tailored Dataset, Benchmark and Model},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/Y6JXV7JS}},
  note         = {Machine review of arXiv:2504.13650}
}
read the original abstract

Medical Large Vision-Language Models (Med-LVLMs) demonstrate significant potential in healthcare, but their reliance on general medical data and coarse-grained global visual understanding limits them in intelligent ophthalmic diagnosis. Currently, intelligent ophthalmic diagnosis faces three major challenges: (i) Data. The lack of deeply annotated, high-quality, multi-modal ophthalmic visual instruction data; (ii) Benchmark. The absence of a comprehensive and systematic benchmark for evaluating diagnostic performance; (iii) Model. The difficulty of adapting holistic visual architectures to fine-grained, region-specific ophthalmic lesion identification. In this paper, we propose the Eyecare Kit, which systematically tackles the aforementioned three key challenges with the tailored dataset, benchmark and model: First, we construct a multi-agent data engine with real-life ophthalmology data to produce Eyecare-100K, a high-quality ophthalmic visual instruction dataset. Subsequently, we design Eyecare-Bench, a benchmark that comprehensively evaluates the overall performance of LVLMs on intelligent ophthalmic diagnosis tasks across multiple dimensions. Finally, we develop the EyecareGPT, optimized for fine-grained ophthalmic visual understanding thoroughly, which incorporates an adaptive resolution mechanism and a layer-wise dense connector. Extensive experimental results indicate that the EyecareGPT achieves state-of-the-art performance in a range of ophthalmic tasks, underscoring its significant potential for the advancement of open research in intelligent ophthalmic diagnosis. Our project is available at https://github.com/DCDmllm/EyecareGPT.

Figures

Figures reproduced from arXiv: 2504.13650 by the authors.

Figure 1
Figure 1. Overview of the Eyecare-100K. Eyecare-100K aggregates real-world ophthalmic data across 8 modalities, 15+ anatomical structures and 100+ eye diseases, supporting multi-modal report generation and fine-grained visual QA tasks. Abstract Medical Large Vision-Language Models (Med-LVLMs) demonstrate significant potential in healthcare, but their reliance on general medical data and coarse-grained global visual understand… view at source ↗
Figure 2
Figure 2. Data statistics of Eyecare-100K. or brief textual descriptions and lack the visual instruction structures needed for fine-tuning Med-LVLMs, we develop a multi-agent data engine to extract, clean, standardize, and perform expert review on large-scale raw data. Ultimately, the data are organized into three types of VQA tasks: closed QA (multiple-choice questions), open QA (short￾form questions), and report generation … view at source ↗
Figure 4
Figure 4. Model architecture of EyecareGPT. H = (h1, h2, . . . , hl). Conventional approaches typi￾cally utilize only the final feature hl , risking the loss of low-level details important for fine-grained tasks. To ad￾dress this, LDC performs average pooling over shallow￾to-intermediate layers and deep layers separately to ob￾tain fine-grained features F fine and coarse-grained features F coarse: F fine = AvgPooling(h1, . . … view at source ↗
Figures from the paper (10 more)
Figure 6
Figure 6. Figure 6: Results after fine-tuning on Eyecare-100K. [PITH_FULL_IMAGE:figures/full_fig_p008_6.png]
Figure 7
Figure 7. Figure 7: Physician preference for generated reports (a) and [PITH_FULL_IMAGE:figures/full_fig_p009_7.png]
Figure 8
Figure 8. Figure 8: Rewrite Prompt 14 [PITH_FULL_IMAGE:figures/full_fig_p014_8.png]
Figure 9
Figure 9. Figure 9: Evaluation Prompt QA Templates: For the aforementioned datasets that only contain classification or grading labels, we analyzed the data char￾acteristics of their labels and designed different Question-Answering (QA) templates for each. This allowed us to transform the…
Figure 10
Figure 10. Figure 10: A case of UMB 0pen-QA [PITH_FULL_IMAGE:figures/full_fig_p019_10.png]
Figure 11
Figure 11. Figure 11: A case of Fundus 0pen-QA. modalities. These three figures show that our model can precisely respond to instructions for generating reports, producing well-structured and clear reports that accurately describe abnormal findings in the images. 19 [PITH_FULL_IMAGE:figur…
Figure 12
Figure 12. Figure 12: A case of OTC 0pen-QA. 20 [PITH_FULL_IMAGE:figures/full_fig_p020_12.png]
Figure 13
Figure 13. Figure 13: A case of FA Report Generation. 21 [PITH_FULL_IMAGE:figures/full_fig_p021_13.png]
Figure 14
Figure 14. Figure 14: A case of UBM Report Generation. 22 [PITH_FULL_IMAGE:figures/full_fig_p022_14.png]
Figure 15
Figure 15. Figure 15: A case of CT Report Generation. 23 [PITH_FULL_IMAGE:figures/full_fig_p023_15.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Towards Better Dental AI: A Multimodal Benchmark and Instruction Dataset for Panoramic X-ray Analysis

    cs.CV 2025-09 reject novelty 6.0 of 10

    MMOral is a large new dental X-ray instruction dataset and benchmark, but the proposed model's 24.73% improvement is from fine-tuning and then testing on the same data pool.

  2. BEnchmarking LLMs for Ophthalmology (BELO) for Ophthalmological Knowledge and Reasoning

    cs.CL 2025-07 conditional novelty 6.0 of 10

    BELO is a new ophthalmology benchmark of 900 expert-checked multiple-choice questions with reasoning, used to evaluate six LLMs on accuracy and explanation quality.

Reference graph

Works this paper leans on

43 extracted references · 40 canonical work pages · cited by 2 Pith papers

  1. [1]

    Is the eye in this picture diseased?

  2. [2]

    Nature medicine, 30(10): 2886–2896

    Integrated image-based deep learning and language models for primary diabetes care. Nature medicine, 30(10): 2886–2896. Liang, Q.; and Zhang, Y. 2022. Interpretation of Slit Lamp Images of Anterior Segment Diseases. People’s Medical Pub- lishing House Co., Ltd. ISBN 9787117330626. Lin, C.-Y.; and Hovy, E. 2003. Automatic evaluation of sum- maries using n-...

  3. [3]

    EyecareGPT: Boosting Comprehensive Ophthalmology Understanding with Tailored Dataset, Benchmark and Model

    Gemini 1.5: Unlocking multimodal understand- ing across millions of tokens of context. arXiv preprint arXiv:2403.05530. Team, G.; Kamath, A.; Ferret, J.; Pathak, S.; Vieillard, N.; Merhej, R.; Perrin, S.; Matejovicova, T.; Ram ´e, A.; Rivi `ere, M.; et al. 2025. Gemma 3 Technical Report. arXiv preprint arXiv:2503.19786. Wang, P.; Bai, S.; Tan, S.; Wang, S...

  4. [4]

    Does this eye image show any signs of abnormalities?

  5. [5]

    Does the eye shown in the image have any disease?

  6. [6]

    Is there any sign of illness in the eye in this photo?

  7. [7]

    Are there any visible abnormalities in the eye image? Positive ¡condition¿:

  8. [8]

    Does the eye in the image show signs of disease?

Show all 43 references
  1. [9]

    Is there evidence of a disorder in the eye in this picture?

  2. [11]

    Yes, the eye in the picture has{condition}

  3. [12]

    Yes, the image reveals the presence of{condition}in the eye

  4. [13]

    Yes, the eye shown in this image is impacted by{condition}

  5. [14]

    Yes, this image depicts an eye presenting{condition}

  6. [15]

    Yes, the eye in this image shows evidence of{condition}

  7. [16]

    Negative ¡condition¿:

    Yes, the image illustrates an eye with{condition}. Negative ¡condition¿:

  8. [17]

    No, the eye appears healthy in the image

  9. [18]

    This image shows that the retina looks normal, with no hemorrhages, exudates or other signs of abnormality

    No. This image shows that the retina looks normal, with no hemorrhages, exudates or other signs of abnormality

  10. [19]

    No, the eye image appears normal

  11. [20]

    No, the findings from the retinal image suggest a normal and healthy eye

  12. [21]

    No, there are no indications of disease in the image

  13. [22]

    No, the retinal image indicates a healthy eye, with no signs of hemorrhages, exudates, or other patho- logical changes

  14. [23]

    Question2:

    No significant abnormalities were detected in the eye image. Question2:

  15. [24]

    What ocular disease is evident in this image?

  16. [25]

    What eye condition is visible in this picture?

  17. [26]

    What condition is affecting the eye shown in the image?

  18. [27]

    What issue is apparent in the eye shown here?

  19. [28]

    What is wrong with the eye in the image?

  20. [29]

    Which disease can be seen in the eye from this picture?

  21. [30]

    What health issue is present in the eye in this image?

  22. [31]

    What health concern is evident in the eye in this image?

  23. [32]

    What problem does the eye shown in the image have? Positive ¡condition¿:

  24. [33]

    2.{condition}is evident in the eye depicted in the image

    The eye in the image exhibits signs of{condition}. 2.{condition}is evident in the eye depicted in the image

  25. [34]

    The image reveals the presence of{condition}in the eye

  26. [35]

    In this picture, the eye appears to be affected by{condition}

  27. [36]

    This image shows an eye with{condition}

  28. [37]

    7.{condition}is visible in the eye from this picture

    The eye in the photograph shows signs of{condition}. 7.{condition}is visible in the eye from this picture. Negative ¡condition¿:

  29. [38]

    The eye in this image is very healthy

  30. [39]

    This picture shows a perfectly healthy eye with no signs of disease

  31. [40]

    The eye depicted in the image is completely healthy, showing no illness

  32. [41]

    It’s very healthy

    There is no indication of disease in the eye shown by this image. It’s very healthy

  33. [42]

    According to this image, the eye is very healthy and free from any disease

  34. [43]

    16 Table 10: Other evaluation metrics for the open-ended question answering task in the main experiment

    The photo indicates a very healthy eye with no presence of disease. 16 Table 10: Other evaluation metrics for the open-ended question answering task in the main experiment. Model OCT Fundus FA-ICGA CT UBM F1-Rad BLEU-1 BLEU-4 F1-Rad BLEU-1 BLEU-4 F1-Rad BLEU-1 BLEU-4 F1-Rad BL...

  35. [2024]

    In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recog- nition, 22170–22183

    Omnimedvqa: A new large-scale comprehensive eval- uation benchmark for medical lvlm. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recog- nition, 22170–22183. Hurst, A.; Lerer, A.; Goucher, A. P.; Perelman, A.; Ramesh, A.; Clark, A.; Ostrow, A.; Weli...

Pith tools

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