The Project page for paper: SPARKE: Scalable Prompt-Aware Diversity Guidance in Diffusion Models via RKE Score .
Diffusion models have demonstrated exceptional performance in high-fidelity image synthesis and prompt-based generation. However, achieving sufficient diversity—particularly within semantically similar prompts—remains a critical challenge. Prior methods use diversity metrics as guidance signals, but often neglect prompt awareness or computational scalability.
In this work, we propose SPARKE: Scalable Prompt-Aware Diversity Guidance in Diffusion Models via RKE Score. SPARKE leverages conditional entropy to guide the sampling process with respect to prompt-localized diversity. By employing Conditional Latent RKE Score Guidance, we reduce the computational complexity from
See the project Github Code: https://github.com/mjalali/sparke-diffusers.
To cite this work, please use the following BibTeX entries:
SPARKE Diversity Guidance:
@article{jalali2025sparke,
author = {Mohammad Jalali and Haoyu Lei and Amin Gohari and Farzan Farnia},
title = {SPARKE: Scalable Prompt-Aware Diversity Guidance in Diffusion Models via RKE Score},
journal = {arXiv preprint arXiv:2506.10173},
year = {2025},
url = {https://arxiv.org/abs/2506.10173},
}
RKE Score:
@inproceedings{jalali2023rke,
author = {Jalali, Mohammad and Li, Cheuk Ting and Farnia, Farzan},
booktitle = {Advances in Neural Information Processing Systems},
pages = {9931--9943},
title = {An Information-Theoretic Evaluation of Generative Models in Learning Multi-modal Distributions},
url = {https://openreview.net/forum?id=PdZhf6PiAb},
volume = {36},
year = {2023}
}