Pith. sign in

REVIEW 3 major objections 7 minor 53 references

PathView-Bench: Can Multimodal Large Language Models Achieve Fine-grained Multiscale Understanding of Pathology Images?

T0 review · 3 major / 7 minor · reviewed 2026-07-31 · grok-4.5

Pith's one-line read Today’s pathology MLLMs name categories better than they ground, count, spatialize, or refuse when the view is insufficient.

desk verdict Solid dual-FOV vision-anchored pathology benchmark with a clear empirical punch: models name categories better than they ground, count, spatialize, or refuse under insufficient FOV. read the letter →

arxiv 2607.28318 v1 pith:XZIHKSAM submitted 2026-07-30 cs.AI

classification cs.AI
keywords computationalpathologymultimodallargelanguagemodelsvision-anchoredbenchmarkwhole-slideimagesmultiscalevisualunderstandinggroundingFOVsufficiencyVQA
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

Pathology multimodal models are usually scored on final diagnoses, captions, or reports. That leaves open whether a correct answer rests on real visual understanding of tissue at both cell scale and whole-slide scale. This paper introduces PathView-Bench, a vision-anchored benchmark built by turning human labels and spatial annotations from 23 public datasets into 14 deterministic VQA-style tasks across Region-FOV and Slide-FOV. The tasks force models to localize, recognize, count, estimate area, reason about density and proximity, and say when the current field of view cannot support the question. Across 18 general, medical, and pathology-oriented models, performance is uneven: closed-set naming is relatively strong, while grounding, counting, spatial organization, and calibrated refusal remain weak. Matched-slide checks further show that succeeding on external high-level whole-slide QA does not reliably imply success on these basic visual operations on the same slides. The claim is that pathology MLLM progress needs evidence-grounded multiscale evaluation, not answer plausibility alone.

What carries the argument

PathView-Bench: an auditable conversion of public human-supervised pathology labels and spatial annotations into dual-scale (Region-FOV / Slide-FOV) deterministic VQA targets with programmatic metrics, including FOV-trap insufficiency judgments.

What would settle it

If strong models, evaluated under the same frozen protocol, scored highly on grounding, counting, density/spatial tasks, and FOV traps—and still did so on slides where they already answer external whole-slide QA correctly—the claimed gap between high-level answers and basic multiscale visual understanding would not hold.

Watch

Extended reading notes

Core claim

Even advanced general-purpose, medical-domain, and pathology-oriented MLLMs have substantial limits on fine-grained multiscale pathology vision: they are stronger at naming visual categories than at grounding, counting, spatially organizing evidence, or judging when the current field of view is insufficient, and correct high-level slide answers can mask those failures on the same slides.

Load-bearing premise

The paper assumes that rule-based conversion of messy public annotations into fixed boxes, counts, areas, quadrants, and “insufficient information” answers is a clean enough stand-in for the visual operations pathology reasoning actually needs.

Editorial extensions

If this is right

  • Pathology MLLM leaderboards that only score diagnoses, captions, or reports will overstate readiness for evidence-based use.
  • Training and interfaces must preserve coordinate-level and multiscale spatial evidence, not only global slide semantics.
  • Refusal behavior should be judged by whether it tracks observability at the current field of view, not by overall refusal rate.
  • Structured annotation-derived targets are usable supervision: a PathView-tuned baseline improves grounding-sensitive behavior under the same protocol.
  • Future clinical extensions can keep this vision core while adding workflow and longitudinal context around it.

Reading between the lines

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

  • Interactive whole-slide agents that claim to navigate and cite evidence will need the same grounding/counting/sufficiency checks, or they risk fluent but unanchored trajectories.
  • Feature-only slide pipelines may systematically underperform pixel-coordinate tasks unless they regain explicit spatial binding.
  • Benchmark designers in other multiscale imaging domains could reuse the FOV-trap idea: ask a question that is answerable only at the other scale and score calibrated insufficiency.
  • If public-annotation conversion noise is non-trivial, hybrid expert audits on a stratified subset would be the direct way to bound how much of the measured gap is construction artifact.
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 / 7 minor

Summary. The manuscript introduces PathView-Bench, a vision-anchored VQA benchmark for fine-grained multiscale pathology understanding. From 23 public datasets with human labels and spatial annotations, the authors construct 14 deterministic tasks over Region-FOV and Slide-FOV (61,673 images; 308,070 samples; 28 organs), covering localization, recognition, counting, area/density estimation, spatial relation, and FOV-trap insufficiency judgment, scored with task-native metrics rather than LLM-as-judge. Zero-shot evaluation of 18 general, medical, and pathology MLLMs (Table 3), refusal/trap analysis (Figure 4), a matched-slide conditioning study against SlideBench/WSI-VQA success (Figure 5), and a PathView-tuned Qwen3-VL-8B baseline support the claim that current models are stronger at category naming than at grounding, quantification, spatial organization, or evidence-sufficiency judgment, and that correct high-level WSI QA does not reliably imply success on matched basic visual operations.

