- Generative Adversarial Networks Projects
- Kailash Ahirwar
- 264字
- 2021-07-02 13:38:47
Feature matching
During the training of GANs, we maximize the objective function of the discriminator network and minimize the objective function of the generator network. This objective function has some serious flaws. For example, it doesn't take into account the statistics of the generated data and the real data.
Feature matching is a technique that was proposed by Tim Salimans, Ian Goodfellow, and others in their paper titled Improved Techniques for Training GANs, to improve the convergence of the GANs by introducing a new objective function. The new objective function for the generator network encourages it to generate data, with statistics, that is similar to the real data.
To apply feature mapping, the network doesn't ask the discriminator to provide binary labels. Instead, the discriminator network provides activations or feature maps of the input data, extracted from an intermediate layer in the discriminator network. From a training perspective, we train the discriminator network to learn the important statistics of the real data; hence, the objective is that it should be capable of discriminating the real data from the fake data by learning those discriminative features.
To understand this approach mathematically, let's take a look at the different notations first:
: The activation or feature maps for the real data from an intermediate layer in the discriminator network
: The activation/feature maps for the data generated by the generator network from an intermediate layer in the discriminator network
This new objective function can be represented as follows:

Using this objective function can achieve better results, but there is still no guarantee of convergence.
- 工業(yè)機(jī)器人產(chǎn)品應(yīng)用實(shí)戰(zhàn)
- 傳感器技術(shù)實(shí)驗教程
- OpenStack for Architects
- 傳感器技術(shù)應(yīng)用
- 智能工業(yè)報警系統(tǒng)
- 數(shù)據(jù)掘金
- Red Hat Linux 9實(shí)務(wù)自學(xué)手冊
- TensorFlow Reinforcement Learning Quick Start Guide
- 過程控制系統(tǒng)
- Windows安全指南
- ASP.NET 2.0 Web開發(fā)入門指南
- AVR單片機(jī)工程師是怎樣煉成的
- Natural Language Processing and Computational Linguistics
- Unreal Development Kit Game Design Cookbook
- 網(wǎng)絡(luò)安全概論