A Generative Adversari AL Network Based Deep Learning Method For Low Quality Defect Image Reconstruction and Recognition
A Generative Adversari AL Network Based Deep Learning Method For Low Quality Defect Image Reconstruction and Recognition
Figure 1: Architecture
In the architecture first raw image data is taken as input .Input should be in image format. After that image
undergo under the image data acquisition .image data acquisition is a step in the image preprocessing. It is a
process to retrieving image from external source this is used for further processing. After image data
acquisition the image undergo under image preprocessing .In the image preprocessing the image is formatted
for suiting the model. This includes resizing of image etc. Later image degrading is done which means the losing
the quality of image.
This degraded image is sent to GAN model. It is basically a network consist of two neural networks. These two
networks compete with each other and produce the changes in the data. It is unsupervised machine learning
technique which consist of two networks generator network, discriminator network. The work of generator
network is to take input data and the input image of low quality defect image and generate high resolution
image. The work of discriminator is to recognize whether the reconstructed image having high quality
compared to the defect image.
Model inference allows the user to communicate with the model. Then the super resolution image is produced
as output. Then after PSNR(peak-signal-to-noise-),SSIM(structure similarity index measure),MSE(mean square
error) values are calculate