Significance. The work addresses a real and timely gap: pathology MLLM benchmarks largely score diagnostic answers, captions, or reports and can reward text priors without verifying multiscale visual grounding. Dual-FOV organization, FOV traps, programmatic annotation-derived targets, and the matched-slide analysis are concrete methodological contributions that make evidence-grounded failure modes measurable and comparable. Strengths include the scale and organ coverage of the resource, avoidance of LLM-as-judge scoring, explicit leakage-aware splitting, and a learnability check via the tuned baseline. If the conversion protocol is as clean as claimed, PathView-Bench is a useful standard for developing and auditing pathology MLLMs beyond answer plausibility.

major comments (3)
  1. [§3.2 Standardized Protocol] §3.2 (standardization, QC, and task construction): The central claim rests on rule-based conversion of heterogeneous public annotations into deterministic VQA targets (119→44 labels; 26 formats→boxes; area/count/quadrant/distance rules; FOV-trap labels). The protocol description and manual review of “representative” samples are reassuring but incomplete for a load-bearing assumption. Please report quantitative QC outcomes: fraction of records removed by each filter, unresolved-label rates, expert agreement or dual-review rate on the label map, and a small expert audit of answerability/observability on held-out converted items (especially Object Counting, Area Estimation, Density Localization, and FOV traps). Without these numbers, it remains hard to bound how much measured model failure is construction noise versus true visual deficit.
  2. [Table 3; §4.3 Main Results] Table 3 and §4.3: Several pathology-oriented systems (notably SlideChat and WSI-LLaVA) score at or near floor on many Region-FOV tasks (e.g., RCL/OCL/DLO/SPR = 0 for SlideChat). The text notes that feature-based WSI interfaces may discard pixel-level coordinates, but the main table still ranks these models alongside pixel-input MLLMs on grounding/counting metrics. This confounds interface mismatch with the claimed fine-grained understanding gap. Please either (i) restrict Region-FOV pixel tasks to models with native image/coordinate I/O and report WSI-feature models only on Slide-FOV tasks they support, or (ii) add an explicit “interface-inapplicable” mask and recompute category-level conclusions so the headline limitation is not inflated by unsupported input formats.
  3. [Figure 5; §4.3] Figure 5 / matched-slide analysis: The conditional result—that external WSI-QA success does not imply PathView visual competence on the same slides—is one of the paper’s strongest claims, but denominators are not stated. Report per-task and per-model counts of matched slides/questions retained after conditioning on external correctness, confidence intervals or variability across models, and how SlideBench vs WSI-VQA items were aligned to specific PathView tasks (LGD/ARE/DLO/OCL). If some bars rest on very small matched sets, the macro-average “correct high-level answers do not imply basic visual understanding” conclusion needs to be qualified.
minor comments (7)
  1. [Abstract / Title] Abstract in the submission header uses “PathVU” while the title and body use “PathView-Bench.” Harmonize the benchmark name everywhere.
  2. [Table 1] Table 1 column “All-WSI Source” and checkmarks are dense; a short footnote defining each binary column would improve readability.
  3. [§4.2 Implementation Details] §4.2: State clearly whether prompts, decoding settings, and coordinate post-processing scripts will be released with the benchmark splits so the 18-model comparison is fully reproducible.
  4. [Figure 4] Figure 4 refusal heatmap: define RFT/SFT in the main caption (they appear only briefly in the text) and state how “refusal” was detected across APIs versus open models.
  5. [Table 3] Object Counting MAE values span very different scales (best frozen ~16.8 vs random 482); consider also reporting normalized MAE or median absolute error so cross-model comparison is less dominated by heavy tails.
  6. [Figures 2 and 5] Minor typographical issues: “B enchmar k”, “T a sk”, and similar spaced tokens in Figure 2; “bo x” in Figure 5; ensure vector text is clean in the camera-ready figures.
  7. [§5 Limitations and Future Work] §5 Limitations appropriately scopes clinical claims; a one-sentence statement on intended data license/access for the assembled 23-source benchmark would help adopters.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: PathView-Bench is an external empirical benchmark with annotation-derived targets and zero-shot model evaluation.

full rationale

This paper does not claim a first-principles derivation or a forced prediction from fitted parameters. Its load-bearing claims are empirical: frozen general/medical/pathology MLLMs are weak on grounding, counting, spatial organization, and FOV-sufficiency relative to category naming (Table 3, Fig. 4), and correct external WSI-QA answers on matched slides do not imply success on PathView visual operations (Fig. 5). Task targets are built by deterministic conversion of human-supervised labels and spatial annotations from 23 public datasets (§3.2), with programmatic metrics (Dice, accuracy, F1, MAE, entity recall, SRR)—not LLM-as-judge and not self-defined from model outputs. Train/val/test splits (7:1:2) with group-wise leakage control keep evaluation external to the models under test. The PathView-tuned Qwen3-VL-8B baseline is trained on the benchmark train split and reported only as evidence that the targets supply learnable grounding signal; it is not used to manufacture the main limitation claims about frozen models. No self-definitional loop, fitted-input-as-prediction, load-bearing self-citation uniqueness chain, or renaming of a known result as a derived law appears in the derivation chain. Score 0 is appropriate.

