HistoPrism: Unlocking Functional Pathway Analysis from Pan-Cancer Histology via Gene Expression Prediction

arXiv Model Architecture Dataset

HistoPrism is a deep learning model designed to bridge the gap between histology images (H&E) and spatial gene expression.

Check out the details in the github repo.

This repository contains the weights for the checkpoints in the paper trained on the HEST v1.1.0 dataset.

πŸ“„ Paper

Title: HistoPrism: Unlocking Functional Pathway Analysis from Pan-Cancer Histology via Gene Expression Prediction
Authors: Hu, Susu and Zeng, Qinghe and Bhasker, Nithya and Kather, Jakob Nicholas and Speidel, Stefanie
Link: ICLR 2026 arXiv

πŸ’» Usage

To load this checkpoint, ensure you have the HistoPrism codebase or compatible model definition.

from huggingface_hub import hf_hub_download
import torch

# Download the model checkpoint
checkpoint_path = hf_hub_download(repo_id="HuSusu/HistoPrism", filename="HistoPrism_split0.ckpt")

# Load weights (Pseudo-code: replace with your actual model class)
# model = HistoPrism(config=...)
# checkpoint = torch.load(path, map_location=map_location)
# model.load_state_dict(checkpoint["model_state"])
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Paper for HuSusu/HistoPrism