Quiz Space

Deep Learning for Computer Vision · End Term · 10 May 2026 · January 2026 term

Question 20: Input image: 64×64. Convolution: kernel 7×7, stride 2, p…

Question 20

+4 marksNumerical answer

Input image: 64×64. Convolution: kernel 7×7, stride 2, padding 3. Compute output spatial size.

Show answer

Correct answer: 32

Question 20 of 22 in the IIT Madras BS Deep Learning for Computer Vision (Deep Learning for Computer Vision) End Term paper sat on 10 May 2026, in the January 2026 term (Deep Learning For Computer Vision 06 May 26). It carries 4 marks.

More questions from this paper

  1. Q1A standard RGB image of size 256×256 is stored as 8-bit unsigned integers per channel. What is the total memory (in byt…
  2. Q2Which statement is correct?
  3. Q3You apply a 5×5 filter with stride 1 and no padding on a 32×32 image. Output size is:
  4. Q4The Sobel operator primarily estimates:
  5. Q5SIFT is designed to be robust mainly to:
  6. Q6In classical scale-space theory, increasing σ in Gaussian smoothing generally:
  7. Q7Backpropagation is best described as:
  8. Q8Which is a key effect of momentum?
  9. Q9L2 regularization on weights most directly encourages:
  10. Q10A key reason CNNs are parameter-efficient compared to fully connected nets for images is:
  11. Q11Stacking multiple 3×3 convolutions (stride 1) increases receptive field because:
  12. Q12In Faster R-CNN, the Region Proposal Network (RPN) outputs:
  13. Q13Which statement is correct ?
  14. Q14Vanishing gradients in vanilla RNNs occur mainly due to:
  15. Q15Select all correct statements:
  16. Q16Select all correct statements :
  17. Q17Select all correct statements:
  18. Q18Box A: top-left (0,0), bottom-right (8,8). Box B: top-left (4,4), bottom-right (12,12). Compute IoU as a decimal.
  19. Q19For a single query, suppose similarity with the positive is s+=2 and with two negatives are s1=1, s2=0. InfoNCE loss: L…
  20. Q21A fully connected network maps input 100 → hidden 50 → output 10. Ignore bias. What is the total number of weights?
  21. Q22Input feature map has M=64 channels. You apply depthwise 3×3 followed by pointwise 1×1 to produce N=128 channels. Ignor…