Assumptions & free parameters 4 free parameters · 5 assumptions · 2 invented entities

As a benchmark paper, the load-bearing commitments are methodological rather than physical laws: pathology reading is dual-scale; public human annotations can be normalized into a shared label/geometry space; deterministic template conversion yields valid tests of visual understanding; and automatic metrics on those targets are sufficient to rank MLLM visual competence. No new physical entities are postulated. Free choices are mainly design thresholds and split/template decisions.

free parameters (4)
  • Train/val/test split ratio 7:1:2 = 7:1:2
    Chosen split proportions used for all reported evaluation and the tuned baseline; not derived from a uniqueness argument.
  • Area-estimation discretization bins = 4 intervals over effective tissue area
    Lesion burden is collapsed into four percentage intervals (e.g., 0–25%, 25–50%, etc.), which defines answer granularity and difficulty.
  • QC and answerability filter thresholds = dataset-specific predefined thresholds (not fully enumerated numerically)
    Unresolved labels, background classes, invalid/out-of-bounds/overlapping/zero-area boxes, and borderline threshold cases are removed by predefined rules that shape the final 61,673 images / 308,070 samples.
  • PathView-tuned baseline training hyperparameters = 1 epoch, batch 16, lr 5e-5, Qwen3-VL-8B LoRA
    LoRA fine-tune settings affect the ‘learnable signal’ supporting result, though not the frozen-model main table.
assumptions (5)
  • domain assumption Diagnostic pathology visual reasoning depends on both macro slide organization and high-resolution local morphology, so separate Slide-FOV and Region-FOV evaluations are necessary.
    Stated in §1 and §3.1 as the organizing principle of the benchmark.
  • domain assumption Human-supervised labels and spatial annotations in 23 public datasets, after expert vocabulary mapping to 44 standard labels and conversion of 26 annotation formats to boxes, are reliable enough supervision for scoring visual understanding.
    Core of the standardized protocol in §3.2; without this, programmatic targets are not trustworthy.
  • domain assumption If a target is not observable at the current field of view, the uniquely correct behavior is an insufficiency/refusal option rather than a guessed organ, count, or diagnosis.
    Defines FOV-trap tasks in §3.1.1–3.1.2 and underpins the refusal analysis.
  • ad hoc to paper Task-native automatic metrics (Dice, accuracy, F1, MAE, entity recall, SRR) without LLM-as-judge are adequate to compare MLLM fine-grained visual competence.
    Explicit evaluation design choice in §3.2.4; reasonable, but metric adequacy is assumed rather than validated against pathologist ratings.
  • ad hoc to paper Grouping-key dataset splits sufficiently control leakage across related patches/slides/tasks.
    Claimed in §3.2.4; important for interpreting generalization of the tuned baseline and model comparisons.
invented entities (2)
  • PathView-Bench dual-FOV task suite (including FOV traps)
    purpose: Provide a vision-anchored evaluation space that makes localization, quantification, spatial reasoning, and insufficient-context judgment programmatically scorable.
    The benchmark itself is the main constructed artifact. It is not a physical entity, but it is a new evaluative object whose usefulness depends on the conversion protocol.
  • 44-label standardized pathology vocabulary
    purpose: Unify 119 raw source labels into a shared answer space for cross-dataset tasks.
    Created by expert mapping during standardization; central to comparability across sources.

how reviews work

0 comments
Cite this review

Pith. "Pith review of PathView-Bench: Can Multimodal Large Language Models Achieve Fine-grained Multiscale Understanding of Pathology Images?." pith.science (2026). https://pith.science/paper/XZIHKSAM

@misc{pith2026260728318,
  author       = {Pith},
  title        = {Pith review of: PathView-Bench: Can Multimodal Large Language Models Achieve Fine-grained Multiscale Understanding of Pathology Images?},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/XZIHKSAM}},
  note         = {Machine review of arXiv:2607.28318}
}
read the original abstract

