Pith. sign in

REVIEW 3 major objections 5 minor 28 references

A 4B vision-language model trained on a structured ocular-surface VQA corpus beats medical VLMs up to 34B.

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 · grok-4.5

2026-07-11 19:55 UTC pith:OJSKM6DS

load-bearing objection Solid data-engine paper for external-eye OSD VLMs; SOTA numbers are real on their synthetic split but the clinical leap is still unproven. the 3 major comments →

arxiv 2607.04344 v1 pith:OJSKM6DS submitted 2026-07-05 cs.CV cs.AI

IRIS: An Intelligent Vision-Language System for Ocular Surface Diseases via Topic Tree and Scene-Driven VQA Generation

classification cs.CV cs.AI
keywords ocular surface diseasevision-language modelsTopic Finding Treeclinical VQAmobile edge AIanatomical groundinginstruction tuning
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

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

Large vision-language models still fail at fine-grained clinical reasoning for ocular surface diseases because they lack high-fidelity multimodal instruction data that forces anatomical grounding. This paper builds IRIS-120K, the largest external-eye VQA set to date, by converting heterogeneous photographs into structured questions through a dual-branch engine: a Topic Finding Tree that ties visual features to ten ocular regions and a four-stage clinical deduction chain, plus scene-driven role-adaptive dialogues for doctors, patients, and students. Fine-tuning a compact 4B model on this corpus yields IRIS-4B, which sets new state-of-the-art scores across closed and open-ended tasks and outperforms both generalist and medical VLMs many times larger. The central claim is that carefully injected clinical structure, not raw parameter count, is what closes the domain gap and makes expert-level screening feasible on mobile devices.

Core claim

Aligning a 4B-parameter vision-language model on IRIS-120K, a corpus generated by the Topic Finding Tree plus scene-driven engine, produces state-of-the-art performance on ocular-surface VQA and comprehensively surpasses generalist and specialized medical VLMs with up to 34B parameters, demonstrating that structured clinical knowledge injection prevails over sheer parameter scaling.

What carries the argument

The dual-branch Clinically-driven Data Engine: Topic Finding Tree (TFT) that hierarchically maps each image onto ten anatomical regions and a four-stage think chain (observation, correlation, deduction, conclusion), paired with scene-driven generation of role-adaptive clinical dialogues.

Load-bearing premise

That LLM-synthesized VQA pairs, filtered only by another model and without independent ophthalmologist annotation of the gold test set, are a valid proxy for real clinical diagnostic competence.

What would settle it

An independent, ophthalmologist-annotated external test set of smartphone external-eye photographs on which IRIS-4B fails to retain its claimed accuracy margin over larger medical VLMs, or a prospective clinical trial showing that the model’s diagnoses do not match specialist consensus at the reported rates.

Watch this falsifier — get emailed when new claim-graph text bears on it.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 5 minor

Summary. The paper presents IRIS, a compact vision-language system for ocular surface disease (OSD) understanding from external eye photographs. To address the scarcity of high-fidelity multimodal instruction data, the authors curate IRIS-120K via a dual-branch Clinically-driven Data Engine: (1) a Topic Finding Tree (TFT) that hierarchically maps visual features to 10 anatomical regions and region-specific findings, generating VQA pairs with explicit 4-stage reasoning chains; and (2) Scene-driven generation that produces role-adaptive dialogues for Patient/Doctor/Student personas across clinical scenarios. A 4B-parameter Qwen3-VL model fine-tuned on this corpus (IRIS-4B) is reported to achieve SOTA on the authors’ held-out test split across closed-ended (Judge/Single/Multi-choice) and open-ended (Tree/Scene-VQA) metrics, outperforming generalist and medical VLMs up to 34B parameters. Ablations attribute gains to the TFT–Scene synergy and identify 4B as the capacity sweet-spot. The work claims that structured clinical knowledge injection enables resource-efficient, interpretable edge deployment for scalable OSD screening.

