Demo dataset for our CVPR 2025 paper "ZoomLDM: Latent Diffusion Model for multi-scale image generation". We extract patches from TCGA-BRCA Whole slide images.
from datasets import load_dataset
ds = load_dataset("StonyBrook-CVLab/ZoomLDM-demo-dataset", name="5x", trust_remote_code=True, split='train')
print(np.array(ds[0]['ssl_feat']).shape)
@InProceedings{Yellapragada_2025_CVPR,
author = {Yellapragada, Srikar and Graikos… See the full description on the dataset page:
https://huggingface.co/datasets/StonyBrook-CVLab/ZoomLDM-demo-dataset-BRCA.