REVIEW 2 major objections 4 minor 35 references
Robustness of pathology foundation models should be read as a per-sample distribution of signed margins, not a pooled score; doing so exposes a confounder-dominated lower tail in every evaluated encoder and predicts downstream shortcut lear
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 · deepseek-v4-flash
2026-08-01 02:13 UTC pith:H6ZER7ED
load-bearing objection A genuinely new sample-resolved robustness metric with a broad, honest evaluation, but the semantic reading of CRoMa<0 and the universal lower-tail claim need a null baseline before they can be taken at face value. the 2 major comments →
Beyond Counts: A Distributional Robustness Margin For Pathology 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
For each sample, CRoMa_m(i) = (d^OS_m(i) - d^SO_m(i)) / (d^OS_m(i) + d^SO_m(i)), where d^SO is the mean cosine distance to the m=5 nearest neighbours sharing the biological label but from a different centre, and d^OS is the mean distance to the m=5 nearest neighbours sharing the centre but carrying a different biological label. Positive margins signal biology-dominant local geometry; negative margins signal confounder-dominant geometry. Because the margin is defined for every sample, it yields a full distribution over the cohort. The paper's empirical discovery is that no evaluated encoder is uniformly robust: even the most biology-dominant models have a negative lower tail, and the fraction
What carries the argument
The Cross-confounder Robustness Margin (CRoMa) is the central object: a per-sample signed ratio of mean distances to the nearest cross-confounder biological matches (SO) and nearest same-confounder biological distractors (OS), with m=5 neighbours per type. Being a ratio, it is invariant to global rescaling of embedding distances, which is what lets different models and datasets be compared on a common scale; geometrically it equals tan(theta - pi/4) in the typed-distance plane. Its work is to replace a pooled count with an empirical margin distribution, summarised by the median, F(0) (fraction of negative margins), and LTM10 (mean of the worst decile).
Load-bearing premise
The load-bearing premise is that every negative CRoMa margin indicates a sample whose local geometry is dominated by non-biological confounder structure; the paper gives no permutation or null baseline showing that a biology-only representation, or finite-sample nearest-neighbour fluctuation, would not produce comparable negative margins in a cohort of this size.
What would settle it
Reshuffle the confounder labels (or replace the encoder features with a matched representation that preserves biology but removes site signal) and recompute the CRoMa distribution. If a comparable fraction of samples still has CRoMa<0 — for instance, 10-30% lower-tail mass for the best encoders — then negative margins are not diagnostic of confounder dominance, and the universal LTM10<0 finding loses its force. A complementary check: train a model on confounder-shuffled pairs and see whether its lower-tail mass collapses toward zero.
If this is right
- Model rankings by median CRoMa are broadly stable across three tile-level benchmarks and a slide-level benchmark, suggesting the margin captures a reproducible property of an encoder rather than a dataset quirk.
- No encoder is uniformly robust: every tile-level encoder has a confounder-dominated lower tail (LTM10 < 0), so pooled or median robustness scores systematically overstate worst-case deployment behaviour.
- Models with very similar median margins can differ sharply in failure prevalence and severity, so model selection is naturally a Pareto problem balancing typical robustness against tail severity.
- CRoMa computed from frozen embeddings tracks the shortcut-induced performance drop of biased linear probes (pooled in-domain Spearman around 0.84), offering an upstream proxy for transferability without repeated supervised training.
- Because CRoMa assigns every sample a score, low-margin samples can be stratified by centre or biological subclass to locate where transferability is most at risk.
Where Pith is reading between the lines
- An implication the authors leave implicit is that CRoMa lower-tail summaries could serve as a cheap screening rule: run the margin on a small, deliberately structured multi-centre cohort and use F(0)/LTM10 to decide which models warrant expensive external validation.
- The same per-sample margin could be used during pretraining as a signal for early stopping or data weighting to actively discourage confounder dominance, though the paper does not attempt this.
- The universal negative-tail finding invites a null-model check: finite-sample nearest-neighbour statistics may generate negative margins even without confounder structure, so a shuffled-confounder or biology-only baseline would sharpen the semantic claim that CRoMa<0 means confounder dominance.
- The distributional treatment generalises: other geometry metrics (local intrinsic dimension, nearest-neighbour entropy, reach) could be summarised per-sample in the same way, yielding tail-aware robustness profiles for other representation-learning domains.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes CRoMa, a sample-level representation-robustness metric for pathology foundation models. CRoMa compares, for each tile or slide, the mean cosine distance to the m nearest cross-confounder biological matches (SO neighbors) with the mean distance to the m nearest same-confounder biological distractors (OS neighbors), producing a signed margin in (-1,1). The authors argue that this margin is biology-dominant when positive and confounder-dominant when negative, and that aggregating per-sample margins into a median, F(0), and LTM10 yields a distributional robustness profile: typical robustness, failure prevalence, and lower-tail severity. They evaluate 20 frozen tile-level encoders on three PathoROB benchmarks and 4 slide-level encoders on a new PCaBiop benchmark, with a natural-image DINOv2-B control. They report that fixed-k RI and distance-weighted MaRI are nearly equivalent and are limited by low, model-dependent support; that CRoMa rankings are consistent across benchmarks; that every tile encoder has LTM10<0; and that median CRoMa correlates with downstream shortcut-induced performance drops (APD).
Significance. If the central interpretation holds, the paper makes a useful contribution: it identifies a concrete structural flaw in fixed-k robustness metrics (model-dependent sample support) and proposes a simple, scale-free, per-sample measure with a clear geometric reading. The study is empirically broad — 20 tile encoders across three benchmarks plus a slide-level panel — and the paper is unusually transparent about pretraining–evaluation overlap, operating-point choices, and sensitivity sweeps. The authors also state that implementations and evaluation manifests are released, which strengthens reproducibility. The major caveat is that the semantic claim 'CRoMa<0 means confounder dominance' is not calibrated against any null distribution; the universal LTM10<0 result may be partially or wholly a finite-sample/pool-size artifact. The paper also does not demonstrate that its distributional summaries (F(0), LTM10) add predictive value for downstream shortcut susceptibility beyond the median or beyond existing pooled scores. These are fixable with additional analyses, but they are load-bearing for the paper's headline interpretation.
major comments (2)
- [§2.4, §3.3; Eqs. (8)–(13)] The central semantic claim is that CRoMa<0 indicates confounder dominance. CRoMa_m(i) is the sign of a difference between two means of m nearest-neighbor distances, and that sign is not calibrated: it depends on the sizes of the SO and OS candidate pools. In Tolkach-ESCA each anchor has ~1,000 SO candidates but ~2,500 OS candidates (Table 1, Fig. 2); in PCaBiop-ISUP the pools are 250 vs 1,250, as acknowledged in Supp. A.12. A larger OS pool shrinks the expected nearest-OS distance by order-statistic effects alone, biasing CRoMa negative even for a representation with no true confounder signal. The paper uses balanced quartets only for the headline PCaBiop-ISUP CRoMa, but still reports occurrence-level F(0) and LTM10 over the imbalanced pools; Tolkach-ESCA uses the imbalanced pools directly. No permutation, random-feature, or matched-size-pool null is provided anywhere. Consequently, the
- [§3.5, Table 11] The claim that CRoMa 'anticipates downstream shortcut susceptibility' is supported by positive Spearman correlations, but the evidence is weaker than the text implies. Table 11 shows pooled APD_ID correlations of 0.84 for CRoMa versus 0.89 for both RI and MaRI; APD_OOD is 0.78 for CRoMa versus 0.76/0.74 for RI/MaRI. Moreover, the APD analysis uses only the median CRoMa, not F(0) or LTM10. Thus the downstream experiment validates the median margin, not the distributional profile that is the paper's main contribution. To support the distributional claim, please test whether F(0) or LTM10 adds predictive value after conditioning on median CRoMa (or on RI/MaRI), e.g., via partial correlations or a small regression model. Without this, the text overstates what the APD analysis demonstrates.
minor comments (4)
- [§2.7] The text says CRoMa is 'defined on the full evaluation cohort by construction', but it is defined only when at least m SO and m OS candidates exist; this holds for the chosen benchmarks at m=5, but it is a benchmark-design condition rather than a property of the metric. Please state this explicitly.
- [Supp. Table 10] The column labelled 'Boost' is not a ratio of CRoMa values but a between-cohort ratio of the typed-distance odds r = d^OS_m/d^SO_m. Please rename or define this clearly in the caption and text to avoid confusion with CRoMa itself.
- [Throughout] There are several typos and small formatting errors: 'Howver' (§3.4), 'distinc' (§3.5/Table 6 caption), 'completenes' (Supp. A.11), 'resuling' (Fig. 1 caption), 'MarRI' in Table 11 caption, and a duplicated 'and and' in the Discussion. Please copyedit carefully.
- [Tables 3–5] The pooled tables are dense and would benefit from a note explaining that conf bacc and Δ are diagnostic columns, not robustness scores; the bold 'best value' marking is confusing when applied to diagnostic columns.
Circularity Check
No load-bearing circularity: CRoMa is an independently defined margin, validated against external APD probes; the only self-citation is minor and non-load-bearing.
full rationale
The central construction, CRoMa, is defined directly from typed-neighbor distances (Eq. 8-10) and is not fitted to APD, confounder accuracy, or any downstream target. The averaging radius m=5 is fixed a priori and shown to be stable across a sweep (Table 8), so the median CRoMa rankings are not self-fulfilling. The reported association between CRoMa and APD is an empirical correlation between a frozen-representation geometry metric and an independently trained linear-probe protocol, so it is not a fitted input renamed as a prediction. The near-equivalence of RI and MaRI is an empirical result, not a consequence of defining MaRI in terms of RI. The universal LTM10<0 finding is an empirical distributional fact: the metric's definition does not guarantee that the worst-decile mean is negative, so reporting it as evidence of a confounder-dominated lower tail is an interpretation, not a tautology. The paper itself flags a pool-size asymmetry in PCaBiop-ISUP (Section A.12) and mitigates it for the headline CRoMa via quartets, while leaving occurrence-level F(0) and LTM10 on imbalanced pools; this is a calibration/validity concern about the zero boundary, not a circular derivation. The only self-citation is reference [13] for the Prost40M model provenance in Table 2, which is not load-bearing for any robustness claim. The derivation is therefore self-contained; the noted limitations affect external validity, not circularity.
Axiom & Free-Parameter Ledger
free parameters (4)
- m (CRoMa averaging radius) =
5
- MaRI temperature tau =
per-model median typed SO/OS distance
- RI/MaRI neighbourhood size k =
per-model k*; dataset medians 11, 71, 61
- LTM tail fraction alpha =
0.10
axioms (4)
- domain assumption The SO/OS four-way typed-neighbour contrast is a valid operationalization of biology-vs-confounder dominance.
- ad hoc to paper A negative CRoMa margin is interpretable as confounder dominance rather than finite-sample noise.
- domain assumption Class labels shared across centres are biological matches, and centre is the only non-biological confounder.
- standard math Cosine distance on L2-normalized embeddings is a valid similarity geometry for pathology representations.
read the original abstract
Pathology foundation models are approaching clinical deployment, yet remain vulnerable to systematic non-biological variation across centres. Differences in tissue preparation, staining and scanning are strongly encoded in their representations, enabling shortcut learning and weakening generalisation across cohorts and institutions. The Robustness Index (RI) quantifies whether local representation geometry is dominated by biology or by non-biological variation, but its count-based formulation discards distance information. We show that adding distance weights changes little because the deeper limitation lies in RI's pooled, fixed-neighbourhood design, which obscures sample-level heterogeneity and effectively evaluates only a model-dependent subset of samples. We introduce the Cross-confounder Robustness Margin (CRoMa), a sample-resolved measure that directly compares distances to cross-confounder biological matches and same-confounder biological distractors. CRoMa recasts robustness as a cohort-wide margin distribution rather than a single pooled score. We evaluated frozen representations from 20 tile-level encoders across three benchmarks and 4 slide-level encoders on a fourth. Rankings by median CRoMa were broadly consistent across datasets, while the underlying distributions revealed substantial within-model heterogeneity. Every tile encoder retained a confounder-dominated lower tail, whose prevalence and severity varied markedly across models. These distinct robustness profiles frame model selection as a Pareto trade-off between typical and lower-tail robustness. Higher CRoMa was also associated with smaller shortcut-induced performance drops after supervised adaptation. By turning representation geometry into a distributional robustness readout that anticipates downstream shortcut susceptibility, CRoMa provides a principled basis for robustness assessment and model selection.
Figures
Reference graph
Works this paper leans on
-
[1]
Hudson, Ehsan Adeli, Russ Altman, Simran Arora, Sydney von Arx, Michael S
Rishi Bommasani, Drew A. Hudson, Ehsan Adeli, Russ Altman, Simran Arora, Sydney von Arx, Michael S. Bernstein, Jeannette Bohg, Antoine Bosselut, Emma Brunskill, Erik Brynjolf- sson, Shyamal Buch, Dallas Card, Rodrigo Castellon, Niladri Chatterji, Annie Chen, Kathleen Creel, Jared Quincy Davis, Dora Demszky, Chris Donahue, Moussa Doumbouya, Esin Dur- mus, ...
Pith/arXiv arXiv 2022
-
[2]
Artificial intelligence for diagnosis and Gleason grading of prostate cancer: the PANDA challenge.Nature Medicine, 28(1):154–163, 2022
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, 28(1):154–163, 2022
2022
-
[3]
A clinical benchmark of public self-supervised pathology foundation models.Nature Communications, 16(1):3640, 2025
Gabriele Campanella, Shengjia Chen, Manbir Singh, Ruchika Verma, Silke Muehlstedt, Jen- nifer Zeng, Aryeh Stock, Matt Croken, Brandon Veremis, Abdulkadir Elmas, et al. A clinical benchmark of public self-supervised pathology foundation models.Nature Communications, 16(1):3640, 2025
2025
-
[4]
Emerging properties in self-supervised vision transformers, 2021
Mathilde Caron, Hugo Touvron, Ishan Misra, Herv´ e J´ egou, Julien Mairal, Piotr Bojanowski, and Armand Joulin. Emerging properties in self-supervised vision transformers, 2021. arXiv:2104.14294
Pith/arXiv arXiv 2021
-
[5]
Towards a general-purpose foundation model for computational pathology.Nat
Richard J Chen, Tong Ding, Ming Y Lu, Drew F K Williamson, Guillaume Jaume, Andrew H Song, Bowen Chen, Andrew Zhang, Daniel Shao, Muhammad Shaban, Mane Williams, Lukas Oldenburg, Luca L Weishaupt, Judy J Wang, Anurag Vaidya, Long Phi Le, Georg Gerber, Sharifa Sahai, Walt Williams, and Faisal Mahmood. Towards a general-purpose foundation model for computat...
2024
-
[6]
de Jong, Eric Marcus, and Jonas Teuwen
Edwin D. de Jong, Eric Marcus, and Jonas Teuwen. Current pathology foundation models are unrobust to medical center differences, 2025. arXiv:2501.18055
Pith/arXiv arXiv 2025
-
[7]
Biased data, biased AI: deep networks predict the acquisition site of TCGA images.Diagn
Taher Dehkharghanian, Azam Asilian Bidgoli, Abtin Riasatian, Pooria Mazaheri, Clinton J V Campbell, Liron Pantanowitz, H R Tizhoosh, and Shahryar Rahnamayan. Biased data, biased AI: deep networks predict the acquisition site of TCGA images.Diagn. Pathol., 18(1):67, May 2023
2023
-
[8]
Wagner, Andrew H
Tong Ding, Sophia J. Wagner, Andrew H. Song, Richard J. Chen, Ming Y. Lu, Andrew Zhang, Anurag J. Vaidya, Guillaume Jaume, Muhammad Shaban, Ahrong Kim, Drew F. K. Williamson, Harry Robertson, Bowen Chen, Cristina Almagro-P´ erez, Paul Doucet, Sharifa Sahai, Chengkuan Chen, Christina S. Chen, Daisuke Komura, Akihiro Kawabe, Mieko Ochi, Shinya Sato, Tomoyuk...
2025
-
[9]
Distill- ing foundation models for robust and efficient models in digital pathology
Alexandre Filiot, Nicolas Dop, Oussama Tchita, Auriane Riou, R´ emy Dubois, Thomas Peeters, Daria Valter, Marin Scalbert, Charlie Saillard, Genevi` eve Robin, and Antoine Olivier. Distill- ing foundation models for robust and efficient models in digital pathology. InMedical Image 24 Computing and Computer Assisted Intervention – MICCAI 2025, volume 15966 ...
2025
-
[10]
Scaling self-supervised learning for histopathol- ogy with masked image modeling.medRxiv, 2023
Alexandre Filiot, Ridouane Ghermi, Antoine Olivier, Paul Jacob, Lucas Fidon, Alice Mac Kain, Charlie Saillard, and Jean-Baptiste Schiratti. Scaling self-supervised learning for histopathol- ogy with masked image modeling.medRxiv, 2023
2023
-
[11]
Phikon-v2, a large and public feature extractor for biomarker prediction, 2024
Alexandre Filiot, Paul Jacob, Alice Mac Kain, and Charlie Saillard. Phikon-v2, a large and public feature extractor for biomarker prediction, 2024. arXiv:2409.09173
Pith/arXiv arXiv 2024
-
[12]
Shortcut learning in deep neural networks.Nat
Robert Geirhos, J¨ orn-Henrik Jacobsen, Claudio Michaelis, Richard Zemel, Wieland Brendel, Matthias Bethge, and Felix A Wichmann. Shortcut learning in deep neural networks.Nat. Mach. Intell., 2(11):665–673, November 2020
2020
-
[13]
Cl´ ement Grisi, Khrystyna Faryna, Nefise Uysal, Vittorio Agosti, Enrico Munari, Sol` ene- Florence Kammerer-Jacquet, Paulo Guilherme de Oliveira Salles, Yuri Tolkach, Reinhard B¨ uttner, Sofiya Semko, Maksym Pikul, Axel Heidenreich, Jeroen van der Laak, and Geert Litjens. Deep learning from routine histology improves risk stratification for biochemical r...
arXiv 2026
-
[14]
The impact of site-specific digital histology signatures on deep learning model accuracy and bias.Nat
Frederick M Howard, James Dolezal, Sara Kochanny, Jefree Schulte, Heather Chen, Lara Heij, Dezheng Huo, Rita Nanda, Olufunmilayo I Olopade, Jakob N Kather, Nicole Cipriani, Robert L Grossman, and Alexander T Pearson. The impact of site-specific digital histology signatures on deep learning model accuracy and bias.Nat. Commun., 12(1):4423, July 2021
2021
-
[15]
Self-Supervised Visual Feature Learning With Deep Neu- ral Networks: A Survey .IEEE Transactions on Pattern Analysis & Machine Intelligence, 43(11):4037–4058, November 2021
Longlong Jing and Yingli Tian. Self-Supervised Visual Feature Learning With Deep Neu- ral Networks: A Survey .IEEE Transactions on Pattern Analysis & Machine Intelligence, 43(11):4037–4058, November 2021
2021
-
[16]
Saarthak Kapse, Mehmet Ayg¨ un, Elijah Cole, Emma Lundberg, Le Song, and Eric P. Xing. GenBio-PathFM: a state-of-the-art foundation model for histopathology.bioRxiv, 2026
2026
-
[17]
Training state-of-the-art pathology foundation models with orders of magnitude less data, 2025
Mikhail Karasikov, Joost van Doorn, Nicolas K¨ anzig, Melis Erdal Cesur, Hugo Mark Horlings, Robert Berke, Fei Tang, and Sebastian Ot´ alora. Training state-of-the-art pathology foundation models with orders of magnitude less data, 2025. arXiv:2504.05186
Pith/arXiv arXiv 2025
-
[18]
Yousef Kotp, Vincent Quoc-Huy Trinh, Christopher Pal, and Mahdi S. Hosseini. MOOZY: A patient-first foundation model for computational pathology, 2026. arXiv:2603.27048
Pith/arXiv arXiv 2026
-
[19]
Jonah K¨ omen, Edwin D. de Jong, Julius Hense, Hannah Marienwald, Jonas Dippel, Philip Naumann, Eric Marcus, Lukas Ruff, Maximilian Alber, Jonas Teuwen, Frederick Klauschen, and Klaus-Robert M¨ uller. Towards robust foundation models for digital pathology, 2025. arXiv:2507.17845
Pith/arXiv arXiv 2025
-
[20]
Do histopathological foundation models eliminate batch effects? a comparative study, 2024
Jonah K¨ omen, Hannah Marienwald, Jonas Dippel, and Julius Hense. Do histopathological foundation models eliminate batch effects? a comparative study, 2024. arXiv:2411.05489
Pith/arXiv arXiv 2024
-
[21]
Lu, Bowen Chen, Drew F
Ming Y. Lu, Bowen Chen, Drew F. K. Williamson, Richard J. Chen, Ivy Liang, Tong Ding, Guillaume Jaume, Igor Odintsov, Long Phi Le, Georg Gerber, Anil V. Parwani, Andrew Zhang, and Faisal Mahmood. A visual-language foundation model for computational pathology.Nature Medicine, 30(3):863–874, 2024. 25
2024
-
[22]
A generalizable pathology foundation model using a unified knowledge distillation pretraining framework.Nature Biomedical Engineering, 10(3):545–564, 2026
Jiabo Ma, Zhengrui Guo, Fengtao Zhou, Yihui Wang, Yingxue Xu, Jinbang Li, Fang Yan, Yu Cai, Zhengjie Zhu, Cheng Jin, Yi Lin, Xinrui Jiang, Chenglong Zhao, Danyi Li, Anjia Han, Zhenhui Li, Ronald Cheong Kin Chan, Jiguang Wang, Peng Fei, Kwang-Ting Cheng, Shaoting Zhang, Li Liang, and Hao Chen. A generalizable pathology foundation model using a unified know...
2026
-
[23]
A benchmarking crisis in biomedical machine learning.Nature Medicine, 31(4):1060, April 2025
Faisal Mahmood. A benchmarking crisis in biomedical machine learning.Nature Medicine, 31(4):1060, April 2025
2025
-
[24]
MahmoodLab/UNI2-h
Mahmood Lab. MahmoodLab/UNI2-h. Hugging Face model repository,https://huggingf ace.co/MahmoodLab/UNI2-h, 2025
2025
-
[25]
Hibou: a family of foundational vision transformers for pathology, 2024
Dmitry Nechaev, Alexey Pchelnikov, and Ekaterina Ivanova. Hibou: a family of foundational vision transformers for pathology, 2024. arXiv:2406.05074
Pith/arXiv arXiv 2024
-
[26]
Benchmarking foundation models as feature extractors for weakly supervised computational pathology.Nat
Peter Neidlinger, Omar S M El Nahhas, Hannah Sophie Muti, Tim Lenz, Michael Hoffmeister, Hermann Brenner, Marko van Treeck, Rupert Langer, Bastian Dislich, Hans Michael Behrens, Christoph R¨ ocken, Sebastian Foersch, Daniel Truhn, Antonio Marra, Oliver Lester Saldanha, and Jakob Nikolas Kather. Benchmarking foundation models as feature extractors for weak...
2026
-
[27]
DINOv2: Learning robust visual features without supervision, 2024
Maxime Oquab, Timoth´ ee Darcet, Th´ eo Moutakanni, Huy Vo, Marc Szafraniec, Vasil Khali- dov, Pierre Fernandez, Daniel Haziza, Francisco Massa, Alaaeldin El-Nouby, Mahmoud Assran, Nicolas Ballas, Wojciech Galuba, Russell Howes, Po-Yao Huang, Shang-Wen Li, Ishan Misra, Michael Rabbat, Vasu Sharma, Gabriel Synnaeve, Hu Xu, Herv´ e Jegou, Julien Mairal, Pat...
Pith/arXiv arXiv 2024
-
[28]
H-optimus-0.https://github.com/bioptimus/releases/ tree/main/models/h-optimus/v0, 2024
Charlie Saillard, Rodolphe Jenatton, Felipe Llinares-L´ opez, Zelda Mariet, David Cahan´ e, Eric Durand, and Jean-Philippe Vert. H-optimus-0.https://github.com/bioptimus/releases/ tree/main/models/h-optimus/v0, 2024
2024
-
[29]
Mariet, and Rodolphe Jenatton
Marin Scalbert, Charlie Saillard, Thomas Peeters, Liam Gonzalez, Dasha Valter, Fe- lipe Llinares-L´ opez, Zelda E. Mariet, and Rodolphe Jenatton. Abstract LB174: H- optimus-1: a foundation model for computational histopathology.Cancer Research, 86(8 Supplement):LB174, 2026. Model weights:https://huggingface.co/bioptimus/H -optimus-1
2026
-
[30]
George Shaikovski, Adam Casson, Kristen Severson, Eric Zimmermann, Yi Kan Wang, Jeremy D. Kunz, Juan A. Retamero, Gerard Oakley, David Klimstra, Christopher Kanan, Matthew Hanna, Michal Zelechowski, Julian Viret, Neil Tenenholtz, James Hall, Nicolo Fusi, Razik Yousfi, Peter Hamilton, William A. Moye, Eugene Vorontsov, Siqi Liu, and Thomas J. Fuchs. PRISM:...
Pith/arXiv arXiv 2024
-
[31]
A foundation model for clinical-grade computational pathology and rare cancers detection.Nat
Eugene Vorontsov, Alican Bozkurt, Adam Casson, George Shaikovski, Michal Zelechowski, Kristen Severson, Eric Zimmermann, James Hall, Neil Tenenholtz, Nicolo Fusi, Ellen Yang, Philippe Mathieu, Alexander van Eck, Donghun Lee, Julian Viret, Eric Robert, Yi Kan Wang, Jeremy D Kunz, Matthew C H Lee, Jan H Bernhard, Ran A Godrich, Gerard Oakley, Ewan Millar, M...
2024
-
[32]
Nirschl, Joel Neal, Maximilian Diehn, Sen Yang, and Rui- jiang Li
Jinxi Xiang, Xiyue Wang, Xiaoming Zhang, Yinghua Xi, Feyisope Eweje, Yijiang Chen, Yuchen Li, Colin Bergstrom, Matthew Gopaulchan, Ted Kim, Kun-Hsing Yu, Sierra Willens, Francesca Maria Olguin, Jeffrey J. Nirschl, Joel Neal, Maximilian Diehn, Sen Yang, and Rui- jiang Li. A vision–language foundation model for precision oncology.Nature, 638(8051):769– 778, 2025
2025
-
[33]
A whole-slide foundation model for digital pathology from real-world data.Nature, 630(8015):181–188, June 2024
Hanwen Xu, Naoto Usuyama, Jaspreet Bagga, Sheng Zhang, Rajesh Rao, Tristan Naumann, Cliff Wong, Zelalem Gero, Javier Gonz´ alez, Yu Gu, Yanbo Xu, Mu Wei, Wenhui Wang, Shum- ing Ma, Furu Wei, Jianwei Yang, Chunyuan Li, Jianfeng Gao, Jaylen Rosemon, Tucker Bower, Soohee Lee, Roshanthi Weerasinghe, Bill J Wright, Ari Robicsek, Brian Piening, Carlo Bifulco, S...
2024
-
[34]
A multi- modal knowledge-enhanced whole-slide pathology foundation model.Nature Communications, 16(1):11406, 2025
Yingxue Xu, Yihui Wang, Fengtao Zhou, Jiabo Ma, Cheng Jin, Shu Yang, Jinbang Li, Zhengyu Zhang, Chenglong Zhao, Huajun Zhou, Zhenhui Li, Huangjing Lin, Xin Wang, Jiguang Wang, Anjia Han, Ronald Cheong Kin Chan, Li Liang, Xiuming Zhang, and Hao Chen. A multi- modal knowledge-enhanced whole-slide pathology foundation model.Nature Communications, 16(1):11406, 2025
2025
-
[35]
Virchow2: Scaling self-supervised mixed magnification models in pathology, 2024
Eric Zimmermann, Eugene Vorontsov, Julian Viret, Adam Casson, Michal Zelechowski, George Shaikovski, Neil Tenenholtz, James Hall, David Klimstra, Razik Yousfi, Thomas Fuchs, Nicolo Fusi, Siqi Liu, and Kristen Severson. Virchow2: Scaling self-supervised mixed magnification models in pathology, 2024. arXiv:2408.00738. 27 A Supplementary material A.1 Example...
Pith/arXiv arXiv 2024
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.