REVIEW 2 major objections 5 minor 25 references
Pathology foundation models beat CNNs on robustness, but mid-sized ones already match or beat the billion-parameter systems.
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:26 UTC pith:D6GONDYU
load-bearing objection Solid multi-model PFM robustness benchmark with a real scaling-saturation signal, but NR-Kfold is model-dependent and the clinical leap rests on frozen patch probes. the 2 major comments →
The Good, the Bad, and the Brittle: Benchmarking Robustness and Generalisation of Histopathology Foundation Models
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Pathology foundation models consistently outperform convolutional baselines in both perturbation robustness and domain generalisation, yet robustness and out-of-domain accuracy show clear diminishing returns with parameter count: mid-sized models achieve comparable or greater resilience than billion-parameter systems, so genuine clinical reliability now requires prioritising data quality, multimodality and domain alignment over further scale.
What carries the argument
Perturbation Performance Index (PPI) — the average ROC-AUC of a model across a normalised sweep of constraint budgets for each clinically realistic image transform — together with Non-Redundant K-fold validation that forces entire feature-space clusters into different folds so that train–test similarity is deliberately broken.
Load-bearing premise
That freezing the foundation-model encoder and training only a linear head on patch-level binary tasks under this particular suite of synthetic perturbations and cluster-based folds is a fair proxy for how the models would behave in real multi-centre clinical deployment.
What would settle it
Re-run the same models with full fine-tuning or slide-level aggregation on a true multi-centre external cohort; if the billion-parameter models then clearly outrank the mid-sized ones on both perturbation robustness and domain-shift accuracy, the scaling-saturation claim fails.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper benchmarks twelve pathology foundation models (PFMs) plus ResNet baselines for robustness and domain generalisation on four patch-level histopathology classification tasks. Using the REET toolbox it applies eleven clinically motivated perturbations and summarises performance via a new Perturbation Performance Index (PPI), the average ROC-AUC over a normalised constraint sweep. Domain-shift behaviour is assessed with a Non-Redundant K-fold (NR-Kfold) protocol that clusters each model’s own embeddings and assigns whole clusters to folds. The central empirical claim is that PFMs outperform CNNs, yet both PPI and NR-Kfold ΔAUC exhibit diminishing returns with scale: mid-sized models (UNI2, Virchow-2, etc.) match or exceed billion-parameter systems, implying that future gains should come from data quality, multimodality and domain alignment rather than parameter count alone.
Significance. If the scaling-saturation result holds under more stringent protocols, it supplies a timely, multi-model empirical counterweight to the prevailing “bigger-is-better” narrative in computational pathology and supplies two reusable evaluation tools (PPI and NR-Kfold). The work is strengthened by the breadth of models (twelve PFMs spanning three orders of magnitude), the public REET codebase, and the explicit reporting of weak parameter–robustness correlations together with bootstrap slopes. These elements make the study a useful reference point for both model developers and clinical-validation teams, even if the absolute ranking of any single architecture remains provisional.
major comments (2)
- §2.4 and Fig. 1b: NR-Kfold folds are constructed by cosine k-means on the embeddings of the very encoder under test. Consequently the induced covariate/class-conditional shift is model-dependent; larger models can carve different cluster geometries and therefore experience different effective shifts. Without a fixed reference embedding space (or raw-pixel clustering) applied uniformly to all models, the claim that mid-sized PFMs match or exceed billion-parameter models in domain generalisation cannot be cleanly isolated from this circularity. A sensitivity experiment with a common partition is required before the scaling-saturation conclusion for generalisation can be regarded as established.
- §2.2 and Conclusions §4: All results rest on linear probing of frozen encoders on binary patch-level tasks. The manuscript itself notes this limitation, yet the clinical-reliability recommendation is framed as if the observed mid-size plateau generalises to full fine-tuning and slide-level aggregation. At least one ablation with end-to-end fine-tuning (or a multi-instance head) on a subset of models is needed to test whether the ranking reverses under more realistic training regimes.
minor comments (5)
- Abstract and title: “scaling limites” is a typographical error; correct to “limits”.
- Eq. (1): the discrete approximation of the PPI integral is written with an average over L points; state explicitly whether the τ-grid is uniform in the original constraint or after normalisation, and report L for each perturbation family.
- Fig. 1a(iii) and 1b(iii): the isotonic/LOWESS frontiers are visually helpful, but the exact parameter counts used for each model should be listed in a supplementary table so that the plotted points can be reproduced.
- §2.1: the NCT subsample fractions (10 % train/val, 2.5–10 % test) and the PanNuke neoplastic-nucleus threshold (≥5) are free parameters that affect class balance; a short sensitivity check would strengthen confidence that rankings are stable.
- References [10] and [11] are identical; remove the duplicate.
Circularity Check
Empirical benchmark with minor self-referential NR-Kfold construction (model embeddings define the folds) and self-citation of REET; rankings not forced by construction or tautology.
specific steps
-
other
[§2.4 NR-Kfold Distribution-Shift Evaluation; Fig. 1b(i)]
"each dataset was partitioned into five non-redundant folds by clustering feature embeddings using cosine k-means (k=5) within each class and assigning entire clusters to distinct folds simulating various domain shifts as discussed earlier (see Fig. 1b(i) for an example using Virchow-2 over PanNuke where folds occupy different areas of the feature space)."
The folds that define the 'domain shift' are constructed from the very embeddings of the model being scored. Consequently the covariate/class-conditional shift experienced by each model is a function of that model's own representation geometry; larger or differently trained encoders can induce systematically different cluster separations. The reported ranking of mid-sized vs. billion-parameter models on ΔAUC / fold-wise SD is therefore not measured against a fixed, model-independent distribution shift, introducing a mild self-referential dependence between the evaluation protocol and the quantity being ranked.
-
self citation load bearing
[Abstract; §1; §2.3; ref. [2]]
"We benchmarked twelve pathology foundation models (PFMs) and ResNet baselines using our Robustness Evaluation and Enhancement Toolbox (REET) [2] across eleven clinically realistic perturbations"
REET is introduced and cited as the authors' own prior toolbox (overlapping authors Asif/Minhas). While the citation supplies the perturbation generation machinery that underpins all PPI numbers, it is not a uniqueness theorem or ansatz that forces the mid-size superiority claim; the claim remains an empirical observation obtained by running the toolbox. The self-citation is therefore present and methodologically load-bearing but not circular in the strong sense that collapses the result to an input identity.
full rationale
This is an empirical benchmarking study, not a first-principles derivation. The core claims (PFMs beat ResNets; mid-sized models match or exceed billion-parameter ones on PPI and NR-Kfold ΔAUC) are measurements of public models on public datasets under defined protocols. PPI is simply the integral of observed ROC-AUC over a normalised constraint sweep (Eq. 1); it summarises data rather than predicting it. REET is self-cited ([2], overlapping authors) as the perturbation engine, but the toolbox is a reusable method whose outputs are new measurements, not a uniqueness theorem or ansatz that forces the mid-size ranking. The only mild circularity is that NR-Kfold partitions are built by cosine k-means on the embeddings of the encoder under test (illustrated with Virchow-2; §2.4 and Fig. 1b(i)), so the induced shift is model-dependent and the ΔAUC comparison is not fully isolated from how each model carves feature space. This confounds clean isolation of the scaling claim but does not make ΔAUC equal to an input by algebraic identity or fitted tautology. No fitted-input-as-prediction, no uniqueness imported from authors, no renaming of a known result. Score 2 reflects one non-load-bearing self-reference plus a methodological self-dependence that does not collapse the central empirical result.
Axiom & Free-Parameter Ledger
free parameters (5)
- NR-Kfold cluster count k =
5
- NCT data subsample fractions =
10% train/val; 2.5–10% test
- Perturbation constraint budgets and normalisation to τ∈[0,1]
- Linear-probe training details
- PanNuke neoplastic-nucleus threshold =
≥5 nuclei
axioms (5)
- domain assumption Linear probing of frozen encoders is an adequate probe of foundation-model robustness and generalisation for clinical conclusions.
- domain assumption The eleven REET transformations (noise, brightness, compression, stain/HED, blur, rotation, crop, zoom, etc.) are clinically realistic and cover the relevant perturbation space.
- domain assumption Assigning cosine k-means embedding clusters to distinct folds induces covariate and class-conditional shifts that emulate multi-centre deployment.
- ad hoc to paper PPI, defined as the integral (average) of test ROC-AUC over normalised constraint τ∈[0,1], is a faithful scalar summary of robustness.
- domain assumption Parameter count is a meaningful primary axis for comparing capacity-related robustness gains across heterogeneous PFM architectures.
invented entities (2)
-
Perturbation Performance Index (PPI)
no independent evidence
-
Non-Redundant K-fold (NR-Kfold) protocol
no independent evidence
read the original abstract
How robust and generalisable are pathology foundation models and have their scaling limites been reached? We benchmarked twelve pathology foundation models (PFMs) and ResNet baselines using our Robustness Evaluation and Enhancement Toolbox (REET) across eleven clinically realistic perturbations and a dissimilarity-driven Non-Redundant K-fold validation (NR-Kfold) protocol. We introduce a Perturbation Performance Index (PPI) to summarise accuracy trends under controlled perturbation sweeps and analyse robustness scaling with parameter count. We show that PFMs consistently outperform CNNs in both robustness and domain generalisation, yet model scaling shows diminishing returns: mid-sized models such (UNI2/Virchow-2 etc.) achieve comparable or greater resilience than larger systems. NR-Kfold analysis further reveals systematic accuracy loss and increased variability when training-test similarity is broken, underscoring the need for explicit distribution-shift evaluation. These findings suggest that the next generation of pathology foundation models must prioritise data quality, multimodality information and domain alignment over parameter count to achieve genuine clinical reliability.
Reference graph
Works this paper leans on
-
[1]
INTRODUCTION Deep learning has transformed computational pathol- ogy, enabling automated analysis of large-scale histol- ogy data and discovery of diagnostic and prognostic biomarkers. However, clinical reliability demands more than high test-set accuracy: models must remain stable under staining variation, scanner bias, and imag- ing artefacts that often...
-
[2]
MATERIALS AND METHODS To address these research questions, we implemented a unified robustness and generalisation framework based on the Robustness Evaluation and Enhancement Tool- box (REET) [2], evaluating twelve pathology founda- tion models (PFMs) and ResNet baselines across four different datasets covering diverse, clinically relevant patch-level cla...
Pith/arXiv arXiv 2026
-
[3]
1b(i) for an example using Virchow-2 over PanNuke where folds occupy differ- ent areas of the feature space)
within each class and assigning entire clusters to distinct folds simulating various domain shifts as dis- cussed earlier (see Fig. 1b(i) for an example using Virchow-2 over PanNuke where folds occupy differ- ent areas of the feature space). A linear probe was trained on four folds (with a stratified 30% valida- tion subset) and tested on the held-out fol...
-
[4]
Perturbation based Robustness As shown in Fig
RESULTS AND DISCUSSION 3.1. Perturbation based Robustness As shown in Fig. 1a(ii), robustness patterns were struc- tured by both perturbation category and model fam- ily. Pixel-level distortions (noise, brightness, JPEG compression) remained the most destabilising, pro- ducing the lowest PPIs (≈0.4–0.6), whereas stain and colour-space variations induced m...
-
[5]
PFMs consistently surpass convolu- tional baselines in both robustness and domain general- isation, yet performance gains plateau with increasing scale
CONCLUSIONS This study provides the first comprehensive benchmark of PFMs under controlled perturbations and structured distribution shifts. PFMs consistently surpass convolu- tional baselines in both robustness and domain general- isation, yet performance gains plateau with increasing scale. These results highlight that domain-specific pretraining, data ...
-
[6]
Current pathology foundation models are unrobust to medical center differences,
Edwin D de Jong, Eric Marcus, and Jonas Teuwen, “Current pathology foundation models are unrobust to medical center differences,”arXiv preprint arXiv:2501.18055, 2025
Pith/arXiv arXiv 2025
-
[7]
Reet: robustness evaluation and enhancement toolbox for computational pathology,
Alex Foote, Amina Asif, Nasir Rajpoot, et al., “Reet: robustness evaluation and enhancement toolbox for computational pathology,”Bioinfor- matics, vol. 38, no. 12, pp. 3312–3314, 2022
2022
-
[8]
Domain generalization in computational pathol- ogy: survey and guidelines,
Mostafa Jahanifar, Manahil Raza, Kesi Xu, et al., “Domain generalization in computational pathol- ogy: survey and guidelines,”ACM Computing Surveys, vol. 57, no. 11, pp. 1–37, 2025
2025
-
[9]
A clinical benchmark of pub- lic self-supervised pathology foundation mod- els,
Gabriele Campanella, Shengjia Chen, Manbir Singh, et al., “A clinical benchmark of pub- lic self-supervised pathology foundation mod- els,”Nature Communications, vol. 16, no. 1, pp. 3640, 2025
2025
-
[10]
100,000 histological images of human colorectal cancer and healthy tissue,
Jakob Nikolas Kather, Niels Halama, and Alexander Marx, “100,000 histological images of human colorectal cancer and healthy tissue,” (No Title), 2018
2018
-
[11]
Artificial intelligence for diagnosis and gleason grading of prostate cancer: the panda challenge,
Wouter Bulten, Kimmo Kartasalo, Po- Hsuan Cameron Chen, et al., “Artificial intelligence for diagnosis and gleason grading of prostate cancer: the panda challenge,”Nature medicine, vol. 28, no. 1, pp. 154–163, 2022
2022
-
[12]
Pannuke: an open pan-cancer histology dataset for nuclei instance segmentation and classification,
Jevgenij Gamper, Navid Alemi Koohbanani, Ksenija Benes, et al., “Pannuke: an open pan-cancer histology dataset for nuclei instance segmentation and classification,” inEuropean Congress on Digital Pathology. Springer, 2019, pp. 11–19
2019
-
[13]
Pannuke dataset exten- sion, insights and baselines,
Jevgenij Gamper, Navid Alemi Koohbanani, Si- mon Graham, et al., “Pannuke dataset exten- sion, insights and baselines,”arXiv preprint arXiv:2003.10778, 2020
Pith/arXiv arXiv 2003
-
[14]
Diagnostic assess- ment of deep learning algorithms for detection of lymph node metastases in women with breast cancer,
Babak Ehteshami Bejnordi, Mitko Veta, Paul Jo- hannes Van Diest, et al., “Diagnostic assess- ment of deep learning algorithms for detection of lymph node metastases in women with breast cancer,”Jama, vol. 318, no. 22, pp. 2199–2210, 2017
2017
-
[16]
Deep residual learning for image recogni- tion,
Kaiming He, Xiangyu Zhang, Shaoqing Ren, et al., “Deep residual learning for image recogni- tion,” inProceedings of the IEEE conference on computer vision and pattern recognition, 2016, pp. 770–778
2016
-
[18]
Hibou: A family of founda- tional vision transformers for pathology,
Dmitry Nechaev, Alexey Pchelnikov, and Eka- terina Ivanova, “Hibou: A family of founda- tional vision transformers for pathology,”arXiv preprint arXiv:2406.05074, 2024
Pith/arXiv arXiv 2024
-
[19]
Scaling self-supervised learn- ing for histopathology with masked image mod- eling,
Alexandre Filiot, Ridouane Ghermi, Antoine Olivier, et al., “Scaling self-supervised learn- ing for histopathology with masked image mod- eling,”medRxiv, 2023
2023
-
[20]
Phikon-v2, a large and public feature ex- tractor for biomarker prediction,
Alexandre Filiot, Paul Jacob, Alice Mac Kain, et al., “Phikon-v2, a large and public feature ex- tractor for biomarker prediction,” 2024
2024
-
[21]
Exaonepath 1.0 patch-level foundation model for pathology,
Juseung Yun, Yi Hu, Jinhyung Kim, et al., “Exaonepath 1.0 patch-level foundation model for pathology,”arXiv preprint arXiv:2408.00380, 2024
Pith/arXiv arXiv 2024
-
[23]
A foundation model for clinical-grade computational pathology and rare cancers detec- tion,
Eugene V orontsov, Alican Bozkurt, Adam Cas- son, et al., “A foundation model for clinical-grade computational pathology and rare cancers detec- tion,”Nature Medicine, 2024
2024
-
[24]
Virchow2: Scaling self-supervised mixed magnification models in pathology,
Eric Zimmermann, Eugene V orontsov, Julian Viret, et al., “Virchow2: Scaling self-supervised mixed magnification models in pathology,”arXiv preprint arXiv:2408.00738, 2024
Pith/arXiv arXiv 2024
-
[25]
Towards a general-purpose foundation model for computational pathology,
Richard J Chen, Tong Ding, Ming Y Lu, et al., “Towards a general-purpose foundation model for computational pathology,”Nature Medicine, 2024
2024
-
[26]
A whole-slide foundation model for dig- ital pathology from real-world data,
Hanwen Xu, Naoto Usuyama, Jaspreet Bagga, et al., “A whole-slide foundation model for dig- ital pathology from real-world data,”Nature, 2024
2024
-
[27]
H-optimus-0,
Charlie Saillard, Rodolphe Jenatton, Felipe Llinares-L´opez, et al., “H-optimus-0,”https: //github.com/bioptimus/releases/ tree/main/models/h-optimus/v0, 2024
2024
-
[28]
H-optimus-1,
Bioptimus, “H-optimus-1,”https: //huggingface.co/bioptimus/ H-optimus-1, 2025
2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.