HEIST
Pre-trained checkpoint for HEIST: Hierarchical Embeddings for Integrated Spatial Transcriptomics (ICLR 2026).
Model code, training scripts, and tutorials live on GitHub: https://github.com/Graph-and-Geometric-Learning/HEIST
Usage
Clone the repo and install dependencies:
git clone https://github.com/Graph-and-Geometric-Learning/HEIST
cd HEIST
pip install -e .
Then load the pre-trained weights:
from model.model import GraphEncoder
model = GraphEncoder.from_pretrained("HirenMadhu/HEIST")
model.eval()
For a full embedding-extraction tutorial (preprocessing, graph construction, PHATE visualization), see cell_embeddings.ipynb in the GitHub repo.
Citation
@inproceedings{madhu2026heist,
title={{HEIST}: A Graph Foundation Model for Spatial Transcriptomics and Proteomics Data},
author={Madhu, Hiren and Rocha, Jo{\~a}o Felipe and Huang, Tinglin and Viswanath, Siddharth and Krishnaswamy, Smita and Ying, Rex},
booktitle={The Fourteenth International Conference on Learning Representations},
year={2026},
url={https://openreview.net/forum?id=lK82jpa8jr}
}
- Downloads last month
- 335
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support