Multimodal large language models (MLLMs) are increasingly used to analyze pathology images. However, dominant multimodal benchmarks in pathology mainly score final diagnostic answers, captions, or reports. These evaluations provide limited insight into whether a model understands the multiscale visual content needed for pathology reasoning and decision-making. We introduce PathVU, a vision-anchored benchmark for fine-grained and multiscale visual understanding in computational pathology. Built from 23 public pathology imaging datasets with human-supervised labels and spatial annotations, PathVU evaluates MLLM understanding in two fields of view: Region FOV for high-resolution local regions and Slide FOV for macro whole-slide views. By converting raw annotations into deterministic task targets, PathVU enables programmatic scoring of region localization, visual recognition, quantity estimation, spatial reasoning, and insufficient-context judgment. The benchmark contains 14 VQA-style tasks, 61,673 images, and 308,070 samples across 28 organs and 7,253,526 annotations. Evaluating 18 representative general-purpose, medical-domain, and pathology-oriented MLLMs, we observe substantial limitations even in advanced models on fine-grained visual tasks across multiscale pathology images. PathVU provides a reproducible basis for developing and evaluating pathology MLLMs with explicit multiscale visual understanding.

Figures

Figures reproduced from arXiv: 2607.28318 by the authors.

Figure 1
Figure 1. Motivating examples for PathView-Bench. The benchmark evaluates visual understanding [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Overview of the PathView-Bench standardized protocol pipeline. [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Dataset statistics for PathView-Bench. The four panels summarize the distribution of [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (2 more)
Figure 4
Figure 4. Figure 4: Refusal-ratio heatmap for ordinary PathView-Bench tasks and FOV-trap diagnostics. [PITH_FULL_IMAGE:figures/full_fig_p008_4.png]
Figure 5
Figure 5. Figure 5: Left: For each task and model, we first select matched model-slide pairs where the model correctly answers an external SlideBench or WSI-VQA question, and then score the corresponding PathView-Bench visual-understanding task on the same slides. Each bar reports the mac…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

53 extracted references · 13 linked inside Pith

  1. [1]

    Image analysis and machine learning in digital pathology: Challenges and opportunities.Medical image analysis, 33:170–175, 2016

    Anant Madabhushi and George Lee. Image analysis and machine learning in digital pathology: Challenges and opportunities.Medical image analysis, 33:170–175, 2016

  2. [2]

    Digital pathology and artificial intelligence.The lancet oncology, 20(5):e253–e261, 2019

    Muhammad Khalid Khan Niazi, Anil V Parwani, and Metin N Gurcan. Digital pathology and artificial intelligence.The lancet oncology, 20(5):e253–e261, 2019

  3. [3]

    Clinical-grade computational pathology using weakly supervised deep learning on whole slide images.Nature medicine, 25(8):1301–1309, 2019

    Gabriele Campanella, Matthew G Hanna, Luke Geneslaw, Allen Miraflor, Vitor Werneck Krauss Silva, Klaus J Busam, Edi Brogi, Victor E Reuter, David S Klimstra, and Thomas J Fuchs. Clinical-grade computational pathology using weakly supervised deep learning on whole slide images.Nature medicine, 25(8):1301–1309, 2019

  4. [4]

    Data-efficient and weakly supervised computational pathology on whole-slide images.Nature biomedical engineering, 5(6):555–570, 2021

    Ming Y Lu, Drew FK Williamson, Tiffany Y Chen, Richard J Chen, Matteo Barbieri, and Faisal Mahmood. Data-efficient and weakly supervised computational pathology on whole-slide images.Nature biomedical engineering, 5(6):555–570, 2021

  5. [5]

    Feature re-embedding: Towards foundation model-level performance in computational pathology

    Wenhao Tang, Fengtao Zhou, Sheng Huang, Xiang Zhu, Yi Zhang, and Bo Liu. Feature re-embedding: Towards foundation model-level performance in computational pathology. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 11343–11352, 2024

  6. [6]

    M4: Multi-proxy multi-gate mixture of experts network for multiple instance learning in histopathology image analysis.Medical Image Analysis, 103:103561, 2025

    Junyu Li, Ye Zhang, Wen Shu, Xiaobing Feng, Yingchun Wang, Pengju Yan, Xiaolin Li, Chulin Sha, and Min He. M4: Multi-proxy multi-gate mixture of experts network for multiple instance learning in histopathology image analysis.Medical Image Analysis, 103:103561, 2025

  7. [7]

    Smmile enables accurate spatial quantification in digital pathology using multiple-instance learning.Nature Cancer, pages 1–17, 2025

    Zeyu Gao, Anyu Mao, Yuxing Dong, Hannah Clayton, Jialun Wu, Jiashuai Liu, ChunBao Wang, Kai He, Tieliang Gong, Chen Li, et al. Smmile enables accurate spatial quantification in digital pathology using multiple-instance learning.Nature Cancer, pages 1–17, 2025

  8. [8]

    A pathology foundation model for cancer diagnosis and prognosis prediction.Nature, 634(8035):970–978, 2024

    Xiyue Wang, Junhan Zhao, Eliana Marostica, Wei Yuan, Jietian Jin, Jiayu Zhang, Ruijiang Li, Hongping Tang, Kanran Wang, Yu Li, et al. A pathology foundation model for cancer diagnosis and prognosis prediction.Nature, 634(8035):970–978, 2024

Show all 53 references
  1. [9]

    A vision–language foundation model for precision oncology.Nature, 638(8051):769–778, 2025

    Jinxi Xiang, Xiyue Wang, Xiaoming Zhang, Yinghua Xi, Feyisope Eweje, Yijiang Chen, Yuchen Li, Colin Bergstrom, Matthew Gopaulchan, Ted Kim, et al. A vision–language foundation model for precision oncology.Nature, 638(8051):769–778, 2025

  2. [10]

    A generalizable pathology foundation model using a unified knowledge distillation pretraining framework.Nature Biomedical Engineering, pages 1–20, 2025

    Jiabo Ma, Zhengrui Guo, Fengtao Zhou, Yihui Wang, Yingxue Xu, Jinbang Li, Fang Yan, Yu Cai, Zhengjie Zhu, Cheng Jin, et al. A generalizable pathology foundation model using a unified knowledge distillation pretraining framework.Nature Biomedical Engineering, pages 1–20, 2025

  3. [11]

    Pathasst: A generative foundation ai assistant towards artificial general intelligence of pathology

    Yuxuan Sun, Chenglu Zhu, Sunyi Zheng, Kai Zhang, Lin Sun, Zhongyi Shui, Yunlong Zhang, Honglin Li, and Lin Yang. Pathasst: A generative foundation ai assistant towards artificial general intelligence of pathology. InProceedings of the AAAI Conference on Artificial Intelligence...

  4. [12]

    Quilt-llava: Visual instruction tuning by extracting localized narratives from open-source histopathology videos

    Mehmet Saygin Seyfioglu, Wisdom O Ikezogwo, Fatemeh Ghezloo, Ranjay Krishna, and Linda Shapiro. Quilt-llava: Visual instruction tuning by extracting localized narratives from open-source histopathology videos. InProceedings of the IEEE/CVF Conference on Computer Vision and Pat...

  5. [13]

    Cpath-omni: A unified multimodal foundation model for patch and whole slide image analysis in computational pathology

    Yuxuan Sun, Yixuan Si, Chenglu Zhu, Xuan Gong, Kai Zhang, Pingyi Chen, Ye Zhang, Zhongyi Shui, Tao Lin, and Lin Yang. Cpath-omni: A unified multimodal foundation model for patch and whole slide image analysis in computational pathology. InProceedings of the IEEE/CVF Conference...

  6. [14]

    Patho-agenticrag: towards multimodal agentic retrieval-augmented generation for pathology vlms via reinforcement learning

    Wenchuan Zhang, Jingru Guo, Hengzhe Zhang, Penghao Zhang, Jie Chen, Shuwan Zhang, Zhang Zhang, Yuhao Yi, and Hong Bu. Patho-agenticrag: towards multimodal agentic retrieval-augmented generation for pathology vlms via reinforcement learning. InProceedings of the AAAI Conference...

  7. [15]

    Wsicaption: Multiple instance generation of pathology reports for gigapixel whole-slide images

    Pingyi Chen, Honglin Li, Chenglu Zhu, Sunyi Zheng, Zhongyi Shui, and Lin Yang. Wsicaption: Multiple instance generation of pathology reports for gigapixel whole-slide images. InInternational Conference on Medical Image Computing and Computer-Assisted Intervention, pages 546–55...

  8. [16]

    Histgen: Histopathol- ogy report generation via local-global feature encoding and cross-modal context interaction

    Zhengrui Guo, Jiabo Ma, Yingxue Xu, Yihui Wang, Liansheng Wang, and Hao Chen. Histgen: Histopathol- ogy report generation via local-global feature encoding and cross-modal context interaction. InInterna- tional Conference on Medical Image Computing and Computer-Assisted Interv...

  9. [17]

    Generating der- matopathology reports from gigapixel whole slide images with histogpt.Nature communications, 16(1): 4886, 2025

    Manuel Tran, Paul Schmidle, Ruifeng Ray Guo, Sophia J Wagner, Valentin Koch, Valerio Lupperger, Brenna Novotny, Dennis H Murphree, Heather D Hardway, Marina D’Amato, et al. Generating der- matopathology reports from gigapixel whole slide images with histogpt.Nature communicati...

  10. [18]

    Qcagent: An agentic framework for quality-controllable pathology report generation from whole slide image.arXiv preprint arXiv:2603.01647, 2026

    Rundong Wang, Wei Ba, Ying Zhou, Yingtai Li, Bowen Liu, Baizhi Wang, Yuhao Wang, Zhidong Yang, Kun Zhang, Rui Yan, et al. Qcagent: An agentic framework for quality-controllable pathology report generation from whole slide image.arXiv preprint arXiv:2603.01647, 2026

  11. [19]

    Slidechat: A large vision-language assistant for whole-slide pathology image understanding

    Ying Chen, Guoan Wang, Yuanfeng Ji, Yanjun Li, Jin Ye, Tianbin Li, Ming Hu, Rongshan Yu, Yu Qiao, and Junjun He. Slidechat: A large vision-language assistant for whole-slide pathology image understanding. In Proceedings of the Computer Vision and Pattern Recognition Conference...

  12. [20]

    Wsi-llava: A multimodal large language model for whole slide image

    Yuci Liang, Xinheng Lyu, Wenting Chen, Meidan Ding, Jipeng Zhang, Xiangjian He, Song Wu, Xiaohan Xing, Sen Yang, Xiyue Wang, et al. Wsi-llava: A multimodal large language model for whole slide image. InProceedings of the IEEE/CVF International Conference on Computer Vision, pa...

  13. [21]

    Yuxuan Sun, Yixuan Si, Chenglu Zhu, Kai Zhang, Zhongyi Shui, Bowen Ding, Tao Lin, and Lin Yang. Cpathagent: An agent-based foundation model for interpretable high-resolution pathology image analysis mimicking pathologists’ diagnostic logic.arXiv preprint arXiv:2505.20510, 2025

  14. [22]

    Navigating gigapixel pathology images with large multimodal models.arXiv preprint arXiv:2511.19652, 2025

    Thomas A Buckley, Kian R Weihrauch, Katherine Latham, Andrew Z Zhou, Padmini A Manrai, and Arjun K Manrai. Navigating gigapixel pathology images with large multimodal models.arXiv preprint arXiv:2511.19652, 2025

  15. [23]

    Pathology-cot: Learning visual chain-of-thought agent from expert whole slide image diagnosis behavior

    Sheng Wang, Ruiming Wu, Charles Herndon, Yihang Liu, Shunsuke Koga, Jeanne Shen, and Zhi Huang. Pathology-cot: Learning visual chain-of-thought agent from expert whole slide image diagnosis behavior. arXiv preprint arXiv:2510.04587, 2025

  16. [24]

    Pathagent: Toward interpretable analysis of whole-slide pathology images via large language model-based agentic reasoning.arXiv preprint arXiv:2511.17052, 2025

    Jingyun Chen, Linghan Cai, Zhikang Wang, Yi Huang, Songhan Jiang, Shenjin Huang, Hongpeng Wang, and Yongbing Zhang. Pathagent: Toward interpretable analysis of whole-slide pathology images via large language model-based agentic reasoning.arXiv preprint arXiv:2511.17052, 2025

  17. [25]

    Pathfound: An agentic multimodal model activating evidence- seeking pathological diagnosis.arXiv preprint arXiv:2512.23545, 2025

    Shengyi Hua, Jianfeng Wu, Tianle Shen, Kangzhe Hu, Zhongzhen Huang, Shujuan Ni, Zhihong Zhang, Yuan Li, Zhe Wang, and Xiaofan Zhang. Pathfound: An agentic multimodal model activating evidence- seeking pathological diagnosis.arXiv preprint arXiv:2512.23545, 2025

  18. [26]

    Patho-r1: A multimodal reinforcement learning-based pathology expert reasoner

    Wenchuan Zhang, Penghao Zhang, Jingru Guo, Tao Cheng, Jie Chen, Shuwan Zhang, Zhang Zhang, Yuhao Yi, and Hong Bu. Patho-r1: A multimodal reinforcement learning-based pathology expert reasoner. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 40, pages 2...

  19. [27]

    Pathreasoner-r1: Instilling structured reasoning into pathology vision-language model via knowledge-guided policy optimization

    Songhan Jiang, Fengchun Liu, Ziyue Wang, Linghan Cai, and Yongbing Zhang. Pathreasoner-r1: Instilling structured reasoning into pathology vision-language model via knowledge-guided policy optimization. arXiv preprint arXiv:2601.21617, 2026

  20. [28]

    Wsi-agents: A collaborative multi-agent system for multi-modal whole slide image analysis.arXiv preprint arXiv:2507.14680, 2025

    Xinheng Lyu, Yuci Liang, Wenting Chen, Meidan Ding, Jiaqi Yang, Guolin Huang, Daokun Zhang, Xiangjian He, and Linlin Shen. Wsi-agents: A collaborative multi-agent system for multi-modal whole slide image analysis.arXiv preprint arXiv:2507.14680, 2025

  21. [29]

    Pathvqa: 30000+ questions for medical visual question answering.arXiv preprint arXiv:2003.10286, 2020

    Xuehai He, Yichen Zhang, Luntian Mou, Eric Xing, and Pengtao Xie. Pathvqa: 30000+ questions for medical visual question answering.arXiv preprint arXiv:2003.10286, 2020

  22. [30]

    Pathmmu: A massive multimodal expert-level benchmark for understanding and reasoning in pathology

    Yuxuan Sun, Hao Wu, Chenglu Zhu, Sunyi Zheng, Qizi Chen, Kai Zhang, Yunlong Zhang, Dan Wan, Xiaoxiao Lan, Mengyue Zheng, et al. Pathmmu: A massive multimodal expert-level benchmark for understanding and reasoning in pathology. InEuropean Conference on Computer Vision, pages 56...

  23. [31]

    Wsi-vqa: Interpreting whole slide images by generative visual question answering

    Pingyi Chen, Chenglu Zhu, Sunyi Zheng, Honglin Li, and Lin Yang. Wsi-vqa: Interpreting whole slide images by generative visual question answering. InEuropean Conference on Computer Vision, pages 401–417. Springer, 2024

  24. [32]

    Micro-bench: A microscopy benchmark for vision-language understanding.Advances in Neural Information Processing Systems, 37:30670–30685, 2024

    Alejandro Lozano, Jeffrey Nirschl, James Burgess, Sanket R Gupte, Yuhui Zhang, Alyssa Unell, and Serena Yeung-Levy. Micro-bench: A microscopy benchmark for vision-language understanding.Advances in Neural Information Processing Systems, 37:30670–30685, 2024

  25. [33]

    Pathbench: Advancing the benchmark of large multimodal models for pathology image understanding at patch and whole slide level.IEEE Transactions on Medical Imaging, 2025

    Yuxuan Sun, Hao Wu, Chenglu Zhu, Yixuan Si, Qizi Chen, Yunlong Zhang, Kai Zhang, Jingxiong Li, Jiatong Cai, Yuhan Wang, et al. Pathbench: Advancing the benchmark of large multimodal models for pathology image understanding at patch and whole slide level.IEEE Transactions on Me...

  26. [34]

    Pathvg: A new benchmark and dataset for pathology visual grounding

    Chunlin Zhong, Shuang Hao, Junhua Wu, Xiaona Chang, Jiwei Jiang, Xiu Nie, He Tang, and Xiang Bai. Pathvg: A new benchmark and dataset for pathology visual grounding. InInternational Conference on Medical Image Computing and Computer-Assisted Intervention, pages 454–463. Springer, 2025

  27. [35]

    Quilt-1m: One million image-text pairs for histopathology.Advances in neural information processing systems, 36:37995–38017, 2023

    Wisdom Ikezogwo, Saygin Seyfioglu, Fatemeh Ghezloo, Dylan Geva, Fatwir Sheikh Mohammed, Pa- van Kumar Anand, Ranjay Krishna, and Linda Shapiro. Quilt-1m: One million image-text pairs for histopathology.Advances in neural information processing systems, 36:37995–38017, 2023

  28. [36]

    Pathgen-1.6 m: 1.6 million pathology image-text pairs generation through multi-agent collaboration

    Yuxuan Sun, Yunlong Zhang, Yixuan Si, Chenglu Zhu, Kai Zhang, Zhongyi Shui, Jingxiong Li, Xuan Gong, Xinheng Lyu, Tao Lin, et al. Pathgen-1.6 m: 1.6 million pathology image-text pairs generation through multi-agent collaboration. InThe Thirteenth International Conference on Le...

  29. [37]

    Mirage the illusion of visual understanding.arXiv preprint arXiv:2603.21687, 2026

    Mohammad Asadi, Jack W O’Sullivan, Fang Cao, Tahoura Nedaee, Kamyar Fardi, Fei-Fei Li, Ehsan Adeli, and Euan Ashley. Mirage the illusion of visual understanding.arXiv preprint arXiv:2603.21687, 2026

  30. [38]

    Gpt-4o system card.arXiv preprint arXiv:2410.21276, 2024

    Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, et al. Gpt-4o system card.arXiv preprint arXiv:2410.21276, 2024

  31. [39]

    Qwen3-vl technical report.arXiv preprint arXiv:2511.21631, 2025

    Shuai Bai, Yuxuan Cai, Ruizhe Chen, Keqin Chen, Xionghui Chen, Zesen Cheng, Lianghao Deng, Wei Ding, Chang Gao, Chunjiang Ge, et al. Qwen3-vl technical report.arXiv preprint arXiv:2511.21631, 2025

  32. [40]

    Gemini 2.5: Pushing the frontier with ad- vanced reasoning, multimodality, long context, and next generation agentic capabilities.arXiv preprint arXiv:2507.06261, 2025

    Gheorghe Comanici, Eric Bieber, Mike Schaekermann, Ice Pasupat, Noveen Sachdeva, Inderjit Dhillon, Marcel Blistein, Ori Ram, Dan Zhang, Evan Rosen, et al. Gemini 2.5: Pushing the frontier with ad- vanced reasoning, multimodality, long context, and next generation agentic capab...

  33. [41]

    Med-flamingo: a multimodal medical few-shot learner

    Michael Moor, Qian Huang, Shirley Wu, Michihiro Yasunaga, Yash Dalmia, Jure Leskovec, Cyril Zakka, Eduardo Pontes Reis, and Pranav Rajpurkar. Med-flamingo: a multimodal medical few-shot learner. In Machine learning for health (ML4H), pages 353–367. PMLR, 2023

  34. [42]

    Llava-med: Training a large language-and-vision assistant for biomedicine in one day.Advances in Neural Information Processing Systems, 36:28541–28564, 2023

    Chunyuan Li, Cliff Wong, Sheng Zhang, Naoto Usuyama, Haotian Liu, Jianwei Yang, Tristan Nau- mann, Hoifung Poon, and Jianfeng Gao. Llava-med: Training a large language-and-vision assistant for biomedicine in one day.Advances in Neural Information Processing Systems, 36:28541–2...

  35. [43]

    Towards generalist biomedical ai.Nejm Ai, 1(3): AIoa2300138, 2024

    Tao Tu, Shekoofeh Azizi, Danny Driess, Mike Schaekermann, Mohamed Amin, Pi-Chuan Chang, Andrew Carroll, Charles Lau, Ryutaro Tanno, Ira Ktena, et al. Towards generalist biomedical ai.Nejm Ai, 1(3): AIoa2300138, 2024

  36. [44]

    Towards injecting medical visual knowledge into multimodal llms at scale

    Junying Chen, Chi Gui, Ruyi Ouyang, Anningzhe Gao, Shunian Chen, Guiming Hardy Chen, Xidong Wang, Zhenyang Cai, Ke Ji, Xiang Wan, et al. Towards injecting medical visual knowledge into multimodal llms at scale. InProceedings of the 2024 conference on empirical methods in natur...

  37. [45]

    Lingshu: A generalist foundation model for unified multimodal medical understanding and reasoning.arXiv preprint arXiv:2506.07044, 2025

    Weiwen Xu, Hou Pong Chan, Long Li, Mahani Aljunied, Ruifeng Yuan, Jianyu Wang, Chenghao Xiao, Guizhen Chen, Chaoqun Liu, Zhaodonghui Li, et al. Lingshu: A generalist foundation model for unified multimodal medical understanding and reasoning.arXiv preprint arXiv:2506.07044, 2025

  38. [46]

    Deep learning in histopathology: the path to the clinic.Nature medicine, 27(5):775–784, 2021

    Jeroen Van der Laak, Geert Litjens, and Francesco Ciompi. Deep learning in histopathology: the path to the clinic.Nature medicine, 27(5):775–784, 2021

  39. [47]

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

    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, 2025

  40. [48]

    Internvl3: Exploring advanced training and test-time recipes for open-source multimodal models.arXiv preprint arXiv:2504.10479, 2025

    Jinguo Zhu, Weiyun Wang, Zhe Chen, Zhaoyang Liu, Shenglong Ye, Lixin Gu, Hao Tian, Yuchen Duan, Weijie Su, Jie Shao, et al. Internvl3: Exploring advanced training and test-time recipes for open-source multimodal models.arXiv preprint arXiv:2504.10479, 2025

  41. [49]

    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, 2025

  42. [50]

    Glm-4.5 v and glm-4.1 v-thinking: Towards versatile multimodal reasoning with scalable reinforcement learning.arXiv preprint arXiv:2507.01006, 2025

    Wenyi Hong, Wenmeng Yu, Xiaotao Gu, Guo Wang, Guobing Gan, Haomiao Tang, Jiale Cheng, Ji Qi, Junhui Ji, Lihang Pan, et al. Glm-4.5 v and glm-4.1 v-thinking: Towards versatile multimodal reasoning with scalable reinforcement learning.arXiv preprint arXiv:2507.01006, 2025. 12

  43. [51]

    Medgemma technical report

    Andrew Sellergren, Sahar Kazemzadeh, Tiam Jaroensri, Atilla Kiraly, Madeleine Traverse, Timo Kohlberger, Shawn Xu, Fayaz Jamil, Cían Hughes, Charles Lau, et al. Medgemma technical report. arXiv preprint arXiv:2507.05201, 2025

  44. [52]

    Medgemma 1.5 technical report.arXiv preprint arXiv:2604.05081, 2026

    Andrew Sellergren, Chufan Gao, Fereshteh Mahvar, Timo Kohlberger, Fayaz Jamil, Madeleine Traverse, Alberto Tono, Bashir Sadjad, Lin Yang, Charles Lau, et al. Medgemma 1.5 technical report.arXiv preprint arXiv:2604.05081, 2026

  45. [53]

    Swift: a scalable lightweight infrastructure for fine-tuning

    Yuze Zhao, Jintao Huang, Jinghan Hu, Xingjun Wang, Yunlin Mao, Daoze Zhang, Zeyinzi Jiang, Zhikai Wu, Baole Ai, Ang Wang, et al. Swift: a scalable lightweight infrastructure for fine-tuning. InProceedings of the AAAI Conference on Artificial Intelligence, volume 39, pages 2973...

Pith tools

Reviewed July 31, 2026 · model on record in the stance chip above.