Significance. If the reported gains transfer beyond the synthetic distribution, the contribution is substantial: it fills a clear modality gap (external-eye vs. fundus/OCT bias in existing ophthalmic foundation models), supplies the largest dedicated OSD VQA corpus to date, and demonstrates that carefully engineered anatomical priors can let a 4B model dominate much larger generalist and medical VLMs. The dual-branch engine, quality-aware sampling hierarchy, explicit <think> chains, and attention-based visual grounding are concrete, reusable design patterns. Planned public release of code, IRIS-120K, and model weights further raises the work’s value for reproducible MeHealth research. The parameter-efficiency result is especially relevant for offline smartphone screening in resource-limited settings.

major comments (3)
  1. [Sec. 2.2 / Experimental Setup] Sec. 2.2 and Experimental Setup: The 117.7K training pairs and the 8.2K “gold-standard” test set are generated by Qwen3-VL-32B from image-caption surrogates (TFT 4-stage Think chains + scene templates) and then filtered by GPT-5-mini. No independent ophthalmologist annotation or adjudication of either the VQA labels or the reasoning chains is reported. Consequently the central claim that IRIS-4B reaches “expert-level” clinical competence (and the leap to “scalable OSD screening”) rests on a self-referential synthetic distribution rather than clinically validated ground truth. This is load-bearing for every SOTA statement in Table 1 and the abstract.
  2. [Table 1] Table 1: Because the same LLM family that synthesizes the structured answers is also among the baselines being compared, the large absolute gains (IRIS-4B overall avg. 74.26 vs. Lingshu-32B 55.00 / Qwen3-VL-32B 50.61) may largely reflect format and stylistic alignment to the synthetic distribution rather than superior anatomical grounding or diagnostic validity. The TFT-only vs. Scene-only ablations confirm internal synergy on this distribution but do not break the circularity. An external clinician-rated evaluation set or an independent real-world OSD cohort is required to substantiate the clinical SOTA claim.
  3. [Sec. 2.1–2.2] Sec. 2.1–2.2: The quality hierarchy (WeChat > Books > Paper-Single > …) that drives dynamic sampling densities is derived from “sampling-based human evaluations,” yet no inter-rater statistics, sample sizes, or criteria definitions are supplied. Because this hierarchy directly controls how many TFT paths and scenes are generated per image, its opacity undermines reproducibility of the claimed data-engine advantage.
minor comments (5)
  1. [Experimental Setup] Experimental Setup: “First, we We fine-tune Qwen3-VL” contains a duplicated “We”.
  2. [Fig. 2] Fig. 2 caption and body: the train/test source and VQA-type distributions are useful but the absolute counts (especially the 8.2K test split after GPT-5-mini filtering) should be stated numerically in the text for clarity.
  3. [Fig. 3] Fig. 3: attention contours are described as “>25% yellow, >50% red” but the precise aggregation method (token-level, layer, head) is not specified; a short methods note would aid interpretability claims.
  4. [References] References: several arXiv preprints (e.g., Qwen3-VL, MedGemma, Lingshu) lack final venue or version dates; consistent citation style would improve polish.
  5. [Abstract / Conclusion] Abstract and Conclusion: the phrase “profoundly prevails over sheer parameter scaling” is repeated almost verbatim; slight rephrasing would reduce redundancy.

Circularity Check

2 steps flagged

SOTA claim and 'expert-level' leap rest on train/test VQA pairs both synthesized by the same Qwen-family + GPT-5-mini pipeline (TFT/Scene), so fine-tuned IRIS-4B scores largely measure synthetic-distribution matching rather than independent clinical prediction.

