TL;DR
Existing diversity metrics for generative models fail to account for variability induced by prompts. Conditional-Vendi and Conditional-RKE are new metrics that evaluate model-induced diversity by analyzing conditional entropy.
✦ Why It Matters
Engineers can use Conditional-Vendi and Conditional-RKE to better evaluate and enhance diversity in generative AI outputs.
Key Takeaways
Full Summary
Generative AI models, particularly those guided by text prompts, are often evaluated for their fidelity and alignment with prompts, but their output diversity has not been thoroughly assessed. To address this, Conditional-Vendi and Conditional-RKE were developed as new diversity metrics that focus on model-induced variability by leveraging conditional entropy from positive semidefinite matrices.
Conditional-RKE features a convergence rate of O(1/√n), while Conditional-Vendi employs a truncated-spectrum approximation for scalable estimates. Experiments across text-to-image, image-captioning, and large language model (LLM) tasks showed that these conditional scores accurately reflect true diversity rankings.
Additionally, they can guide diffusion models to produce more varied outputs. This advancement provides a more nuanced understanding of generative model performance, particularly in prompt-driven contexts.
Related