REVIEW 4 major objections 4 minor 3 cited by
A Foundation Model for Spatial Proteomics
T0 review · 4 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read KRONOS claims that one self-supervised vision transformer, pretrained on 47 million multiplexed tissue image patches, can serve as a universal backbone for spatial proteomics, beating task-specific baselines across 11 independent cohorts…
desk verdict A serious resource with strong cell phenotyping results, but the arbitrary-marker-panel claim rests on an unablated 3-to-50 channel shift and the clinical overclaims need trimming. 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 mechanism is the combination of a shared convolutional token-embedding layer with a non-learnable sinusoidal marker encoding, Eq. (2), plus learnable spatial positional encodings, inside a ViT-Small trained with DINO-v2. The shared conv weights mean every channel is treated by the same feature extractor; the marker encoding lets the transformer tell channels apart and, because it is sinusoidal in the marker index, gives new markers a free identity at inference by mapping them to an unused index. Pretraining batches are limited to three channels per image—one nuclear stain and two randomly drawn protein markers—to balance diversity and memory. Downstream, marker-specific embeddings (averaging tokens per marker) and token-specific embeddings (concatenating across markers per location) support both cell-level and pixel-dense tasks. This arrangement is what lets one fixed model switch from 3 to 43 markers without architectural change.
What would settle it
Zero out all but the nuclear channel plus two protein markers during inference on a full-panel cohort: if cell-phenotyping accuracy is unchanged, the extra channels are irrelevant, and if it collapses, the three-marker pretraining does not compose to full panels. A second check is to retrain the same model with six markers per batch and see whether downstream accuracy moves at all.
Extended reading notes
Core claim
The central discovery is that a marker-aware Vision Transformer pretrained with DINO-v2-style self-distillation and masked-image modeling on heterogeneous multiplexed tissue can learn general cell, region, and case-level representations. Each marker channel is embedded by a shared convolutional stem, tagged with a fixed sinusoidal marker index and a 2D positional index, and then processed jointly by the transformer. Because the marker encoding is not learned, an unseen marker can be introduced at inference simply by assigning it the next unused index, and the model accepts any number of channels in any order. Evaluated by linear probing, these frozen embeddings reach balanced accuracies of 0.74–0.80 on 9- to 16-class cell phenotyping, roughly 15–20 points above the best baselines; cross-dataset transfer, few-shot, zero-shot, segmentation-free phenotyping, and retrieval results follow the same pattern. The authors present KRONOS as evidence that a single generalist backbone can unify spatial proteomics analysis.
Load-bearing premise
The model sees only three markers at a time during pretraining but is trusted to work when a dozen or more markers are shown all at once, and the paper never directly tests whether what it learns in triplets survives that leap.
Editorial extensions
If this is right
- Cell phenotyping with 100 labeled cells per class approaches the accuracy of 1,000 labels, so large annotation campaigns could be cut by an order of magnitude.
- A classifier trained on one DLBCL cohort transfers to a second cohort collected elsewhere with only a small accuracy drop, supporting cross-institutional use without re-annotation.
- Patch-level, segmentation-free phenotyping reaches a balanced accuracy of 0.72 on patches whose majority cell type covers the whole patch, suggesting cell segmentation may become optional for many analyses.
- Embedding-space retrieval can act as a reverse image search engine that finds patches with similar cell composition and even matches EBV-positive and EBV-negative tumor microenvironments across datasets.
- Batch-effect experiments on 24 protocol variations show KRONOS embeddings are less separated by technical condition than mean marker expression, pointing toward harmonization across staining protocols.
Reading between the lines
- The paper never ablates the jump from 3-marker pretraining to full-panel inference; a natural test is to zero out all but three channels at inference and check whether accuracy is invariant. If it is, the marker encoding may be doing little beyond channel identification.
- Because marker identity is an arbitrary index, two markers swapped between indices should produce identical embeddings for the same tissue; biological similarity between markers plays no role. This suggests a latent opportunity to replace indices with embeddings derived from protein sequence or antibody specificity.
- The triplet design (nuclear stain plus two proteins) may under-represent co-expression patterns among protein pairs; pretraining with, say, six channels per batch would directly test whether joint protein context matters.
- A similar architecture could be extended to ion-based imaging (IMC/MIBI) if its single-channel-per-acquisition output is reorganized into a channel stack, but the paper's own limitations section notes those modalities are not covered.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces KRONOS, a self-supervised Vision Transformer foundation model for spatial proteomics. The model is pretrained on SPM-47M, a corpus of 47 million single-marker patches spanning 175 protein markers, 16 tissue types, and 8 fluorescence imaging platforms. To handle variable marker counts, KRONOS uses a shared convolutional filter across markers and a sinusoidal marker-identity encoding. The authors evaluate KRONOS on cell phenotyping (three cohorts, up to 16 classes), few-shot and zero-shot phenotyping, patch-level segmentation-free phenotyping, region classification, artifact detection, unsupervised tissue clustering, patient stratification, and cell/patch/case retrieval, comparing against DINO-v2, UNI, CA-MAE, and mean marker expression. The central claim is that a single self-supervised backbone transfers to diverse downstream tasks, achieving state-of-the-art performance and high label efficiency across 11 cohorts. The model and code are publicly released.
Significance. If the central claims hold, KRONOS would be an important contribution to spatial proteomics: a generalist, segmentation-free backbone that reduces annotation cost, supports cross-institutional comparisons, and enables image search across studies. The benchmarking is unusually thorough in scope: multiple independently annotated cohorts, four-fold cross-validation with error bars, few-shot curves, cross-dataset transfer, ablations of architectural choices, and a batch-effect study. The consistent and large margins over strong baselines in cell phenotyping are notable. However, the significance is tempered by two load-bearing concerns: pretraining is performed with exactly three channels while all full-panel evaluation uses 12-50+ channels without an ablation of this mismatch, and the paper does not state that evaluation cohorts were excluded from the pretraining corpus. These issues directly affect the interpretation of the headline 'state-of-the-art' claim.
major comments (4)
- [Online Methods, 'Pretraining batch preparation'; Supplementary Table S4] Pretraining uses exactly three channels per image—one nuclear stain and two randomly selected protein markers—while the cell phenotyping evaluations use 12-18 markers (Supplementary Table S4) and patient stratification uses more than 50 markers. Because self-attention mixes tokens across all channels, the contextualized representation of any marker depends on every other marker in the input. At inference, the attention context jumps from 3 to 12-50 channels, a distribution shift the model has never seen. The claim that 'KRONOS can encode any multiplex image with an arbitrarily large number of markers' is asserted without an ablation varying the number of channels at pretraining or inference. The full-panel results should be accompanied by an experiment that systematically increases the number of channels at inference, or a fine-tuning/adaptation step that closes this gap.
- [Data and code availability; Figure 1A; 'Downstream datasets'] The manuscript nowhere states that the evaluation cohorts were held out from the SPM-47M pretraining corpus. The cHL benchmarking dataset is publicly available on Zenodo, and the DLBCL cohorts are from BIDMC, which is listed in Table S1 as one of the pretraining data sources. If any of the 11 'independent' evaluation cohorts overlap with pretraining, the reported benchmark gains could reflect memorization rather than generalization. The authors must report a clear dataset-level exclusion policy and ideally provide a list of cohort-to-pretraining-source overlaps.
- [Figure 5D; Table S20; Abstract] The patient stratification results on CTCL-P are near chance: KRONOS achieves AUC 0.5900 ± 0.0793 (PCA-64), with a 95% CI that overlaps that of DINO-v2 (0.4400 ± 0.0850) and UNI (0.3550 ± 0.0804) at the upper end. The abstract's claim of 'state-of-the-art performance across ... treatment response prediction' overstates these weak results. The authors should either temper the claim, report paired statistical significance tests across the 100 splits, or restrict the SOTA statement to the datasets where the margin is robust.
- [Eq. (2); 'KRONOS modeling'] Assigning a novel, unseen marker to an arbitrary unused sinusoidal index means that marker identity is represented only by an integer position in the encoding, with no biological grounding and no learned embedding for that marker. The model's ability to 'encode' new markers at inference is therefore untested: the sinusoidal encoding for a marker index never seen in pretraining will produce a vector that may be nonsensical to the initialized weights. An ablation that adds held-out markers with random indices and measures downstream task performance would be necessary to support the generalization claim.
minor comments (4)
- [Online Methods, 'Downstream datasets', DLBCL-2] The text says '31,098,443 cells' but Table S3 reports 1,098,443 total cells; this is likely a typo and should be corrected.
- [Supplementary Table S24] The hyperparameter table lists 'Patch size 224x224' under KRONOS, yet the main text says input patches are 256x256 and tokens are 16x16; please clarify the relationship between the pretraining input size, token size, and the downstream patch extraction.
- [Online Methods, 'Unsupervised clustering of tissue'] There are spelling errors in the methods text: 'startification' should be 'stratification' and 'strafied' should be 'stratified'.
- [Figure 4D] The scatter plot is labeled 'CLR' and 'DII' in the legend, but the axes or the panel could be clearer about which principal component corresponds to which axis; a legend entry for the two case types would improve readability.
Circularity Check
No circularity: KRONOS is pretrained self-supervised without downstream labels, and the reported evaluations are external benchmarks; the 3-channel-to-full-panel gap is an untested assumption, not a circular derivation.
full rationale
The central claim of KRONOS—that self-supervised pretraining on SPM-47M produces transferable spatial-proteomics representations—is not circular. Downstream labels (cell phenotypes, treatment response, EBV status) are never used during pretraining, and no fitted parameter defines the reported accuracy numbers. The representation-learning pipeline is self-contained: Eq. (1) defines a shared convolutional embedding, Eq. (2) defines sinusoidal marker encodings, and the pretraining objective is DINO-v2 self-distillation plus masked image modeling, not a regression toward the evaluation targets. Baselines (DINO-v2, UNI, CA-MAE, mean marker expression) are external comparators evaluated under the same linear-probing protocol. The main weaknesses are robustness and evaluation-validity concerns rather than circularity. First, pretraining batches contain exactly three channels ('Each batch is built to include three markers per image: one nuclear stain marker and two randomly selected protein markers'), while evaluation uses 12-18 or more than 50 markers, and the claim that 'KRONOS can encode any multiplex image with an arbitrarily large number of markers' is asserted without a channel-count ablation; this is an untested distribution-shift assumption, not a logical reduction to the model's inputs. Second, applying SPM-47M normalization statistics to the DINO-v2/UNI/CA-MAE baselines may disadvantage those baselines, but this is a fairness concern, not circularity. Third, several cited datasets and baseline models involve overlapping authors (e.g., UNI, MAPS/cHL), but those citations are used as data sources or comparator models, not to justify the correctness or uniqueness of KRONOS's architecture. No self-definitional step, fitted parameter renamed as a prediction, or load-bearing self-citation chain was found.
Assumptions & free parameters
free parameters (4)
- PCA dimension for patient stratification =
64 or 256 (per dataset)
- Number of markers per pretraining batch =
3 (DAPI + 2 markers)
- Cluster count K in CRC case classification =
4, 8, 16 (best at 8)
- Token size and overlap =
16x16 tokens with no overlap (pretraining)
assumptions (5)
- domain assumption DINO-v2 self-supervised pretraining transfers to downstream tasks
- ad hoc to paper Shared convolutional filter across markers captures marker-specific features
- ad hoc to paper Sinusoidal marker index encodes marker identity
- ad hoc to paper Triplet pretraining generalizes to full marker panels
- domain assumption Manual marker quality control is trustworthy
Cite this review
Pith. "Pith review of A Foundation Model for Spatial Proteomics." pith.science (2026). https://pith.science/paper/7AUP7YEF
@misc{pith2026250603373,
author = {Pith},
title = {Pith review of: A Foundation Model for Spatial Proteomics},
year = {2026},
howpublished = {\url{https://pith.science/paper/7AUP7YEF}},
note = {Machine review of arXiv:2506.03373}
}
read the original abstract
Foundation models have begun to transform image analysis by acting as pretrained generalist backbones that can be adapted to many tasks even when post-training data are limited, yet their impact on spatial proteomics, imaging that maps proteins at single-cell resolution, remains limited. Here, we introduce KRONOS, a foundation model built for spatial proteomics. KRONOS was trained in a self-supervised manner on over 47 million image patches covering 175 protein markers, 16 tissue types, and 8 fluorescence-based imaging platforms. We introduce key architectural adaptations to address the high-dimensional, multi-channel, and heterogeneous nature of multiplex imaging. We demonstrate that KRONOS learns biologically meaningful representations across multiple scales, ranging from cellular and microenvironment to tissue levels, enabling it to address diverse downstream tasks, including cell phenotyping, region classification, and patient stratification. Evaluated across 11 independent cohorts, KRONOS achieves state-of-the-art performance across cell phenotyping, treatment response prediction, and retrieval tasks, and is highly data-efficient. KRONOS also introduces the paradigm of segmentation-free patch-level processing for efficient and scalable spatial proteomics analysis, allowing cross-institutional comparisons, and as an image reverse search engine for spatial patterns. Together, these results position KRONOS as a flexible and scalable tool for spatial proteomics. The model is publicly accessible at https://github.com/mahmoodlab/KRONOS.
Figures
Figures from the paper (3 more)
Forward citations
Cited by 3 Pith papers
-
Evaluating Vision Foundation Models for Pixel and Object Classification in Microscopy
Vision foundation model features improve pixel and object classification in microscopy over hand-crafted features, and object-guided attentive probing (ObAP) can match or beat supervised baselines with very few labels.
-
Towards Robust Foundation Models for Digital Pathology
PathoROB shows that all 20 evaluated pathology foundation models encode medical center information and that lower robustness correlates with larger downstream performance drops.
-
Emerging AI Approaches for Cancer Spatial Omics
A review that groups AI methods for cancer spatial omics into data-driven, constraint-based, and mechanistic modeling paradigms, calling for more interpretable models and mouse-model-generated perturbational data.
Reference graph
Works this paper leans on
-
[1]
Karimi, E. et al. Method of the year 2024: spatial proteomics. Nat Methods 21, 2195–2196 (2024)
work page 2024
-
[2]
de Souza, N., Zhao, S. & Bodenmiller, B. Multiplex protein imaging in tumour biology. Nat. Rev. Cancer 24, 171–191 (2024)
work page 2024
-
[3]
Lundberg, E. & Borner, G. H. Spatial proteomics: a powerful discovery tool for cell biology. Nature Reviews Molecular Cell Biology 20, 285–302 (2019)
work page 2019
-
[4]
Lewis, S. M. et al. Spatial omics and multiplexed imaging to explore cancer biology. Nature methods 18, 997–1012 (2021)
work page 2021
-
[5]
Wu, Z. et al. Graph deep learning for the characterization of tumour microenvironments from spatial protein profiles in tissue specimens. Nature Biomedical Engineering 6, 1435–1448 (2022)
work page 2022
-
[6]
de Souza, N., Zhao, S. & Bodenmiller, B. Multiplex protein imaging in tumour biology. Nature Reviews Cancer 24, 171–191 (2024)
work page 2024
- [7]
-
[8]
Jackson, H. W. et al. The single-cell pathology landscape of breast cancer. Nature 578, 615–620 (2020)
work page 2020
Show all 79 references
-
[9]
Sch ¨urch, C. M. et al. Coordinated cellular neighborhoods orchestrate antitumoral immunity at the colorectal cancer invasive front. Cell 182, 1341–1359 (2020)
2020
-
[11]
Zhu, B. et al. A multi-omics spatial framework for host-microbiome dissection within the intestinal tissue microenvironment. Nature Communications 16, 1230 (2025)
2025
-
[12]
Y .et al
Yeo, Y . Y .et al. Epstein-Barr Virus Orchestrates Spatial Reorganization and Immunomodulation within the Classic Hodgkin Lymphoma Tumor Microenvironment. bioRxiv [Preprint]. 2024.03.05.583586. (2024). 38496566
2024
-
[13]
Lin, J.-R. et al. Multiplexed 3D atlas of state transitions and immune interaction in colorectal cancer. Cell 186, 363–381 (2023)
2023
-
[14]
Keren, L. et al. A structured tumor-immune microenvironment in triple negative breast cancer revealed by multiplexed ion beam imaging. Cell 174, 1373–1387 (2018)
2018
-
[15]
Jiang, S. et al. Combined protein and nucleic acid imaging reveals virus-dependent B cell and macrophage immunosuppression of tissue microenvironments. Immunity 55, 1118–1134 (2022)
2022
-
[16]
Song, A. H. et al. Artificial intelligence for digital and computational pathology. Nature Reviews Bioengineering 1, 930–949 (2023)
2023
-
[17]
Chen, R. J. et al. Towards a general-purpose foundation model for computational pathology. Nature Medicine 30, 850–862 (2024)
2024
-
[18]
Xu, H. et al. A whole-slide foundation model for digital pathology from real-world data. Nature 1–8 (2024). 39
2024
-
[19]
Virchow: A million-slide digital pathology foundation model
V orontsov, E.et al. Virchow: A million-slide digital pathology foundation model. arXiv preprint arXiv:2309.07778 (2023)
2023 arXiv
-
[20]
Shaikovski, G. et al. PRISM: A Multi-Modal Generative Foundation Model for Slide-Level Histopathology. arXiv preprint arXiv:2405.10254 (2024)
2024 arXiv
-
[21]
Filiot, A. et al. Scaling self-supervised learning for histopathology with masked image modeling. medRxiv 2023–07 (2023)
2023
-
[22]
& Saillard, C
Filiot, A., Jacob, P., Mac Kain, A. & Saillard, C. Phikon-v2, a large and public feature extractor for biomarker prediction. arXiv preprint arXiv:2409.09173 (2024)
2024 arXiv
-
[23]
Wang, X. et al. A pathology foundation model for cancer diagnosis and prognosis prediction. Nature 634, 970–978 (2024)
2024
-
[24]
Ding, T. et al. Multimodal whole slide foundation model for pathology. arXiv preprint arXiv:2411.19666 (2024)
2024 arXiv
-
[25]
Zhao, T. et al. A foundation model for joint segmentation, detection and recognition of biomedical objects across nine modalities. Nature methods 1–11 (2024)
2024
-
[26]
& Wang, Y
Xun, D., Wang, R., Zhang, X. & Wang, Y . Microsnoop: A generalist tool for microscopy image representation. The Innovation 5 (2024)
2024
-
[27]
Oquab, M. et al. Dinov2: Learning robust visual features without supervision. arXiv preprint arXiv:2304.07193 (2023)
2023 arXiv
-
[28]
Radtke, A. J. et al. Ibex: an iterative immunolabeling and chemical bleaching method for high-content imaging of diverse tissues. Nature protocols 17, 378–401 (2022)
2022
-
[29]
Radtke, A. J. et al. Multi-omic profiling of follicular lymphoma reveals changes in tissue architecture and enhanced stromal remodeling in high-risk patients. Cancer cell 42, 444–463 (2024)
2024
-
[30]
The human body at cellular resolution: the NIH Human Biomolecular Atlas Program
HuBMAPConsortium. The human body at cellular resolution: the NIH Human Biomolecular Atlas Program. Nature 574, 187–192 (2019)
2019
-
[31]
Lee, J. Y . J., Yeong, J., Lee, L. W. J. N., Loo, L.-H. & Dong, J. 627 immunoatlas: an online public portal for sharing, visualizing, and referencing multiplex immunohistochemistry/immunofluorescence (mihc/if) images and results for immuno-oncology. Journal for Immunotherapy o...
2021
-
[32]
Yeo, E. L. L. et al. Tumor immune microenvironment delineates progression trajectories of distinct nasopharyngeal carcinoma phenotypes. Cell Reports Medicine
-
[33]
Deep Profiling of Mouse Splenic Architecture with CODEX Multiplexed Imaging
Goltsev, Y .et al. Deep Profiling of Mouse Splenic Architecture with CODEX Multiplexed Imaging. Cell 174, 968–981.e15 (2018)
2018
-
[34]
Parra, E. R. et al. Validation of multiplex immunofluorescence panels using multispectral microscopy for immune-profiling of formalin-fixed and paraffin-embedded human tumor tissues. Sci. Rep. 7, 1–11 (2017)
2017
-
[35]
Rivest, F. et al. Fully automated sequential immunofluorescence (seqIF) for hyperplex spatial proteomics. Sci. Rep. 13, 1–14 (2023)
2023
-
[36]
An image is worth 16x16 words: Transformers for image recognition at scale
Dosovitskiy, A. An image is worth 16x16 words: Transformers for image recognition at scale. arXiv preprint arXiv:2010.11929 (2020). 40
2020 arXiv
-
[38]
Caron, M. et al. Emerging properties in self-supervised vision transformers. In Proceedings of the IEEE/CVF international conference on computer vision , 9650–9660 (2021)
2021
-
[39]
Zhou, J. et al. ibot: Image bert pre-training with online tokenizer. arXiv preprint arXiv:2111.07832 (2021)
2021 arXiv
-
[40]
Assran, M. et al. Self-supervised learning from images with a joint-embedding predictive architecture. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 15619–15629 (2023)
2023
-
[41]
& Karaletsos, T
Bao, Y ., Sivanandan, S. & Karaletsos, T. Channel vision transformers: An image is worth c x 16 x 16 words. arXiv preprint arXiv:2309.16108 (2023)
2023 arXiv
-
[42]
Bourriez, N. et al. Chada-vit: Channel adaptive attention for joint representation learning of heterogeneous microscopy images. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 11556–11565 (2024)
2024
-
[43]
& Snijder, B
Pfaendler, R., Hanimann, J., Lee, S. & Snijder, B. Self-supervised vision transformers accurately decode cellular state heterogeneity. Biorxiv 2023–01 (2023)
2023
-
[44]
& Plummer, B
Pham, C. & Plummer, B. Enhancing feature diversity boosts channel-adaptive vision transformers. Advances in Neural Information Processing Systems 37, 89782–89805 (2024)
2024
-
[45]
Doron, M. et al. Unbiased single-cell morphology with self-supervised vision transformers. bioRxiv (2023)
2023
-
[46]
X., Kraus, O
Lu, A. X., Kraus, O. Z., Cooper, S. & Moses, A. M. Learning unsupervised feature representations for single cell microscopy images with paired cell inpainting. PLoS computational biology 15, e1007348 (2019)
2019
-
[47]
Le, T. et al. Analysis of the human protein atlas weakly supervised single-cell classification competition. Nature methods 19, 1221–1229 (2022)
2022
-
[48]
Viana, M. P. et al. Integrated intracellular organization and its variations in human iPS cells. Nature 613, 345–354 (2023)
2023
-
[49]
Moshkov, N. et al. Learning representations for image-based profiling of perturbations. Nature communications 15, 1594 (2024)
2024
-
[50]
C., Leonetti, M
Kobayashi, H., Cheveralls, K. C., Leonetti, M. D. & Royer, L. A. Self-supervised deep learning encodes high-resolution features of protein subcellular localization. Nature methods 19, 995–1003 (2022)
2022
-
[51]
Chen, Z. S. et al. Chammi: A benchmark for channel-adaptive models in microscopy imaging. Advances in Neural Information Processing Systems 36 (2024)
2024
-
[52]
Kraus, O. et al. Masked autoencoders for microscopy are scalable learners of cellular biology. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 11757–11768 (2024)
2024
-
[53]
Kenyon-Dean, K. et al. Vitally consistent: Scaling biological representation learning for cell microscopy. arXiv preprint arXiv:2411.02572 (2024). 41
2024 arXiv
-
[54]
Wenckstern, J. et al. AI-powered virtual tissues from spatial proteomics for clinical diagnostics and biomedical discovery. arXiv preprint arXiv:2501.06039 (2025)
2025
-
[55]
He, K. et al. Masked autoencoders are scalable vision learners. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 16000–16009 (2022)
2022
-
[56]
Giesen, C. et al. Highly multiplexed imaging of tumor tissues with subcellular resolution by mass cytometry. Nat. Methods 11, 417–422 (2014)
2014
-
[57]
Magness, A. et al. Deep cell phenotyping and spatial analysis of multiplexed imaging with tracerx-phlex. Nature Communications 15, 5135 (2024)
2024
-
[58]
Shaban, M. et al. MAPS: pathologist-level cell type annotation from tissue images through machine learning. Nature Communications 15, 28 (2024)
2024
-
[60]
Fay, M. M. et al. Rxrx3: Phenomics map of biology. Biorxiv 2023–02 (2023)
2023
-
[61]
Shaban, M. et al. Data for MAPS: Pathologist-level Cell Type Annotation from Tissue Images through Machine Learning. https://zenodo.org/ (2023). Accessed: 2025-05-22
2023
-
[62]
Y .et al
Yeo, Y . Y .et al. Same-slide spatial multi-omics integration reveals tumor virus-linked spatial reorganization of the tumor microenvironment. bioRxiv (2024)
2024
-
[63]
CellSighter: a neural network to classify cells in highly multiplexed images
Amitay, Y .et al. CellSighter: a neural network to classify cells in highly multiplexed images. Nat. Commun. 14, 1–13 (2023)
2023
-
[64]
Zhang, W. et al. Comparison of QuPath and HALO platforms for analysis of the tumor microenvironment in prostate cancer. bioRxiv 2025.05.16.654590 (2025). URL https://doi.org/10.1101/2025.05.16.654590. 2025.05.16.654590
2025 doi
-
[65]
& Pachitariu, M
Stringer, C., Wang, T., Michaelos, M. & Pachitariu, M. Cellpose: a generalist algorithm for cellular segmentation. Nature methods 18, 100–106 (2021)
2021
-
[66]
Greenwald, N. F. et al. Whole-cell segmentation of tissue images with human-level performance using large-scale data annotation and deep learning. Nature biotechnology 40, 555–565 (2022)
2022
-
[67]
Bai, Y . et al. Adjacent cell marker lateral spillover compensation and reinforcement for multiplexed images. Frontiers in immunology 12, 652631 (2021)
2021
-
[68]
Baker, G. J. et al. Quality control for single-cell analysis of high-plex tissue profiles using CyLinter. Nature Methods 21, 2248–2259 (2024)
2024
-
[69]
Zhu, B. et al. Celllens enables cross-domain information fusion for enhanced cell population delineation in single-cell spatial omics data. Nature Immunology (2025)
2025
-
[70]
& Welling, M
Ilse, M., Tomczak, J. & Welling, M. Attention-based deep multiple instance learning. In Proceedings of the 35th International Conference on Machine Learning , 2132–2141 (2018)
2018
-
[71]
Lu, M. Y . et al. Data-efficient and weakly supervised computational pathology on whole-slide images. Nature biomedical engineering 5, 555–570 (2021). 42
2021
-
[72]
Phillips, D. et al. Immune cell topography predicts response to PD-1 blockade in cutaneous T cell lymphoma. Nat. Commun. 12, 1–18 (2021)
2021
-
[73]
Y .et al
Yeo, Y . Y .et al. Same-Slide Spatial Multi-Omics Integration Reveals Tumor Virus-Linked Spatial Reorganization of the Tumor Microenvironment. bioRxiv [Preprint]. 2024.12.20.629650. (2024). 39764057
2024
-
[74]
& Dieu-Nosjean, M.-C
Teillaud, J.-L., Houel, A., Panouillot, M., Riffard, C. & Dieu-Nosjean, M.-C. Tertiary lymphoid structures in anticancer immunity. Nat. Rev. Cancer 24, 629–646 (2024). 39117919
2024
-
[75]
Pelka, K. et al. Spatially organized multicellular immune hubs in human colorectal cancer. Cell 184, 4734–4752.e20 (2021)
2021
-
[76]
Lee, J. L. & Schaffenrath, J. Benchmarking tissue preparation pilotdata (2024). URL https://doi.org/10.5281/zenodo.11410274
2024 doi
-
[77]
Angelo, M. et al. Multiplexed ion beam imaging of human breast tumors. Nat. Med. 20, 436–442 (2014)
2014
-
[78]
Vaswani, A. et al. Attention is all you need. Advances in neural information processing systems 30 (2017)
2017
-
[79]
& Ivanova, E
Nechaev, D., Pchelnikov, A. & Ivanova, E. Hibou: A family of foundational vision transformers for pathology (2024). URL https://arxiv. org/abs/2406.05074
2024 arXiv
-
[80]
Zimmermann, E. et al. Virchow2: Scaling self-supervised mixed magnification models in pathology. arXiv preprint arXiv:2408.00738 (2024)
2024 arXiv
-
[81]
Chen, X., Xie, S. & He, K. An empirical study of training self-supervised vision transformers. In Proceedings of the IEEE/CVF international conference on computer vision , 9640–9649 (2021)
2021
-
[82]
S. N., C. et al. JUMP Cell Painting dataset: morphological impact of 136,000 chemical and genetic perturbations (2023). [Online; accessed 29. May 2025]. 43 Multiplexed image View 1 View 2 Global crops Local crops Masked global crops Channel-wise token embedding Student modelTe...
2023
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.