REVIEW 4 major objections 6 minor 61 references
Do Multiple Instance Learning Models Transfer?
T0 review · 4 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Supervised MIL models pretrained on pancancer tasks transfer across organs and beat slide foundation models while using far less data.
desk verdict A genuinely useful MIL transfer benchmark whose central empirical finding—pretraining helps on average—is solid, but the abstract oversells 'consistently' and the data-efficiency claim ignores the patch encoder's pretraining budget. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the attention-based aggregation layer inside a MIL model, which pools thousands of patch embeddings into a slide-level representation. The paper's mechanistic evidence is that this layer's learned weights are what transfers: SVCCA shows the pretrained attention layer changes little during finetuning (97.7/100 similarity for standard ABMIL, versus 16.3 from random init), and re-initializing just that layer erases most of the transfer gain (-5.0 average points). The pancancer pretraining tasks PC-43 and PC-108, derived from a 108-class OncoTree hierarchical label set at a single institution, are the source of those initializations.
What would settle it
Re-run the 19-task benchmark reporting every task with a single metric (for example, AUROC computed for multiclass tasks by one-vs-rest averaging) and inspect the per-task pretraining-minus-random differences; if the average advantage vanishes or reverses, the commensurability premise behind 'consistently outperform' collapses. A second decisive test: pretrain a model on one organ and finetune on a large, clinically validated cohort from a different organ not represented in PC-108, and check whether the improvement over random initialization persists with narrow confidence intervals.
Extended reading notes
Core claim
The central discovery is that supervised pretraining of MIL models transfers well in computational pathology, and that the transfer is carried by the aggregation module. The authors evaluate 11 MIL architectures and find that, averaged over 19 classification tasks, every architecture improves with PC-108 pretraining relative to random initialization (average +3.3%), with transformer-based models gaining the most (~5.8%) and simple attention-based ABMIL among the top overall. Pretrained models also excel in few-shot settings: at K=4 samples per class, gains over random initialization reach 171% for one architecture. Using singular-vector canonical correlation analysis and layer-reset experiments, the paper attributes the benefit to the pretrained attention-based aggregation layer: when initialized from PC-108, the attention layer retains near-perfect similarity after finetuning, while resetting it to random weights costs the largest single performance drop. The paper concludes that a pancancer supervised pretraining task can function as a slide foundation model, outperforming CHIEF and GigaPath in 12/15 and 13/15 KNN comparisons (and 11/15 and 10/15 finetuning comparisons) while using substantially less pretraining data.
Load-bearing premise
The summary numbers average AUROC, weighted kappa, and balanced accuracy across 19 tasks with different class counts and chance levels; if that averaging is not a fair way to compare, the exact headline gains (such as +3.3%) are not established, though many individual task comparisons still favor pretraining.
Editorial extensions
If this is right
- Any supervised MIL pretraining, including single-organ tasks on a different organ than the target, is a safe default over random initialization for the benchmarked architectures.
- A 108-class pancancer pretraining task yields frozen slide-level features that are competitive or superior to features from slide foundation models trained on 10–40 times more slides.
- Larger MIL models become more useful when pretrained: PC-108 initialization produces monotonically improving performance up to roughly 5 million parameters for ABMIL, whereas random initialization does not scale smoothly.
- In low-data regimes, pretrained MIL models are markedly more sample-efficient, so transfer can make rare-disease and biomarker tasks feasible with only a handful of slides per class.
Reading between the lines
- If the attention layer is the main thing that transfers, then architecture research should shift toward better pretraining objectives for the aggregator rather than new pooling mechanisms.
- A testable extension is whether even more diverse or multi-institution pancancer label sets push the scaling curve further, since PC-108 comes from a single hospital and may understate what larger supervised pretraining could do.
- The same supervised-transfer recipe could apply to other weakly supervised gigapixel-imaging domains, such as radiology or dermatopathology, where slide-level labels are easier to obtain than pixel-level labels.
- The paper's own single-institution pretraining caveat implies that out-of-distribution drift across hospitals, scanners, and populations remains an open risk that a multi-site replication would need to quantify.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents a large empirical study of transfer learning for multiple instance learning (MIL) models in computational pathology. It evaluates 11 MIL architectures across 21 pretraining tasks and 19 target benchmarks, comparing random initialization to supervised pretraining on single-organ and pancancer tasks in both fine-tuning and frozen-feature (KNN) settings. The authors report that pretrained MIL models on average outperform randomly initialized models, that pancancer pretraining generalizes across organs and tasks, and that a PC-108 pretrained ABMIL can match or exceed slide foundation models (CHIEF, GigaPath) despite using a much smaller pretraining corpus. The paper also analyzes model scaling, few-shot performance, and layer-wise feature stability via SVCCA, and releases a public code and weight repository.
Significance. If the headline claims held as stated, this would be a valuable result: supervised MIL pretraining could be a cheap alternative to self-supervised slide foundation models, and the community would gain a large, standardized benchmark for MIL transfer. The study's scale is a strength: 11 architectures, 19 target tasks, multiple seeds, KNN and fine-tuning protocols, and a released repository. The per-task results showing frequent improvements from PC-108 pretraining are credible and useful. However, several load-bearing claims ('consistently outperform,' 'substantially less pretraining data') are not supported as stated, and an internal inconsistency between Table A4 and Table A6 weakens the robustness check. With corrected claims and analyses, the empirical resource would be a solid contribution.
major comments (4)
- [Section 4.5 / Table 2] The claim that PC-108 uses 'substantially less pretraining data' than CHIEF and GigaPath (Abstract and Section 4.5) is not supported as stated. The PC-108 models evaluated in Table 2 are built on GigaPath's ViT and CTransPath patch encoders, and the main experiments use UNI features (Section 3.2). Those encoders were pretrained on large corpora (GigaPath: 171,189 WSIs; CTransPath: ~15M patches; UNI: >100M patches). Counting only the 3,944 slides used for the MIL aggregator while ignoring the patch encoder's pretraining budget conflates aggregator cost with full-pipeline cost. When the encoder's data are included, PC-108's total pretraining data is comparable to or larger than GigaPath's, not 2.3% of it. The comparison is also asymmetric: GigaPath and CHIEF must learn their patch representations from their own data, whereas the PC-108 models inherit those encoders for free. The per-aggregator comparisons against random initialization remain valid, but the data-efficiency conclusion should be reworded to refer only to aggregator pretraining data, or the full pipeline cost should be counted.
- [Abstract / Section 4.2 / Table 1] The abstract and the introduction bullet claim that pretrained MIL models 'consistently outperform' models trained from scratch. Table 1 reports negative deltas for several architecture-task combinations (e.g., meanMIL BRACS -8.0, ILRA BRACS -3.9, CLAM BRCA -2.7, maxMIL PANDA -0.8). Table A4, the five-seed robustness study, also contains many negative deltas (e.g., ABMIL BRACS-C -2.6, DFTD BCNB-ER -1.0, RRT BCNB-PR -6.2, TransMIL BRCA-ER -4.2). The data support a claim of improvements on average or in the majority of tasks, not 'consistently.' The abstract and Section 4.2 should be revised to match the reported per-task results.
- [Section 4.2 / Table A4 vs Table A6] The robustness statement in Section 4.2 ('In all cases, the performance gains from pretraining remained consistent') is contradicted by Table A4, which shows negative deltas for several tasks. Moreover, Table A4 and Table A6 disagree on the same quantity: Table A4 reports ABMIL BRACS-C Base = 71.4 and PC-108 = 68.8 (delta -2.6), while Table A6 reports Base = 64.1 and PC-108 = 68.5 (delta +4.4). This is a large discrepancy (7.3 points in the Base value) that is not explained by seed variation. The authors should reconcile these tables or clarify whether they use different splits/protocols; as written, the robustness claim is not verifiable.
- [Section 4.2 / Figure 1 / Table 1] The headline average improvements (e.g., +3.3%, +9.8%) average three different metrics (AUROC, weighted kappa, balanced accuracy) across tasks with different chance levels and variances on a single 0-100 scale. This makes the exact averages hard to interpret and potentially dominated by tasks with lower chance baselines. The authors should report per-metric aggregates or a standardized effect size (e.g., difference from chance level) in addition to the raw average. This does not invalidate the qualitative per-task improvements, but it weakens the specific numeric claims in the abstract.
minor comments (6)
- [Section 3.1] Typo: 'tranferrability' should be 'transferability'.
- [Section 2.1] Typo: 'auxilliary' should be 'auxiliary'.
- [Impact Statement] Typo: 'pancancercer' should be 'pancancer'.
- [Section B.1] Typo: 'paramaterized' should be 'parameterized'.
- [Section 3.2] Typo: 'optimzier' should be 'optimizer'.
- [Figure 1 / Table A4 captions] The captions contain 'A verage' with a stray space; please fix to 'Average'.
Circularity Check
No significant circularity: transfer gains are measured against random initialization and external baselines, not derived from fitted quantities.
full rationale
This is an empirical benchmarking study, not a derivation. The central claim that PC-108-pretrained MIL models outperform random initialization is evaluated by direct per-task experiments on 19 public benchmarks with fixed training protocols; the pretrained weights are obtained by supervised training on a separate pancancer label set, and the random-init control uses identical architecture and data, so the comparison is not definitional. The comparison against CHIEF and GigaPath is a head-to-head benchmark on held-out tasks rather than a prediction derived from the paper's own fitted values. Self-citations to the UNI study supply the PC-108/PC-43 tasks and the default UNI patch encoder, but the paper also re-runs key experiments with CTransPath, GigaPath ViT, ResNet-50, UNIv2, and CONCHv1.5 encoders, so the main transfer finding is not forced by a self-citation. One caveat, which is a correctness/accounting issue rather than circularity: the 'substantially less pretraining data' claim in Section 4.5 counts only the 3,944-slide MIL aggregator pretraining set and excludes the patch encoders (UNI, GigaPath ViT, CTransPath) that the evaluated models inherit, so the data-efficiency comparison is asymmetric; however, this does not make the measured transfer deltas circular, since the underlying per-task comparisons remain valid. No equation or fitted input is reused as an output, and no uniqueness theorem or ansatz is imported from the authors' prior work to force the conclusion.
Assumptions & free parameters
assumptions (4)
- domain assumption Pre-extracted patch features from pretrained encoders (UNI, CTransPath, ResNet, GigaPath ViT, UNIv2, CONCHv1.5) are sufficient to capture the information needed for slide-level tasks.
- domain assumption The 19 target tasks and the mixed metrics used (AUROC, weighted kappa, balanced accuracy) can be combined into a single average performance across tasks.
- domain assumption The standard or custom multi-label splits are free of slide-level leakage between training and evaluation.
- standard math SVCCA is a valid tool for quantifying feature stability in MIL networks.
Cite this review
Pith. "Pith review of Do Multiple Instance Learning Models Transfer?." pith.science (2026). https://pith.science/paper/E3MOPJUJ
@misc{pith2026250609022,
author = {Pith},
title = {Pith review of: Do Multiple Instance Learning Models Transfer?},
year = {2026},
howpublished = {\url{https://pith.science/paper/E3MOPJUJ}},
note = {Machine review of arXiv:2506.09022}
}
read the original abstract
Multiple Instance Learning (MIL) is a cornerstone approach in computational pathology (CPath) for generating clinically meaningful slide-level embeddings from gigapixel tissue images. However, MIL often struggles with small, weakly supervised clinical datasets. In contrast to fields such as NLP and conventional computer vision, where transfer learning is widely used to address data scarcity, the transferability of MIL models remains poorly understood. In this study, we systematically evaluate the transfer learning capabilities of pretrained MIL models by assessing 11 models across 21 pretraining tasks for morphological and molecular subtype prediction. Our results show that pretrained MIL models, even when trained on different organs than the target task, consistently outperform models trained from scratch. Moreover, pretraining on pancancer datasets enables strong generalization across organs and tasks, outperforming slide foundation models while using substantially less pretraining data. These findings highlight the robust adaptability of MIL models and demonstrate the benefits of leveraging transfer learning to boost performance in CPath. Lastly, we provide a resource which standardizes the implementation of MIL models and collection of pretrained model weights on popular CPath tasks, available at https://github.com/mahmoodlab/MIL-Lab
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
BRACS: A Dataset for BReAst Carcinoma Subtyping in H&E Histology Images
Brancati, N., Anniciello, A. M., Pati, P., Riccio, D., Scognamiglio, G., Jaume, G., De Pietro, G., Di Bonito, M., Foncubierta, A., Botti, G., Gabrani, M., Feroce, F., and Frucci, M. BRACS : A Dataset for BReAst Carcinoma Subtyping in H & E Histology Images , November 2021. arXiv:2111.04740 [cs, eess, q-bio]
work page Pith review arXiv 2021
-
[2]
Brennan, C. W., Verhaak, R. G. W., McKenna, A., Campos, B., Noushmehr, H., et al. The Somatic Genomic Landscape of Glioblastoma . Cell, 155 0 (2): 0 462--477, October 2013. ISSN 0092-8674
work page 2013
-
[3]
C., Ström, P., Pinckaers, H., et al
Bulten, W., Kartasalo, K., Chen, P.-H. C., Ström, P., Pinckaers, H., et al. Artificial intelligence for diagnosis and Gleason grading of prostate cancer: the PANDA challenge. Nature Medicine, 28 0 (1): 0 154--163, January 2022. ISSN 1546-170X. doi:10.1038/s41591-021-01620-2. Publisher: Nature Publishing Group
-
[4]
G., Geneslaw, L., Miraflor, A., Werneck Krauss Silva, V., Busam, K
Campanella, G., Hanna, M. G., Geneslaw, L., Miraflor, A., Werneck Krauss Silva, V., Busam, K. J., Brogi, E., Reuter, V. E., Klimstra, D. S., and Fuchs, T. J. Clinical-grade computational pathology using weakly supervised deep learning on whole slide images. Nature Medicine, 25 0 (8): 0 1301--1309, August 2019. ISSN 1546-170X. doi:10.1038/s41591-019-0508-1...
-
[5]
A clinical benchmark of public self-supervised pathology foundation models
Campanella, G., Chen, S., Verma, R., Zeng, J., Stock, A., Croken, M., Veremis, B., Elmas, A., Huang, K.-l., Kwan, R., et al. A clinical benchmark of public self-supervised pathology foundation models. arXiv preprint arXiv:2407.06508, 2024
arXiv 2024
-
[6]
D., Alexandrov, A., Kim, J., Wala, J., Berger, A
Campbell, J. D., Alexandrov, A., Kim, J., Wala, J., Berger, A. H., Pedamallu, C. S., Shukla, S. A., Guo, G., Brooks, A. N., Murray, B. A., et al. Distinct patterns of somatic genome alterations in lung adenocarcinomas and squamous cell carcinomas. Nature genetics, 48 0 (6): 0 607--616, 2016
work page 2016
-
[7]
Chen, R. J., Chen, C., Li, Y., Chen, T. Y., Trister, A. D., Krishnan, R. G., and Mahmood, F. Scaling vision transformers to gigapixel images via hierarchical self-supervised learning. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp.\ 16144--16155, 2022
work page 2022
-
[8]
Chen, R. J., Ding, T., Lu, M. Y., Williamson, D. F. K., Jaume, G., Song, A. H., Chen, B., Zhang, A., Shao, D., Shaban, M., Williams, M., Oldenburg, L., Weishaupt, L. L., Wang, J. J., Vaidya, A., Le, L. P., Gerber, G., Sahai, S., Williams, W., and Mahmood, F. Towards a general-purpose foundation model for computational pathology. Nature Medicine, 30 0 (3):...
Show all 61 references
-
[9]
D., Schoenfeld, A
Chen, S., Campanella, G., Elmas, A., Stock, A., Zeng, J., Polydorides, A. D., Schoenfeld, A. J., Huang, K.-l., Houldsworth, J., Vanderbilt, C., and Fuchs, T. J. Benchmarking Embedding Aggregation Methods in Computational Pathology : A Clinical Data Perspective , July 2024 b . ...
2024 arXiv
-
[10]
LongNet : Scaling Transformers to 1,000,000,000 Tokens , July 2023
Ding, J., Ma, S., Dong, L., Zhang, X., Huang, S., Wang, W., Zheng, N., and Wei, F. LongNet : Scaling Transformers to 1,000,000,000 Tokens , July 2023. arXiv:2307.02486 [cs]
2023 arXiv
-
[11]
J., Song, A
Ding, T., Wagner, S. J., Song, A. H., Chen, R. J., Lu, M. Y., Zhang, A., Vaidya, A. J., Jaume, G., Shaban, M., Kim, A., et al. Multimodal whole slide foundation model for pathology. arXiv preprint arXiv:2411.19666, 2024
2024 arXiv
-
[12]
Ericsson, L., Gouk, H., and Hospedales, T. M. How well do self-supervised models transfer? In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 5414--5423, 2021
2021
-
[13]
Does progress on imagenet transfer to real-world datasets? Advances in Neural Information Processing Systems, 36, 2024
Fang, A., Kornblith, S., and Schmidt, L. Does progress on imagenet transfer to real-world datasets? Advances in Neural Information Processing Systems, 36, 2024
2024
-
[14]
A., Satpathy, S., Cao, S., Dhanasekaran, S
Gillette, M. A., Satpathy, S., Cao, S., Dhanasekaran, S. M., Vasaikar, S. V., et al. Proteogenomic Characterization Reveals Therapeutic Vulnerabilities in Lung Adenocarcinoma . Cell, 182 0 (1): 0 200--225.e35, July 2020. ISSN 0092-8674. doi:10.1016/j.cell.2020.06.013
2020 doi
-
[15]
Deep Residual Learning for Image Recognition , December 2015
He, K., Zhang, X., Ren, S., and Sun, J. Deep Residual Learning for Image Recognition , December 2015. arXiv:1512.03385 [cs]
2015 arXiv
-
[16]
Rethinking imagenet pre-training
He, K., Girshick, R., and Doll \'a r, P. Rethinking imagenet pre-training. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pp.\ 4918--4927, 2019
2019
-
[17]
J., and Zou, J
Huang, Z., Bianchi, F., Yuksekgonul, M., Montine, T. J., and Zou, J. A visual--language foundation model for pathology image analysis using medical twitter. Nature medicine, 29 0 (9): 0 2307--2316, 2023
2023
-
[18]
M., and Welling, M
Ilse, M., Tomczak, J. M., and Welling, M. Attention-based Deep Multiple Instance Learning , June 2018. arXiv:1802.04712 [cs]
2018 arXiv
-
[19]
J., and Shin, J
Jang, Y., Lee, H., Hwang, S. J., and Shin, J. Learning what and where to transfer. In International conference on machine learning, pp.\ 3030--3039. PMLR, 2019
2019
-
[20]
J., Williamson, D
Jaume, G., Oldenburg, L., Vaidya, A., Chen, R. J., Williamson, D. F., Peeters, T., Song, A. H., and Mahmood, F. Transcriptomics-guided slide representation learning in computational pathology. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition...
2024
-
[21]
Supervised Contrastive Learning , March 2021
Khosla, P., Teterwak, P., Wang, C., Sarna, A., Tian, Y., Isola, P., Maschinot, A., Liu, C., and Krishnan, D. Supervised Contrastive Learning , March 2021. arXiv:2004.11362 [cs]
2021 arXiv
-
[22]
Big transfer (bit): General visual representation learning
Kolesnikov, A., Beyer, L., Zhai, X., Puigcerver, J., Yung, J., Gelly, S., and Houlsby, N. Big transfer (bit): General visual representation learning. In Computer Vision--ECCV 2020: 16th European Conference, Glasgow, UK, August 23--28, 2020, Proceedings, Part V 16, pp.\ 491--50...
2020
-
[23]
Kornblith, S., Shlens, J., and Le, Q. V. Do better imagenet models transfer better? In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 2661--2671, 2019
2019
-
[24]
Kumar, M., Houlsby, N., Kalchbrenner, N., and Cubuk, E. D. Do better imagenet classifiers assess perceptual similarity better? Transactions on Machine Learning Research, 2022. ISSN 2835-8856
2022
-
[25]
Li, B., Li, Y., and Eliceiri, K. W. Dual-stream Multiple Instance Learning Network for Whole Slide Image Classification with Self -supervised Contrastive Learning , April 2021. arXiv:2011.08939 [cs]
2021 arXiv
-
[26]
Dynamic Graph Representation with Knowledge -aware Attention for Histopathology Whole Slide Image Analysis , March 2024
Li, J., Chen, Y., Chu, H., Sun, Q., Guan, T., Han, A., and He, Y. Dynamic Graph Representation with Knowledge -aware Attention for Histopathology Whole Slide Image Analysis , March 2024. arXiv:2403.07719 [cs]
2024 arXiv
-
[27]
Y., Williamson, D
Lu, M. Y., Williamson, D. F. K., Chen, T. Y., Chen, R. J., Barbieri, M., and Mahmood, F. Data-efficient and weakly supervised computational pathology on whole-slide images. Nature Biomedical Engineering, 5 0 (6): 0 555--570, June 2021. ISSN 2157-846X. doi:10.1038/s41551-020-00...
2021 doi
-
[28]
Y., Chen, B., Williamson, D
Lu, M. Y., Chen, B., Williamson, D. F. K., Chen, R. J., Liang, I., Ding, T., Jaume, G., Odintsov, I., Le, L. P., Gerber, G., Parwani, A. V., Zhang, A., and Mahmood, F. A visual-language foundation model for computational pathology. Nature Medicine, 30 0 (3): 0 863--874, March ...
2024 doi
-
[29]
Understanding the transferability of representations via task-relatedness
Mehra, A., Zhang, Y., and Hamm, J. Understanding the transferability of representations via task-relatedness. In Advances in Neural Information Processing Systems, 2024
2024
-
[30]
Network, C. G. A. R., Brat, D., Verhaak, R., Aldape, K., Yung, W., et al. Comprehensive, Integrative Genomic Analysis of Diffuse Lower - Grade Gliomas . New England Journal of Medicine, 372 0 (26): 0 2481--2498, June 2015. ISSN 0028-4793
2015
-
[31]
What is being transferred in transfer learning? Advances in Neural Information Processing Systems, 33: 0 512--523, 2020
Neyshabur, B., Sedghi, H., and Zhang, C. What is being transferred in transfer learning? Advances in Neural Information Processing Systems, 33: 0 512--523, 2020
2020
-
[32]
DINOv2 : Learning Robust Visual Features without Supervision , February 2024
Oquab, M., Darcet, T., Moutakanni, T., Vo, H., et al. DINOv2 : Learning Robust Visual Features without Supervision , February 2024. arXiv:2304.07193
2024 arXiv
-
[33]
M., Zhang, X., Pang, R
Pruksachatkun, Y., Phang, J., Liu, H., Htut, P. M., Zhang, X., Pang, R. Y., Vania, C., Kann, K., and Bowman, S. Intermediate-task transfer learning with pretrained language models: When and why does it work? In Proceedings of the 58th Annual Meeting of the Association for Comp...
2020
-
[34]
W., Hallacy, C., Ramesh, A., Goh, G., Agarwal, S., Sastry, G., Askell, A., Mishkin, P., Clark, J., Krueger, G., and Sutskever, I
Radford, A., Kim, J. W., Hallacy, C., Ramesh, A., Goh, G., Agarwal, S., Sastry, G., Askell, A., Mishkin, P., Clark, J., Krueger, G., and Sutskever, I. Learning Transferable Visual Models From Natural Language Supervision , February 2021. arXiv:2103.00020 [cs]
2021 arXiv
-
[35]
SVCCA : Singular Vector Canonical Correlation Analysis for Deep Learning Dynamics and Interpretability , November 2017
Raghu, M., Gilmer, J., Yosinski, J., and Sohl-Dickstein, J. SVCCA : Singular Vector Canonical Correlation Analysis for Deep Learning Dynamics and Interpretability , November 2017. arXiv:1706.05806 [stat]
2017 arXiv
-
[36]
Transfusion: Understanding transfer learning for medical imaging
Raghu, M., Zhang, C., Kleinberg, J., and Bengio, S. Transfusion: Understanding transfer learning for medical imaging. Advances in Neural Information Processing Systems, 32, 2019
2019
-
[37]
Do imagenet classifiers generalize to imagenet? In International conference on machine learning, pp.\ 5389--5400
Recht, B., Roelofs, R., Schmidt, L., and Shankar, V. Do imagenet classifiers generalize to imagenet? In International conference on machine learning, pp.\ 5389--5400. PMLR, 2019
2019
-
[38]
S., Rimanic, L., Puigcerver, J., Riquelme, C., Zhang, C., and Lu c i \'c , M
Renggli, C., Pinto, A. S., Rimanic, L., Puigcerver, J., Riquelme, C., Zhang, C., and Lu c i \'c , M. Which model to transfer? finding the needle in the growing haystack. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 9205--9214, 2022
2022
-
[39]
C., Mercea, P
Roetzer-Pejrimovsky, T., Moser, A.-C., Atli, B., Vogel, C. C., Mercea, P. A., Prihoda, R., Gelpi, E., Haberler, C., Höftberger, R., Hainfellner, J. A., Baumann, B., Langs, G., and Woehrer, A. The Digital Brain Tumour Atlas , an open histopathology resource. Scientific Data, 9 ...
2022 doi
-
[40]
M., Savage, S
Satpathy, S., Krug, K., Jean Beltran, P. M., Savage, S. R., Petralia, F., et al. A proteogenomic portrait of lung squamous cell carcinoma. Cell, 184 0 (16): 0 4348--4371.e40, August 2021. ISSN 0092-8674. doi:10.1016/j.cell.2021.07.016
2021 doi
-
[41]
K., Kunz, J
Shaikovski, G., Casson, A., Severson, K., Zimmermann, E., Wang, Y. K., Kunz, J. D., Retamero, J. A., Oakley, G., Klimstra, D., Kanan, C., et al. Prism: A multi-modal generative foundation model for slide-level histopathology. arXiv preprint arXiv:2405.10254, 2024
2024 arXiv
-
[42]
TransMIL : Transformer based Correlated Multiple Instance Learning for Whole Slide Image Classification , October 2021
Shao, Z., Bian, H., Chen, Y., Wang, Y., Zhang, J., Ji, X., and Zhang, Y. TransMIL : Transformer based Correlated Multiple Instance Learning for Whole Slide Image Classification , October 2021. arXiv:2106.00908 [cs]
2021 arXiv
-
[43]
H., Jaume, G., Williamson, D
Song, A. H., Jaume, G., Williamson, D. F., Lu, M. Y., Vaidya, A., Miller, T. R., and Mahmood, F. Artificial intelligence for digital and computational pathology. Nature Reviews Bioengineering, 1 0 (12): 0 930--949, 2023
2023
-
[44]
H., Chen, R
Song, A. H., Chen, R. J., Ding, T., Williamson, D. F. K., Jaume, G., and Mahmood, F. Morphological Prototyping for Unsupervised Slide Representation Learning in Computational Pathology , May 2024. arXiv:2405.11643
2024 arXiv
-
[45]
Feature Re - Embedding : Towards Foundation Model - Level Performance in Computational Pathology , July 2024
Tang, W., Zhou, F., Huang, S., Zhu, X., Zhang, Y., and Liu, B. Feature Re - Embedding : Towards Foundation Model - Level Performance in Computational Pathology , July 2024. arXiv:2402.17228 [cs]
2024 arXiv
-
[46]
On the theory of transfer learning: The importance of task diversity
Tripuraneni, N., Jordan, M., and Jin, C. On the theory of transfer learning: The importance of task diversity. Advances in Neural Information Processing Systems, 33: 0 7852--7862, 2020
2020
-
[47]
H., Ding, T., Wagner, S
Vaidya, A., Zhang, A., Jaume, G., Song, A. H., Ding, T., Wagner, S. J., Lu, M. Y., Doucet, P., Robertson, H., Almagro-Perez, C., et al. Molecular-driven foundation model for oncologic pathology. arXiv preprint arXiv:2501.16652, 2025
2025 arXiv
-
[48]
N., Kaiser, L., and Polosukhin, I
Vaswani, A., Shazeer, N., Parmar, N., Uszkoreit, J., Jones, L., Gomez, A. N., Kaiser, L., and Polosukhin, I. Attention Is All You Need , August 2023. arXiv:1706.03762
2023 arXiv
-
[49]
Virchow: A Million - Slide Digital Pathology Foundation Model , January 2024
Vorontsov, E., Bozkurt, A., Casson, A., Shaikovski, G., Zelechowski, M., et al. Virchow: A Million - Slide Digital Pathology Foundation Model , January 2024. arXiv:2309.07778
2024 arXiv
-
[50]
J., Reisenbüchler, D., West, N
Wagner, S. J., Reisenbüchler, D., West, N. P., Niehues, J. M., Zhu, J., et al. Transformer-based biomarker prediction from colorectal cancer histology: A large-scale multicentric study. Cancer Cell, 41 0 (9): 0 1650--1661.e4, September 2023. ISSN 15356108. doi:10.1016/j.ccell....
2023 doi
-
[51]
Transformer-based unsupervised contrastive learning for histopathological image classification
Wang, X., Yang, S., Zhang, J., Wang, M., Zhang, J., Yang, W., Huang, J., and Han, X. Transformer-based unsupervised contrastive learning for histopathological image classification. Medical Image Analysis, 81: 0 102559, October 2022. ISSN 1361-8415. doi:10.1016/j.media.2022.102559
2022
-
[52]
A pathology foundation model for cancer diagnosis and prognosis prediction
Wang, X., Zhao, J., Marostica, E., Yuan, W., Jin, J., et al. A pathology foundation model for cancer diagnosis and prognosis prediction. Nature, 634 0 (8035): 0 970--978, October 2024. ISSN 1476-4687. doi:10.1038/s41586-024-07894-z. Publisher: Nature Publishing Group
2024 doi
-
[53]
and Zhang, J
Xiang, J. and Zhang, J. Exploring low-rank property in multiple instance learning for whole slide image classification. In The Eleventh International Conference on Learning Representations, 2023
2023
-
[54]
Predicting Axillary Lymph Node Metastasis in Early Breast Cancer Using Deep Learning on Primary Tumor Biopsy Slides
Xu, F., Zhu, C., Tang, W., Wang, Y., Zhang, Y., Li, J., Jiang, H., Shi, Z., Liu, J., and Jin, M. Predicting Axillary Lymph Node Metastasis in Early Breast Cancer Using Deep Learning on Primary Tumor Biopsy Slides . Frontiers in Oncology, 11: 0 759007, October 2021. ISSN 2234-9...
2021
-
[55]
A whole-slide foundation model for digital pathology from real-world data
Xu, H., Usuyama, N., Bagga, J., Zhang, S., Rao, R., Naumann, T., Wong, C., Gero, Z., Gonz \'a lez, J., Gu, Y., et al. A whole-slide foundation model for digital pathology from real-world data. Nature, pp.\ 1--8, 2024 a
2024
-
[56]
A whole-slide foundation model for digital pathology from real-world data
Xu, H., Usuyama, N., Bagga, J., Zhang, S., Rao, R., et al. A whole-slide foundation model for digital pathology from real-world data. Nature, 630 0 (8015): 0 181--188, June 2024 b . ISSN 1476-4687. doi:10.1038/s41586-024-07441-w. Publisher: Nature Publishing Group
2024 doi
-
[57]
Logme: Practical assessment of pre-trained models for transfer learning
You, K., Liu, Y., Wang, J., and Long, M. Logme: Practical assessment of pre-trained models for transfer learning. In International Conference on Machine Learning, pp.\ 12133--12143. PMLR, 2021
2021
-
[58]
E., and Zheng, Y
Zhang, H., Meng, Y., Zhao, Y., Qiao, Y., Yang, X., Coupland, S. E., and Zheng, Y. DTFD - MIL : Double - Tier Feature Distillation Multiple Instance Learning for Histopathology Whole Slide Image Classification , March 2022. arXiv:2203.12081 [cs]
2022 arXiv
-
[59]
Zhao, N., Wu, Z., Lau, R. W. H., and Lin, S. What makes instance discrimination good for transfer learning? In International Conference on Learning Representations, 2021
2021
-
[60]
Convnets vs
Zhou, H.-Y., Lu, C., Yang, S., and Yu, Y. Convnets vs. transformers: Whose visual representations are more transferable? In Proceedings of the IEEE/CVF International Conference on Computer Vision, pp.\ 2230--2238, 2021
2021
-
[61]
Zoph, B., Vasudevan, V., Shlens, J., and Le, Q. V. Learning transferable architectures for scalable image recognition. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 8697--8710, 2018
2018
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.