- 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.
- Internet接入·網(wǎng)絡(luò)安全
- Getting Started with Clickteam Fusion
- 圖形圖像處理(Photoshop)
- CSS全程指南
- 離散事件系統(tǒng)建模與仿真
- DevOps:Continuous Delivery,Integration,and Deployment with DevOps
- 工業(yè)機(jī)器人操作與編程
- INSTANT Drools Starter
- 工業(yè)機(jī)器人安裝與調(diào)試
- 西門子變頻器技術(shù)入門及實(shí)踐
- 網(wǎng)站入侵與腳本攻防修煉
- 精通LabVIEW程序設(shè)計(jì)
- 網(wǎng)絡(luò)安全概論
- 大型機(jī)系統(tǒng)應(yīng)用基礎(chǔ)
- QTP自動(dòng)化測(cè)試實(shí)踐