DeepSpot2Cell: Predicting Virtual Single-Cell Spatial Transcriptomics from H&E images using Spot-Level Supervision
August 12, 2026 · View on GitHub
Authors: Kalin Nonchev*, Glib Manaiev*, Viktor Hendrik Koelzer+, Gunnar Rätsch+
The preprint is available here.

DeepSpot2Cell predicts virtual single-cell spatial transcriptomics as follows: (1) During training, the model takes as input (i) the cropped cell tile defined by the segmentation mask, (ii) the full spot tile covering containing the cell (55μm), and (iii) the neighboring spot tile(s). All tiles are first processed through a pathology foundation model (PFM) before being used to train the model to regress spot-level gene expression; (2) During inference, the model takes as input only the cell tile of interest along with (ii) and (iii), again after PFM processing and predicts the virtual transcriptomic profile at the cell level.
News
- [09.2026] Introducing Aurora - a no-code platform for virtual spatial transcriptomics from H&E images. Aurora makes virtual spatial transcriptomics accessible without requiring users to have their own GPUs, with a fully automated workflow designed to ensure that spatial transcriptomics predictions are performed correctly. Try the interactive Aurora demo.
- [06.2026] Meet the next generation of DeepSpot: DeepSpot-M: a multimodal foundation model for transcriptome-wide virtual spatial transcriptomics from histology. Code.
- [01.2026] Invited talk at 10x Genomics Single Cell & Spatial Discovery Symposium, Boris Laukas, 2026, Bern, Switzerland
- [12.2025] Contributed talk at NeurIPS 2025 Workshop on Multi-modal Foundation Models and Large Language Models for Life Sciences, 2025, San Diego, USA
- [10.2025] DeepSpot2Cell: Predicting Virtual Single-Cell Spatial Transcriptomics from H&E images using Spot-Level Supervision at NeurIPS 2025 Imageomics.
Setup
conda env create -f environment.yaml
conda activate deepspot2cell
pip install -e .
Getting Started
You can follow the three-part tutorial notebook series to get started with DeepSpot2Cell:
Pathology Foundation Models
DeepSpot2Cell can be used with different pathology foundation models. The ones it was tested with can be found at their respective Hugging Face pages:
Please adjust the model paths in your config files accordingly.
HEST-1k Dataset
The HEST-1k dataset and its documentation can be found here.
Please adjust the paths in your config files accordingly.
Papers Citing DeepSpot2Cell
- Ninghui Hao, Xinxing Yang, Boshen Yan, Dong Li, Junzhou Huang, Xintao Wu, E. S. Ruiz, Arlene Ruiz de Luzuriaga, Chen Zhao, and Guihong Wan "Histopathology-centered computational evolution of spatial omics: integration, mapping, and foundation models." Briefings in Bioinformatics (2026). DOI
- Ninghui Hao, Xinxing Yang, Boshen Yan, Dong Li, Junzhou Huang, Xintao Wu, E. S. Ruiz, Arlene Ruiz de Luzuriaga, Chen Zhao, and Guihong Wan "Histopathology-centered Computational Evolution of Spatial Omics: Integration, Mapping, and Foundation Models." arXiv.org (2026). DOI
This list is automatically updated weekly via GitHub Actions using the Semantic Scholar and OpenCitations APIs.
Related Projects
- DeepSpot — Predicts spatial transcriptomics from H&E images at spot-level (Visium) and single-cell (Xenium) resolution. Includes 8 TB of predicted TCGA data.
- AESTETIK — AutoEncoder for learning multi-modal spatial transcriptomics representations.
Citation
If you found our work useful, please cite:
@article{nonchev2025deepspot2cell,
title={DeepSpot2Cell: Predicting Virtual Single-Cell Spatial Transcriptomics from H\&E images using Spot-Level Supervision},
author={Nonchev, Kalin and Manaiev, Glib and Koelzer, Viktor H and R{\"a}tsch, Gunnar},
journal={bioRxiv},
pages={2025--09},
year={2025},
publisher={Cold Spring Harbor Laboratory}
}