Quiz Space

Deep Learning Practice · End Term · 31 Aug 2025 · May 2025 term · Set QDB1

Question 20: Two models, Model 1 and Model 2, are used to reconstruct…

Question 20

+1.5 marksNumerical answer

Two models, Model 1 and Model 2, are used to reconstruct grayscale images with pixel intensity values in the range [0,255][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=205.80\text{MSE}_1 = 205.80
  • Model 2: MSE2=180.50\text{MSE}_2 = 180.50

The Peak Signal-to-Noise Ratio (PSNR) is calculated using the formula:

PSNR=10⋅log⁡10(MAX2MSE),where MAX=255\text{PSNR} = 10 \cdot \log_{10}\left(\frac{MAX^2}{\text{MSE}}\right), \quad \text{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) :

Show answer

Correct answer: 25.00

Question 20 of 22 in the IIT Madras BS Deep Learning Practice (Deep Learning Practice) End Term paper sat on 31 Aug 2025, in the May 2025 term (IIT M DEGREE AN EXAM QDB3 31 Aug 2025). It carries 1.5 marks.

More questions from this paper

  1. Q1Consider the task of applying a convolutional layer with a stride of 1 to an image of size 227 × 227 (Grayscale), while…
  2. Q2Figure question
  3. Q3You are given the following CNN architectures: AlexNet VGG-19 Inception-v3 ResNet-50 Which of the following correctly o…
  4. Q4Consider the following PyTorch CNN model used for a classification task on a small dataset of 64 \times 64 RGB images: …
  5. Q5You are building an image classifier for the Nature12K dataset, which contains 12 categories of natural scenes (i.e., 1…
  6. Q6The diagram below represents the block-wise flow of an unsupervised depth estimation pipeline using left-right stereo i…
  7. Q7Consider the original U-Net architecture.\ Which of the following statements about the convolutional and pooling operat…
  8. Q8Which of the following are valid advantages of using Convolutional Neural Networks (CNNs) instead of fully connected Mu…
  9. Q9In the Faster R-CNN architecture, the Region Proposal Network (RPN) plays a critical role in object detection.\ Which o…
  10. Q10Which of the following are valid advantages of YOLO compared to Fast R-CNN or Faster R-CNN?
  11. Q11Which of the following are advantages of ResNet over VGG-19?
  12. Q12Which of the following code snippets can be used for data augmentation during training in PyTorch?
  13. Q13Which of the following statements are correct regarding Generative Adversarial Networks (GANs)?
  14. Q14SRGAN and ESRGAN are both deep learning architectures designed for single image super- resolution. Which of the followi…
  15. Q15The Multi-stage Progressive Image Restoration Network (MPRNet) is a state-of-the-art architecture for tasks like image …
  16. Q16You are given a feature map of size 32 \times 32 \times 128 (height \times width \times channels). Three convolution op…
  17. Q17Figure question
  18. Q18You are evaluating an object detection model using the Mean Intersection over Union (mIoU) metric. The model predicts t…
  19. Q19Figure question
  20. Q21Two models, Model 1 and Model 2, are used to reconstruct grayscale images with pixel intensity values in the range [0, …
  21. Q22Two models, Model 1 and Model 2, are used to reconstruct grayscale images with pixel intensity values in the range [0, …