paper-with-me

Papers

Assessing Generative Models via Precision and Recall

2018-05-31 · NeurIPS 2018 12 · Mehdi S. M. Sajjadi, Olivier Bachem, Mario Lucic, Olivier Bousquet, Sylvain Gelly

Recent advances in generative modeling have led to an increased interest in the study of statistical divergences as means of model comparison. Commonly used evaluation methods, such as the Frechet Inception Distance (FID), correlate well with the perceived quality of samples and are sensitive to mode dropping. However, these metrics are unable to distinguish between different failure cases since they only yield one-dimensional scores. We propose a novel definition of precision and recall for distributions which disentangles the divergence into two separate dimensions. The proposed notion is intuitive, retains desirable properties, and naturally leads to an efficient algorithm that can be used to evaluate generative models. We relate this notion to total variation as well as to recent evaluation metrics such as Inception Score and FID. To demonstrate the practical utility of the proposed approach we perform an empirical study on several variants of Generative Adversarial Networks and Variational Autoencoders. In an extensive set of experiments we show that the proposed metric is able to disentangle the quality of generated samples from the coverage of the target distribution.

📄 PDF Abstract BibTeX arXiv:1806.00035

Code (4)

msmsajjadi/precision-recall-distributions 공식 구현 tf
ok1zjf/lbae pytorch
raahii/evan pytorch
raahii/video-gans-evaluation pytorch

Similar Papers 제목 키워드 기반

Probabilistic Precision and Recall Towards Reliable Evaluation of Generative Models

2023-09-04 · ICCV 2023 1 · Dogyun Park, Suhyun Kim

Assessing the fidelity and diversity of the generative model is a difficult but important issue for technological advancement. So, recent papers have introduced k-Nearest Neighbor ($k$NN) based precision-recall metrics t…

Diversity

Unifying and extending Precision Recall metrics for assessing generative models

2024-05-02 · Benjamin Sykes, Loic Simon, Julien Rabin

With the recent success of generative models in image and text, the evaluation of generative models has gained a lot of attention. Whereas most generative models are compared in terms of scalar values such as Frechet Inc…

Precision-Recall Curves Using Information Divergence Frontiers

2019-05-26 · Josip Djolonga, Mario Lucic, Marco Cuturi, Olivier Bachem 외

Despite the tremendous progress in the estimation of generative models, the development of tools for diagnosing their failures and assessing their performance has advanced at a much slower pace. Recent developments have …

Image GenerationInformation RetrievalRetrieval

Training Normalizing Flows with the Precision-Recall Divergence

2023-02-01 · Alexandre Verine, Benjamin Negrevergne, Muni Sreenivas Pydi, Yann Chevaleyre

Generative models can have distinct mode of failures like mode dropping and low quality samples, which cannot be captured by a single scalar metric. To address this, recent works propose evaluating generative models usin…

Precision-Recall Divergence Optimization for Generative Modeling with GANs and Normalizing Flows

2023-09-21 · NeurIPS 2023 11

Achieving a balance between image quality (precision) and diversity (recall) is a significant challenge in the domain of generative models. Current state-of-the-art models primarily rely on optimizing heuristics, such as…