Question 30
SRGAN performs photo-realistic super-resolution using a GAN. Which of the following statements are correct?
Its perceptual loss combines a content loss and an adversarial loss, rather than relying on pixel-wise MSE alone.
The content loss is computed on feature maps of a pre-trained VGG network (perceptual similarity), not purely in pixel space.
Purely MSE-optimized solutions tend to be overly smooth because they approximate a pixel-wise average of many plausible HR solutions, losing high-frequency texture.
The adversarial term makes SRGAN maximize PSNR, which is why it always achieves a higher PSNR than the MSE-based SRResNet.