How to evaluate the image generated with CycleGAN?
Show older comments
A network is trained using unsupervised data from both a 'good' image dataset and a 'noisy' image dataset with GAN. Subsequently, the trained network reconstructs the noisy image, resulting in a 'generated image' or 'denoised image'. At this point, we have both the 'noisy image' and the 'generated image,' with no 'real image' or 'target image' available.
Traditional image evaluation functions like "ssim(generated images, target image)" (and many other image evaluation functions) may not be suitable in this scenario for comparing the 'noisy image' and the 'generated image.' Also, metrics such as 'Frechet Inception Distance (FID)' and 'Inception Score (IS)' are commonly used to assess the distribution to evaluate the GAN model.
Given this context, what would be the most appropriate evaluation methods to measure the quality of images generated by the trained GAN network, with only the 'noisy-image' and the 'generated-image' (and the trained network)?
Your insights and wisdom on this matter are highly appreciated.
Thank you
Accepted Answer
More Answers (1)
Categories
Find more on Image Category Classification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!