SOTAVerified

Conditional Vendi Score: An Information-Theoretic Approach to Diversity Evaluation of Prompt-based Generative Models

2024-11-05Code Available0· sign in to hype

Mohammad Jalali, Azim Ospanov, Amin Gohari, Farzan Farnia

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Text-conditioned generation models are commonly evaluated based on the quality of the generated data and its alignment with the input text prompt. On the other hand, several applications of prompt-based generative models require sufficient diversity in the generated data to ensure the models' capability of generating image and video samples possessing a variety of features. However, most existing diversity metrics are designed for unconditional generative models, and thus cannot distinguish the diversity arising from variations in text prompts and that contributed by the generative model itself. In this work, our goal is to quantify the prompt-induced and model-induced diversity in samples generated by prompt-based models. We propose an information-theoretic approach for internal diversity quantification, where we decompose the kernel-based entropy H(X) of the generated data X into the sum of the conditional entropy H(X|T), given text variable T, and the mutual information I(X; T) between the text and data variables. We introduce the Conditional-Vendi score based on H(X|T) to quantify the internal diversity of the model and the Information-Vendi score based on I(X; T) to measure the statistical relevance between the generated data and text prompts. We provide theoretical results to statistically interpret these scores and relate them to the unconditional Vendi score. We conduct several numerical experiments to show the correlation between the Conditional-Vendi score and the internal diversity of text-conditioned generative models. The codebase is available at https://github.com/mjalali/conditional-vendi.

Tasks

Reproductions