ZoomLDM - CVPR 2025
Collection
https://histodiffusion.github.io/docs/projects/zoomldm
•
4 items
•
Updated
The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the
loading script
and relying on
automated data support
(you can use
convert_to_parquet
from the datasets
library). If this is not possible, please
open a discussion
for direct help.
Demo dataset for our CVPR 2025 paper "ZoomLDM: Latent Diffusion Model for multi-scale image generation". We extract patches from the Chesapeake land cover dataset.
from datasets import load_dataset
ds = load_dataset("StonyBrook-CVLab/ZoomLDM-demo-dataset-NAIP", name="3x", trust_remote_code=True, split='train')
print(np.array(ds[0]['ssl_feat']).shape)
>>> (1024, 4, 4)
@inproceedings{yellapragada2025zoomldm,
title={ZoomLDM: Latent Diffusion Model for multi-scale image generation},
author={Yellapragada, Srikar and Graikos, Alexandros and Triaridis, Kostas and Prasanna, Prateek and Gupta, Rajarsi and Saltz, Joel and Samaras, Dimitris},
booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference},
pages={23453--23463},
year={2025}
}
@inproceedings{robinson2019large,
title={Large Scale High-Resolution Land Cover Mapping With Multi-Resolution Data},
author={Robinson, Caleb and Hou, Le and Malkin, Kolya and Soobitsky, Rachel and Czawlytko, Jacob and Dilkina, Bistra and Jojic, Nebojsa},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
pages={12726--12735},
year={2019}
}