specific steps
  1. fitted input called prediction [Sec. 2.2 (Quality-Aware Dynamic Sampling & Dataset Finalization) + Experimental Setup + Table 1]
    "we first employ Qwen3-VL-32B [2] to generate a detailed visual description Tdesc for each image. Combined with the original caption/label Tcap, this forms a rich textual surrogate x=(Tcap,Tdesc)... For each image, 1–3 prompts are generated using either the TFT or Scene-Driven method. This balanced protocol generates approximately 130K initial VQA pairs... An initial test pool of 9K VQA pairs undergoes a rigorous final quality control pass using GPT-5-mini to filter out factual hallucinations... yields the IRIS-120K, comprising 117.7K training pairs and an 8.2K gold-standard test set... IRIS-4B"

    Both train and held-out test VQA (including the exact 4-stage Think chains and role-adaptive dialogues that define Tree-VQA/Scene-VQA metrics) are synthesized by the identical LLM pipeline from the same image-caption surrogates. Fine-tuning the Qwen3-VL-4B student on the train split then scoring BLEU/ROUGE/accuracy on the test split is statistically forced distribution matching; the large margins over zero-shot larger models (including the generator) do not constitute an independent clinical prediction.

  2. other [Abstract + Sec. 4 Conclusion + Fig. 3]
    "By explicitly aligning a compact 4B-parameter VLM on this structurally enriched corpus, IRIS achieves state-of-the-art performance, comprehensively outperforming both generalist and specialized medical VLMs with up to 34B parameters. Our findings underscore that structured knowledge injection profoundly prevails over sheer parameter scaling, unlocking the potential for resource-efficient, expert-level AI deployment on mobile edge devices for scalable OSD screening."

    The leap from 'beats larger VLMs on our synthetic IRIS-120K benchmark' to 'expert-level' clinical competence and scalable real-world OSD screening is unsupported by any external clinician-annotated or real-patient cohort. Qualitative <think> blocks and attention maps remain self-referential to the same synthetic generation process, so the central applied claim reduces in part to the paper's own data-construction choices.

full rationale

This is an empirical VLM paper, not a first-principles derivation, so classic mathematical self-definition is absent. The load-bearing claim (compact IRIS-4B achieves overall avg 74.26, beating 32B/34B medical and generalist VLMs by large margins via structured knowledge injection) is evaluated exclusively on the IRIS-120K 8.2K test split. That split, like the 117.7K train set, is produced by the dual-branch engine: Qwen3-VL-32B first writes Tdesc, then LLM generation of TFT 4-stage Think chains and Scene-driven role dialogues, followed by GPT-5-mini filtering of a 9K pool (Sec. 2.2). pHash only removes image duplicates; label style, format, and reasoning chains remain matched by construction. Zero-shot baselines (including the generator Qwen3-VL-32B itself at 50.61) therefore underperform for distributional reasons, while ablations merely confirm internal TFT/Scene synergy on the same synthetic distribution. No clinician-adjudicated external cohort or real-world MeHealth benchmark is reported. The result therefore contains partial circularity: high generative metrics and the leap to 'expert-level ... scalable OSD screening' reduce in part to matching the paper's own generation process. Independent content remains in the data-engine design and parameter-efficiency observation, keeping the score moderate rather than 8-10.

Axiom & Free-Parameter Ledger

4 free parameters · 5 axioms · 4 invented entities

The central claim rests on (a) the validity of LLM-synthesized clinical VQA as training and evaluation signal, (b) a hand-designed 10-region ocular ontology and quality hierarchy, and (c) the assumption that BLEU/ROUGE + closed-set accuracy on the synthetic test set proxy expert OSD reasoning. Free parameters are the sampling and filtering knobs; invented entities are the TFT structure, scene taxonomy, and the IRIS-120K/IRIS models themselves. No machine-checked proofs or external clinical gold standard are supplied.

free parameters (4)
  • quality hierarchy sampling densities = empirical ranking; denser sampling for high-quality sources
    WeChat > Books > Paper-Single > Public Cls > Paper-Multi > Web ordering and the resulting probabilistic generation rates are chosen by human evaluation sampling; they directly control which images dominate IRIS-120K.
  • prompts per image (1–3) = 1–3
    Hard limit chosen to keep total pairs ~130K before filtering so that a 2B/4B model remains edge-deployable; not derived from a principle.
  • lesion-area classification heuristic (50%) = 50%
    If >50% of images have boxes covering ≥50% of area, the whole segmentation set is repurposed as classification labels; threshold is ad hoc.
  • LoRA / fine-tuning hyperparameters
    Rank, learning rate, epochs etc. are not fully specified in the text (deferred to repo) yet determine the reported IRIS numbers.
