Quiz Space

Deep Learning for Computer Vision · Quiz 2 · 16 Aug 2026 · May 2026 term

Question 11: In Inception/GoogLeNet modules, the main purpose of 1×1 …

Question 11

+2 marksOne correct option

In Inception/GoogLeNet modules, the main purpose of 1×1 convolutions is to:

  1. A

    Increase spatial resolution

  2. B

    Reduce channel dimensionality (bottleneck) and add non-linearity

  3. C

    Replace pooling

  4. D

    Implement residual learning

Show answer

Correct answer

  • B

    Reduce channel dimensionality (bottleneck) and add non-linearity

Video solution

The video solution to this question is being recorded and will play here. Until then, the answer key is above.

Question 11 of 22 in the IIT Madras BS Deep Learning for Computer Vision (Deep Learning for Computer Vision) Quiz 2 paper sat on 16 Aug 2026, in the May 2026 term (Deep Learning For Computer Vision 16 Aug 26). It carries 2 marks.

More questions from this paper

  1. Q1Why do very deep plain CNNs (without skip connections) sometimes show higher training error than shallower CNNs?
  2. Q2MobileNetV1 reduces computation primarily by using:
  3. Q3EfficientNet’s key scaling idea is:
  4. Q4Which technique most directly helps reduce catastrophic forgetting early in fine-tuning?
  5. Q5Which method produces a heatmap by weighting convolutional feature maps using gradients of a target class score?
  6. Q6Which detector is a classic two-stage detector with an RPN + ROI feature extraction?
  7. Q7RetinaNet is notable primarily because it introduced:
  8. Q8A model that predicts a class label for every pixel without separating object instances is:
  9. Q9Which statement is true?
  10. Q10In a standard ResNet-50 bottleneck block, the three convolutions are typically:
  11. Q12Which statement is most accurate?
  12. Q13Vanishing gradients in vanilla RNNs are largely caused by:
  13. Q14Which statements can be true in practice when fine-tuning with small batch sizes?
  14. Q15Which statements are true ?
  15. Q16Which statements are true?
  16. Q17Input feature map: 14×14×128, output: 14×14×256, kernel: 3×3, stride 1, same padding, ignore bias.\ Compute number of p…
  17. Q18Input feature map: 14×14×128, output: 14×14×256, kernel: 3×3, stride 1, same padding, ignore bias, compute total MACs (…
  18. Q19A ResNet bottleneck block takes 256 channels in and uses:\ 1×1 conv to 256 channels → 3×3 conv at 256 → 1×1 conv to 102…
  19. Q20A detector uses three pyramid levels: P3 = 80×80, P4 = 40×40, P5 = 20×20. At each location, it uses 9 anchors (3 scales…
  20. Q21Box A: top-left (2,2), bottom-right (10,12) Box B: top-left (6,5), bottom-right (14,15) Compute IoU rounded to 3 decima…
  21. Q22Let query q = [1,2]^T and keys:k1 = [1,0]^T, k2 = [0,1]^T, k3 = [1,1]^T. Scores si = q^T ki. Use softmax over scores. U…