Two models, Model 1 and Model 2, are used to reconstruct grayscale images with pixel intensity values in the range [0,255]. Their performance is evaluated by computing the Mean Squared Error (MSE) between the reconstructed images and their corresponding ground truth images.
The reported MSE values are:
- Model 1: MSE1=150.25
- Model 2: MSE2=210.90
The Peak Signal-to-Noise Ratio (PSNR) is calculated using the formula:
PSNR=10⋅log10(MSEMAX2),where MAX=255
Based on the above data, answer the given subquestions.
Compute the PSNR for Model 1 (in dB) (rounded to 2 decimal places):