axioms (5)
  • domain assumption Ten predefined ocular anatomical regions (Pupil, Cornea, Iris, Sclera-Conjunctiva, Eyelashes, Upper/Lower Eyelid, Superior/Inferior Palpebral Conjunctiva, Others) exhaustively cover the visual features needed for OSD diagnosis.
    Invoked as the first level of the Topic Finding Tree (Sec. 2.2); not derived or validated against a clinical ontology study.
  • domain assumption A detailed visual description T_desc produced by Qwen3-VL-32B plus the original caption forms a faithful semantic surrogate for clinical image content.
    Sec. 2.2; all downstream TFT and Scene generation rests on this surrogate.
  • ad hoc to paper GPT-5-mini filtering of the 9K test pool removes factual hallucinations and privacy issues sufficiently to yield a gold-standard clinical test set.
    Sec. 2.2 finalization step; no human clinician adjudication is reported.
  • domain assumption BLEU-1 and ROUGE-1/L-F are adequate metrics for open-ended clinical dialogue quality.
    Experimental Setup; used as primary generative scores in Table 1.
  • standard math Standard LoRA fine-tuning of Qwen3-VL preserves enough capacity to absorb the injected clinical structure without catastrophic forgetting of general vision-language skill.
    Implicit in Experimental Setup; common PEFT assumption.
invented entities (4)
  • Topic Finding Tree (TFT) no independent evidence
    purpose: Hierarchically anchors visual features to 10 anatomy nodes and region-specific findings, then forces a 4-stage clinical think chain for VQA generation.
    Core invented structure of the data engine; no independent clinical trial validates that models trained this way match ophthalmologist reasoning outside the synthetic set.
  • Scene-driven role-adaptive generation no independent evidence
    purpose: Synthesizes dialogues for Patient/Doctor/Student across 12 scenarios with a sequential clinical CoT.
    Second branch of the data engine; utility claimed for MeHealth pragmatism but measured only on the same synthetic distribution.
  • IRIS-120K corpus no independent evidence
    purpose: Largest claimed OSD external-eye VQA dataset (117.7K train / 8.2K test) used to train and evaluate IRIS models.
    Constructed entirely by the paper’s pipeline; independent evidence would require external clinician re-annotation or prospective use.
  • IRIS-2B/4B/8B models no independent evidence
    purpose: Compact VLMs fine-tuned for OSD screening and claimed SOTA on the IRIS test set.
    Weights promised for release; performance claims are internal to the authors’ benchmark.

pith-pipeline@v1.1.0-grok45 · 14574 in / 4192 out tokens · 46114 ms · 2026-07-11T19:55:02.396340+00:00 · methodology

0 comments
read the original abstract

While Large Vision-Language Models (VLMs) demonstrate remarkable generic capabilities, their clinical reasoning in specialized domains like ocular surface diseases (OSDs) is severely hindered by a paucity of high-fidelity, multimodal instruction-tuning data. To dismantle this data bottleneck, we introduce IRIS, an Intelligent Recognition and Interaction System tailored for fine-grained OSD understanding via external eye photography. First, we curate IRIS-120K, the largest and most comprehensive OSD visual question-answering (VQA) dataset to date. Crucially, to overcome the semantic shallowness of conventional image-caption pairs, we propose a synergistic data generation paradigm to explicitly inject clinical priors. Our data engine operates via a dual-branch framework: 1) a Topic Finding Tree (TFT) that hierarchically anchors visual features to precise anatomical and pathological concepts, enforcing rigorous medical deduction logic; and 2) a Scene-driven strategy that synthesizes role-adaptive clinical dialogues to ensure pragmatic generalization. By explicitly aligning a compact 4B-parameter VLM on this structurally enriched corpus, IRIS achieves state-of-the-art performance, comprehensively outperforming both generalist and specialized medical VLMs with up to 34B parameters. Our findings underscore that structured knowledge injection profoundly prevails over sheer parameter scaling, unlocking the potential for resource-efficient, expert-level AI deployment on mobile edge devices for scalable OSD screening. Code, datasets, and model weights will be publicly released by this repo.

Figures

Figures reproduced from arXiv: 2607.04344 by Dasen Dai, Hao Wei, Minqing Zhang, Wenjin Qi, Wu Yuan.

