How can I evaluate GAN generated images quantitatively?

4 ビュー (過去 30 日間)
Aizaz Ansari
Aizaz Ansari 2020 年 11 月 24 日
回答済み: Raynier Suresh 2020 年 11 月 30 日
I am generating new images from a dataset of few thousand original images using DCGAN. I would like to evaluate how good my GAN performs. I am aware of the Inception Score (IS) and Frechet Inception Distance (FID). However, I am hesistant to use these since they utilize a pre-trained classification network whose classes are nowhere near my original images and thus will not be able to identify the new images. What quantitative measures should I use for my case?

回答 (1 件)

Raynier Suresh
Raynier Suresh 2020 年 11 月 30 日
Average Log Likelihood, AM Score, Geometry Score, Precision and recall, Tournament based Method are some of other quantitative measures for GAN.
For Inception Score (IS) and Frechet Inception Distance (FID) instead of using a random pretrained network try using a custom network trained on real images.
For more info on training GAN refer the below link:

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by