Enhanced Image Restoration by GANs using Game Theory

Akshat Kishore,Anupam Kumar,Nobel Dang
DOI: https://doi.org/10.1016/j.procs.2020.06.027
2020-01-01
Procedia Computer Science
Abstract:We propose a deep learning Generative Adversarial Network (GAN) which has two major components Generator Model in which our network is fed with input data and it attempts to figure out the joint probability distribution of the input data in order to generate more data points using the same distribution. We are using variational auto encoders, class-based generators and other generator models. Second model being Discriminator Model in which the network is a simple classifier model which classifies images produced by generator as either same as target image or different from target image. Throughout the process our aim is to get images from generator closest to target image's probability distribution. This entails a competitive environment between the generator and discriminator. Game theory consists of two important concepts regarding this competition known as Minmax Algorithm and Nash EquilibriumUsing the above two concepts in conjugation with the negative-f divergence loss, we restore images using GANs eliminating the prevalent issue of overfitting among contemporary networks and thereby enhancing the image restoration performance of our GAN network.
What problem does this paper attempt to address?