Quiz Space

Deep Learning for Computer Vision · End Term · 22 Dec 2024 · September 2024 term

Question 1: What is the correct order of operations for processing an…

Question 1

+2 marksOne correct option

What is the correct order of operations for processing an image through a Vision Transformer (ViT)?

  1. A

    Image patching → Positional embedding → Linear projection of flattened patches → Transformer encoder→ Classification head

  2. B

    Image patching → Linear projection of flattened patches → Positional embedding → Transformer encoder→ Classification head

  3. C

    Positional embedding → Image patching → Linear projection of flattened patches → Transformer encoder→ Classification head

  4. D

    Linear projection of Images → Image patching → Positional embedding → Transformer encoder → Classification head

  5. E

    Linear projection of Images → Image patching → Positional embedding → Transformer encoder→ Transformer decoder→ Classification head

Show answer

Correct answer

  • B

    Image patching → Linear projection of flattened patches → Positional embedding → Transformer encoder→ Classification head

Question 1 of 25 in the IIT Madras BS Deep Learning for Computer Vision (Deep Learning for Computer Vision) End Term paper sat on 22 Dec 2024, in the September 2024 term (IIT M DEGREE AN EXAM QDB4 22 Dec 2024). It carries 2 marks.

This question was also asked in

More questions from this paper

  1. Q2Vector Quantized Variational Autoencoder (VQ-VAE) utilizes a discrete latent representation as opposed to continuous la…
  2. Q3Consider a reverse process in a diffusion model where the goal is to reconstruct the original data from the noise. If t…
  3. Q4Figure question
  4. Q5Given two normalized embeddings from CLIP, I = [0.2,−0.5, 0.3, 0.4] for an image and T = [−0.1, 0.6,−0.3], for a text d…
  5. Q6Figure question
  6. Q7Which one of the following statements is false? (Pick the most appropriate one.)
  7. Q8Figure question
  8. Q9Figure question
  9. Q10Consider two 10×10 bounding boxes(one on the upper left and one of the lower right) in an images with an overlapping re…
  10. Q11Figure question
  11. Q12Figure question
  12. Q13Identify the correct sequence of steps in a Canny edge detection pipeline. Steps are listed below: 1. Compute gradient …
  13. Q14Consider an object detection system evaluated on a dataset consisting of 1000 images. The system makes 1500 predictions…
  14. Q15Match the derivative of activation functions f(x) with their counterparts on the right column accordingly. | 1) Leaky R…
  15. Q16Figure question
  16. Q17Which of the following statements are true? (Select all possible correct options)
  17. Q18Based on the above data, answer the given subquestions.
  18. Q19Based on the above data, answer the given subquestions.
  19. Q20For a 3-bit grayscale image, the integral image is given as follows: \begin{bmatrix} 5 & 6 & 8 \ 6 & 9 & 13 \ 7 & 12 & …
  20. Q21What is the size of the feature map after applying two successive convolution operations with given parameters? Image s…
  21. Q22Figure question
  22. Q23Based on the above data, answer the given subquestions.
  23. Q24Based on the above data, answer the given subquestions.
  24. Q25Based on the above data, answer the given subquestions.