- Generative Adversarial Networks Projects
- Kailash Ahirwar
- 270字
- 2021-07-02 13:38:45
The Fréchet inception distance
To overcome the various shortcomings of the inception Score, the Fréchlet Inception Distance (FID) was proposed by Martin Heusel and others in their paper, GANs Trained by a Two Time-Scale Update Rule Converge to a Local Nash Equilibrium (https://arxiv.org/pdf/1706.08500.pdf).
The equation to calculate the FID score is as follows:

The preceding equation represents the FID score between the real images, x, and the generated images, g. To calculate the FID score, we use the Inception network to extract the feature maps from an intermediate layer in the Inception network. Then, we model a multivariate Gaussian distribution, which learns the distribution of the feature maps. This multivariate Gaussian distribution has a mean of and a covariance of
, which we use to calculate the FID score. The lower the FID score, the better the model, and the more able it is to generate more diverse images with higher quality. A perfect generative model will have an FID score of zero. The advantage of using the FID score over the Inception score is that it is robust to noise and that it can easily measure the diversity of the images.
There are more scoring algorithms available that have been recently proposed by researchers in academia and industry. We won't be covering all of these here. Before reading any further, take a look at another scoring algorithm called the Mode Score, information about which can be found at the following link: https://arxiv.org/pdf/1612.02136.pdf.
- ABB工業機器人編程全集
- Java實用組件集
- Apache Hive Essentials
- CSS全程指南
- 深度學習中的圖像分類與對抗技術
- Hadoop Real-World Solutions Cookbook(Second Edition)
- iClone 4.31 3D Animation Beginner's Guide
- 80x86/Pentium微型計算機原理及應用
- PostgreSQL 10 Administration Cookbook
- Mastering ServiceNow Scripting
- 筆記本電腦維修90個精選實例
- 激光選區熔化3D打印技術
- 單片機技術項目化原理與實訓
- 簡明學中文版Photoshop
- ROS Robotics By Example(Second Edition)