Summary
This paper introduces the Fourier-based Kernel Entropy Approximation (FKEA) metric, which efficiently evaluates the diversity of generated samples. The key contributions of this work are twofold: (1) Compared to existing diversity metrics such as VENDI and RKE, the proposed metrics (i.e, FKEA-VENDI and FKEA-RKE) are more computationally efficient, reducing complexity to $O(n)$ for a sample size $n$. (2) The proposed metric is reference-free and can be used to assess the performance of large-scale image, text, and video datasets for generative models. Extensive experimental results demonstrate the effectiveness of the proposed metric.
Strengths
- The paper writing has a clear structure and the theoretical results are technically sound.
- The proposed metric exhibits improved theoretical computational efficiency (i.e., Line 13) and can be calculated without sophisticated hardware setups (Line 245).
- The method can be broadly applied to assess the performance of various generative models for images, texts, and videos.
Weaknesses
- The proposed evaluation method relies on a number of parameters, e.g., $\sigma$ and $r$. The values of these parameters seem to vary significantly according to different tasks. For example, the authors adopt $2r=4,000$ and $\sigma=7$ for the experiment on the MNIST dataset, and $2r=16,000$ and $\sigma=25$ for the experiment on the ImageNet dataset. How these parameters influence the evaluation results remains unexplored. (See Questions 1 and 2)
- The paper could be improved by incorporating a toy example to illustrate the difference between reference-dependent and reference-free metrics. The discussions in Sections 1 and 2 are not concrete enough. (See Question 3)
- One of the key contributions of this paper is the theoretical improvements in the computational complexities of the FKEA-based metrics. An evaluation time comparison between FKEA-based metrics (e.g., FKEA-VENDI and FKEA-RKE) and their original metrics (e.g., VENDI and RKE) is missing. (See Question 4)
---
**Minor Point**
- There is a typo (i.e., $x \to \mathbf{x}$) in Line 157.
Questions
1. The proposed metrics require stochastic approximations on expectations (i.e., $\mathbf{x}$ and $\boldsymbol{\omega}$). Could the authors report the variances of the evaluation results? Additionally, can the authors provide guidelines for choosing a sufficient number of samples?
2. Is there any underlying intuition for selecting $\sigma$ and $r$? Will an inappropriate selection of $\sigma$ and $r$ lead to an inaccurate assessment of the true generative quality?
3. Could the authors provide experimental results to demonstrate that reference-dependent metrics (e.g., Recall and Coverage) may fail to measure sample quality, while reference-free metrics may be successful?
4. Could the authors provide an evaluation time comparison between the calculation of FKEA-based metrics and their original metrics? For example, an evaluation time comparison between FKEA-VENDI and VENDI would be helpful.
Limitations
The authors have allocated a section (i.e., Line 292) for the discussion of potential limitations.