Super-Resolution Tutorial
Enhancing visual quality of satellite imagery with ESRGAN.
Concept
Upscale low-resolution (LR) inputs to high-resolution (HR) outputs.
Training
Generator Loss
Combination of pixel loss, perceptual loss, and adversarial loss.
\mathcal{L}_G = \lambda_1 \mathcal{L}_{L1} + \lambda_2 \mathcal{L}_{VGG} + \lambda_3 \mathcal{L}_{Adv}