Figure 1
Figure 1. Figure 1: Overview of our Clinically-driven Data Engine. The pipeline aggregates het￾erogeneous ocular images, and utilizes a dual-branch VQA generation paradigm: Topic Finding Tree (TFT) for rigorous clinical reasoning and Scene-driven generation for role-adaptive interactions. The primary contributions of this work are summarized as follows: – A Dedicated OSD Interactive Corpus: We curate and release IRIS￾120K, su… view at source ↗
Figure 2
Figure 2. Figure 2: Dataset statistics of IRIS-120K. (a)/(c) Distribution of image sources across Train/Test sets; (b)/(d) Distribution of generated VQA types (TFT vs. Scene-driven) in train and test, respectively. found our repo. To comprehensively evaluate multi-modal clinical capabilities, we benchmark IRIS against 16 SOTA VLMs, encompassing General-domain (GPT-5-mini [20], InternVL-3.5 series [5], Qwen3-VL series [2]) and… view at source ↗
Figure 3
Figure 3. Figure 3: Qualitative evaluation of IRIS-4B. Top: Accurate predictions on complex ob￾jective tasks, outperforming substantially larger medical baselines. Bottom: Demon￾stration of transparent reasoning and visual grounding. IRIS-4B articulates its logic via a <think> block and visually anchors generated clinical terms (red text) to localized pathological regions (attention contours: > 25% yellow, > 50% red). 4 Concl… view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

