paper-with-me

Papers

Towards a Scalable Reference-Free Evaluation of Generative Models

2024-07-03 · Azim Ospanov, Jingwei Zhang, Mohammad Jalali, Xuenan Cao, Andrej Bogdanov, Farzan Farnia

While standard evaluation scores for generative models are mostly reference-based, a reference-dependent assessment of generative models could be generally difficult due to the unavailability of applicable reference datasets. Recently, the reference-free entropy scores, VENDI and RKE, have been proposed to evaluate the diversity of generated data. However, estimating these scores from data leads to significant computational costs for large-scale generative models. In this work, we leverage the random Fourier features framework to reduce the computational price and propose the Fourier-based Kernel Entropy Approximation (FKEA) method. We utilize FKEA's approximated eigenspectrum of the kernel matrix to efficiently estimate the mentioned entropy scores. Furthermore, we show the application of FKEA's proxy eigenvectors to reveal the method's identified modes in evaluating the diversity of produced samples. We provide a stochastic implementation of the FKEA assessment algorithm with a complexity $O(n)$ linearly growing with sample size $n$. We extensively evaluate FKEA's numerical performance in application to standard image, text, and video datasets. Our empirical results indicate the method's scalability and interpretability applied to large-scale generative models. The codebase is available at https://github.com/aziksh-ospanov/FKEA.

📄 PDF Abstract BibTeX arXiv:2407.02961

Code (1)

aziksh-ospanov/fkea 공식 구현 pytorch

Tasks

Diversity

Similar Papers 제목 키워드 기반

Answer Matching Outperforms Multiple Choice for Language Model Evaluation

2025-07-03 · Nikhil Chandak, Shashwat Goel, Ameya Prabhu, Moritz Hardt 외 arxiv

Multiple choice benchmarks have long been the workhorse of language model evaluation because grading multiple choice is objective and easy to automate. However, we show multiple choice questions from popular benchmarks c…

Assessing Reference-Free Peer Evaluation for Machine Translation

2021-04-12 · NAACL 2021 4 · Sweta Agrawal, George Foster, Markus Freitag, Colin Cherry

Reference-free evaluation has the potential to make machine translation evaluation substantially more scalable, allowing us to pivot easily to new languages or domains. It has been recently shown that the probabilities g…

Machine TranslationTranslation

SocREval: Large Language Models with the Socratic Method for Reference-Free Reasoning Evaluation

2023-09-29 · Hangfeng He, Hongming Zhang, Dan Roth

To comprehensively gauge the capacity of current models for complex reasoning, it is crucial to assess their step-by-step reasoning in a scalable manner. Established reference-based evaluation metrics rely on human-annot…

REFLEX: Reference-Free Evaluation of Log Summarization via Large Language Model Judgment

2025-11-06 · Priyanka Mudgal arxiv

Evaluating log summarization systems is challenging due to the lack of high-quality reference summaries and the limitations of existing metrics like ROUGE and BLEU, which depend on surface-level lexical overlap. We intro…

RF-GML: Reference-Free Generative Machine Listener

2024-09-16 · Arijit Biswas, Guanxin Jiang

This paper introduces a novel reference-free (RF) audio quality metric called the RF-Generative Machine Listener (RF-GML), designed to evaluate coded mono, stereo, and binaural audio at a 48 kHz sample rate. RF-GML lever…

Audio Quality AssessmentTransfer Learning