Skip to content

Commit 4b18605

Browse files
committed
Updated on 2024-10-28
1 parent a8148c5 commit 4b18605

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

papers/list.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"title": "Improved Precision and Recall Metric for Assessing Generative Models",
44
"author": "Tuomas Kynkaanniemi et al",
5-
"year": "1192",
5+
"year": "2019",
66
"topic": "generative models, precision, recall",
77
"venue": "NeurIPS 2019",
88
"description": "This paper introduces an improved metric for evaluating generative models by separately measuring precision (quality of generated samples) and recall (coverage/diversity of generated distribution) using k-nearest neighbors to construct non-parametric manifold approximations of real and generated data distributions. The authors demonstrate their metric's effectiveness using StyleGAN and BigGAN, showing how it provides more nuanced insights than existing metrics like FID, particularly in revealing tradeoffs between image quality and variation that other metrics obscure. They use their metric to analyze and improve StyleGAN's architecture and training configurations, identifying new variants that achieve state-of-the-art results, and perform the first principled analysis of truncation methods. Finally, they extend their metric to evaluate individual sample quality, enabling quality assessment of interpolations and providing insights into the shape of the latent space that produces realistic images.",

papers_read.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h1>Here's where I keep a list of papers I have read.</h1>
108108
<tr>
109109
<td>Improved Precision and Recall Metric for Assessing Generative Models</td>
110110
<td>Tuomas Kynkaanniemi et al</td>
111-
<td>1192</td>
111+
<td>2019</td>
112112
<td>generative models, precision, recall</td>
113113
<td>NeurIPS 2019</td>
114114
<td>This paper introduces an improved metric for evaluating generative models by separately measuring precision (quality of generated samples) and recall (coverage/diversity of generated distribution) using k-nearest neighbors to construct non-parametric manifold approximations of real and generated data distributions. The authors demonstrate their metric&#x27;s effectiveness using StyleGAN and BigGAN, showing how it provides more nuanced insights than existing metrics like FID, particularly in revealing tradeoffs between image quality and variation that other metrics obscure. They use their metric to analyze and improve StyleGAN&#x27;s architecture and training configurations, identifying new variants that achieve state-of-the-art results, and perform the first principled analysis of truncation methods. Finally, they extend their metric to evaluate individual sample quality, enabling quality assessment of interpolations and providing insights into the shape of the latent space that produces realistic images.</td>

0 commit comments

Comments
 (0)