28 extracted references · 7 linked inside Pith

  1. [1]

    In: International Conference on Medical Image Computing and Computer-Assisted Intervention

    Baghbanzadeh, N., Fallahpour, A., Parhizkar, Y., Ogidi, F., Roy, S., Ashkezari, S., Khazaie, V.R., Colacci, M., Etemad, A., Afkanpour, A., et al.: Advancing medical representation learning through high-quality data. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 24–33. Springer (2025)

  2. [2]

    arXiv preprint arXiv:2511.21631 (2025)

    Bai, S., Cai, Y., Chen, R., Chen, K., et.al, X.C.: Qwen3-vl technical report. arXiv preprint arXiv:2511.21631 (2025)

  3. [3]

    arXiv preprint arXiv:2502.13923 (2025)

    Bai, S., Chen, K., Liu, X., Wang, J., Ge, W., Song, S., Dang, K., Wang, P., Wang, S., Tang, J., Zhong, H., Zhu, Y., Yang, M., Li, Z., Wan, J., Wang, P., Ding, W., Fu, Z., Xu, Y., Ye, J., Zhang, X., Xie, T., Cheng, Z., Zhang, H., Yang, Z., Xu, H., Lin, J.: Qwen2.5-vl technical report. arXiv preprint arXiv:2502.13923 (2025)

  4. [4]

    arXiv preprint arXiv:2406.19280 (2024)

    Chen, J., Gui, C., Ouyang, R., Gao, A., Chen, S., Chen, G.H., Wang, X., Zhang, R., Cai, Z., Ji, K., et al.: Huatuogpt-vision, towards injecting medical visual knowledge into multimodal llms at scale. arXiv preprint arXiv:2406.19280 (2024)

  5. [5]

    In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition

    Chen, Z., Wu, J., Wang, W., Su, W., Chen, G., Xing, S., Zhong, M., Zhang, Q., Zhu, X., Lu, L., et al.: Internvl: Scaling up vision foundation models and aligning for generic visual-linguistic tasks. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 24185–24198 (2024)

  6. [6]

    Heliyon10(17) (2024)

    Graham, A.D., Kothapalli, T., Wang, J., Ding, J., Tse, V., Asbell, P.A., Yu, S.X., Lin, M.C.: A machine learning approach to predicting dry eye-related signs, symp- toms and diagnoses from meibography images. Heliyon10(17) (2024)

  7. [7]

    arXiv preprint arXiv:2510.08668 (2025)

    Jiang, S., Wang, Y., Song, S., Hu, T., Zhou, C., Pu, B., Zhang, Y., Yang, Z., Feng, Y., Zhou, J.T., et al.: Hulu-med: A transparent generalist model towards holistic medical vision-language understanding. arXiv preprint arXiv:2510.08668 (2025)

  8. [8]

    Advances in ophthalmology practice and research (2025)

    Jin, K., Yu, T., Ying, G.s., Ge, Z., Li, K.Z., Zhou, Y., Shi, D., Wang, M., Goktas, P., Grzybowski, A.: A systematic review of vision and vision-language foundation models in ophthalmology. Advances in ophthalmology practice and research (2025)

  9. [9]

    In: Proceedings of the 33rd ACM International Conference on Multimedia

    Li, S., Lin, T., Lin, L., Zhang, W., Liu, J., Yang, X., Li, J., He, Y., Song, X., Xiao, J., et al.: Eyecaregpt: Boosting comprehensive ophthalmology understanding with tailored dataset, benchmark and model. In: Proceedings of the 33rd ACM International Conference on Multimedia. pp. 3893–3902 (2025)

  10. [10]

    Frontiers in Cell and Devel- opmental Biology13, 1600202 (2025)

    Li, Z., Wang, Z., Xiu, L., Zhang, P., Wang, W., Wang, Y., Chen, G., Yang, W., Chen, W.: Large language model-based multimodal system for detecting and grad- ing ocular surface diseases from smartphone images. Frontiers in Cell and Devel- opmental Biology13, 1600202 (2025)

  11. [11]

    In: Text sum- marization branches out

    Lin, C.Y.: Rouge: A package for automatic evaluation of summaries. In: Text sum- marization branches out. pp. 74–81 (2004)

  12. [12]

    In: Proceedings of the Computer Vision and Pattern Recognition Conference

    Lozano, A., Sun, M.W., Burgess, J., Chen, L., Nirschl, J.J., Gu, J., Lopez, I., Aklilu, J., Rau, A., Katzer, A.W., et al.: Biomedica: An open biomedical image- caption archive, dataset, and vision-language models derived from scientific litera- ture. In: Proceedings of the Computer Vision and Pattern Recognition Conference. pp. 19724–19735 (2025) 10 H. Wei et al

  13. [13]

    Diagnostics15(24), 3199 (2025)

    Lu, T.C., Huang, C.H., Lin, I.C.: Artificial intelligence application in cornea and external diseases. Diagnostics15(24), 3199 (2025)

  14. [14]

    Scientific Reports15(1), 5117 (2025)

    Maehara, H., Ueno, Y., Yamaguchi, T., Kitaguchi, Y., Miyazaki, D., Nejima, R., Inomata, T., Kato, N., Chikama, T.i., Ominato, J., et al.: Artificial intelligence support improves diagnosis accuracy in anterior segment eye diseases. Scientific Reports15(1), 5117 (2025)

  15. [15]

    Scientific Reports15(1), 1462 (2025)

    Maehara, H., Ueno, Y., Yamaguchi, T., Kitaguchi, Y., Miyazaki, D., Nejima, R., Inomata, T., Kato, N., Chikama, T.i., Ominato, J., et al.: The importance of clinical experience in ai-assisted corneal diagnosis: verification using intentional ai misleading. Scientific Reports15(1), 1462 (2025)

  16. [16]

    In: Proceedings of the 40th annual meeting of the Association for Computational Linguistics

    Papineni, K., Roukos, S., Ward, T., Zhu, W.J.: Bleu: a method for automatic evaluation of machine translation. In: Proceedings of the 40th annual meeting of the Association for Computational Linguistics. pp. 311–318 (2002)

  17. [17]

    arXiv preprint arXiv:2310.04992 (2023)

    Qiu, J., Wu, J., Wei, H., Shi, P., Zhang, M., Sun, Y., Li, L., Liu, H., Liu, H., Hou, S., et al.: Visionfm: a multi-modal multi-task vision foundation model for generalist ophthalmic artificial intelligence. arXiv preprint arXiv:2310.04992 (2023)

  18. [18]

    arXiv preprint arXiv:2507.05201 (2025)

    Sellergren, A., Kazemzadeh, S., Jaroensri, T., Kiraly, A., Traverse, M., Kohlberger, T., Xu, S., Jamil, F., Hughes, C., Lau, C., et al.: Medgemma technical report. arXiv preprint arXiv:2507.05201 (2025)

  19. [19]

    npj Digital Medicine8(1), 381 (2025)

    Shi, D., Zhang, W., Yang, J., Huang, S., Chen, X., Xu, P., Jin, K., Lin, S., Wei, J., Yusufu, M., et al.: A multimodal visual–language foundation model for compu- tational ophthalmology. npj Digital Medicine8(1), 381 (2025)

  20. [20]

    Singh, A., Fry, A., Perelman, A., et al.: Openai gpt-5 system card (Dec 2025), https://arxiv.org/abs/2601.03267, accessed: 2026-02-21

  21. [21]

    Srinivasan, S., Ji, H., Chen, D.Z., Wong, W., Da Soh, Z., Goh, J.H.L., Push- panathan, K., Wang, X., Ma, W., Wong, T.Y., et al.: Can off-the-shelf visual large language models detect and diagnose ocular diseases from retinal photographs? BMJ Open Ophthalmology10(1) (2025)

  22. [22]

    In: Proceedings of the AAAI Conference on Artificial Intelligence

    Sun,Y.,Zhu,C.,Zheng,S.,Zhang,K.,Sun,L.,Shui,Z.,Zhang,Y.,Li,H.,Yang,L.: Pathasst: A generative foundation ai assistant towards artificial general intelligence of pathology. In: Proceedings of the AAAI Conference on Artificial Intelligence. vol. 38, pp. 5034–5042 (2024)

  23. [23]

    iLABMED3(1), 64–85 (2025)

    Wang, M.H., Pan, Y., Jiang, X., Lin, Z., Liu, H., Liu, Y., Cui, J., Tan, J., Gong, C., Hou, G., et al.: Leveraging artificial intelligence and clinical laboratory evidence to advance mobile health applications in ophthalmology: Taking the ocular surface disease as a case study. iLABMED3(1), 64–85 (2025)

  24. [24]

    arXiv preprint arXiv:2506.07044 (2025)

    Xu, W., Chan, H.P., Li, L., Aljunied, M., Yuan, R., Wang, J., Xiao, C., Chen, G., Liu,C.,Li,Z.,etal.:Lingshu:Ageneralistfoundationmodelforunifiedmultimodal medical understanding and reasoning. arXiv preprint arXiv:2506.07044 (2025)

  25. [25]

    In: International Conference on Medical Image Computing and Computer-Assisted Intervention

    Yeh, C.H., Wang, J., Graham, A.D., Liu, A.J., Tan, B., Chen, Y., Ma, Y., Lin, M.C.: Insight: A multi-modal diagnostic pipeline using llms for ocular surface dis- ease diagnosis. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 711–721. Springer (2024)

  26. [26]

    Allergology International74(1), 86–96 (2025)

    Yonehara, M., Nakagawa, Y., Ayatsuka, Y., Hara, Y., Shoji, J., Ebihara, N., In- omata, T., Huang, T., Nagino, K., Fukuda, K., et al.: Use of explainable ai on slit-lamp images of anterior surface of eyes to diagnose allergic conjunctival dis- eases. Allergology International74(1), 86–96 (2025)

  27. [27]

    Master’s thesis, University of Applied Sciences Hagenberg, Hagenberg, Aus- tria (Jul 2010),https://www.phash.org/docs/pubs/thesis_zauner.pdf, mas- ter’s thesis

    Zauner, C.: Implementation and Benchmarking of Perceptual Image Hash Func- tions. Master’s thesis, University of Applied Sciences Hagenberg, Hagenberg, Aus- tria (Jul 2010),https://www.phash.org/docs/pubs/thesis_zauner.pdf, mas- ter’s thesis. pHash library implementation IRIS: An Intelligent Vision-Language System 11

  28. [28]

    Nature622(7981), 156–163 (2023)

    Zhou, Y., Chia, M.A., Wagner, S.K., Ayhan, M.S., Williamson, D.J., Struyven, R.R., Liu, T., Xu, M., Lozano, M.G., Woodward-Court, P., et al.: A foundation model for generalizable disease detection from retinal images. Nature622(7981), 156–163 (2023)