uiz Space

January 2024 term · Deep Learning for Computer Vision · BSDA5006

Deep Learning for Computer Vision Quiz 1: 25 February 2024 (January 2024 term)

The IIT Madras BS Deep Learning for Computer Vision (Deep Learning for Computer Vision) Quiz 1 paper sat on 25 Feb 2024, in the January 2024 term: 23 questions for 36 marks in 120 minutes. Every question is below with its answer. Take it as a timed mock test to be marked, or read it through first.

Questions
23
Marks
36
Duration
120 min
MCQ
8
MSQ
2
Numerical
11
Written
2

Updated

Official paper: IIT M DEGREE AN2 EXAM QDB2 25 Feb 2024 · No negative marking.

Question 1

+2 marksOne correct option
  1. A

    1→ ii, 2→ ii, 3 → iv, 4→ i

  2. B

    1→ ii, 2→iv, 3 → i, 4→ iii

  3. C

    1→ ii, 2→ ii, 3 → iv, 4→ iii

  4. D

    1→ ii, 2→ iv, 3 → v, 4→ iii

Show answer

Correct answer

  • D

    1→ ii, 2→ iv, 3 → v, 4→ iii

Question 2

+2 marksOne correct option

Which of the following statements is True

  1. A

    Gaussian filter is Separable filter because it is non linear.

  2. B

    Median filter is a non separable filter

  3. C

    Gaussian filter is a High Pass filter.

  4. D

    Mean filter is a non separable filter because it is non linear

Show answer

Correct answer

  • B

    Median filter is a non separable filter

Question 3

+2 marksOne correct option

Which of the following statements is false regarding SIFT and SURF?

  1. A

    SIFT and SURF are two most useful approaches to detect and match features because they are invariant to scale, rotation, translation, illumination, and blur

  2. B

    SURF is better than SIFT in rotation invariance, blur and warp transform

  3. C

    SURF is 3 times faster than SIFT because of its use of integral image and box filter

  4. D

    descriptors with dimensions lower than 128 perform pretty well across a range of matching tasks

Show answer

Correct answer

  • D

    descriptors with dimensions lower than 128 perform pretty well across a range of matching tasks

Question 4

+2 marksOne correct option

Identify the correct sequence of steps in a Canny edge detection pipeline. Steps listed below: 1. Compute gradient magnitude and direction
2. Connect individual components
3. Smoothen the image
4. Non-maximum suppression along the edge
5. Threshold into strong, weak or no edge
6. Non-maximum suppression perpendicular to the edge

  1. A

    3→ 1→ 4→ 5 → 2

  2. B

    3→ 5→ 1→ 4 → 2

  3. C

    3→ 1→ 6→ 5 → 2

  4. D

    3→ 1→ 5→ 6 → 2

Show answer

Correct answer

  • C

    3→ 1→ 6→ 5 → 2

Question 5

+2 marksOne correct option
  1. A

    1→iii, 2 → iv, 3→ i,4→ v

  2. B

    1→ii, 2→i, 3→iv,4→iii

  3. C

    1→iii, 2→i, 3→iv,4→ii

  4. D

    1→iv, 2→i, 3→iii,4→ii

Show answer

Correct answer

  • D

    1→iv, 2→i, 3→iii,4→ii

Question 6

+2 marksOne correct option

In RANSAC, what is the probability that the algorithm never selects a whole set of inliers from 20 data points (which has 5 inliers in total) for k = 2 time steps? Here, n = 2 is the minimum number of samples to fit a model.

  1. A

    0.2

  2. B

    0.93

  3. C

    0.87

  4. D

    0

Show answer

Correct answer

  • C

    0.87

Question 7

+2 marksOne correct option

Suppose we have a codebook of 2048 SIFT visual words. We extract 1000 SIFT descriptors (SIFT is a 128-dimensional feature) from a new image. What is the dimensionality of the BoW (Bag-of-Words) descriptor?

  1. A

    1000

  2. B

    128

  3. C

    128 × 2048

  4. D

    2048

Show answer

Correct answer

  • D

    2048

Question 8

+2 marksOne correct option
  1. A

    1→ iii, 2→ ii, 3 → iv, 4→ i

  2. B

    1→ v, 2→i, 3 → iv, 4→ iii

  3. C

    1→ iii, 2→ i, 3 → ii, 4 →v

  4. D

    1→ ii, 2→ v, 3 → iv, 4→ iii

Show answer

Correct answer

  • D

    1→ ii, 2→ v, 3 → iv, 4→ iii

Question 9

+2 marksOne or more correct options

Which of the following linear filters will leave the central value of the given matrix unchanged.

Select all that apply.

  1. A
  2. B
  3. C
  4. D
Show answer

Correct answers

  • A
  • B
  • C

Question 10

+2 marksOne or more correct options

Which of the following statements are True?

Select all that apply.

  1. A

    LoG Filter is not appropriate to be used for blob detection.

  2. B

    Image patches with large contrast changes (gradients) are easier to localize.

  3. C

    Gradients in at least two (significantly) different orientations are the hardest (e.g., corners) to detect.

  4. D

    In case of ‘Hysteresis Thresholding’, if gradient at a pixel is greater than high threshold that means it is an edge pixel.

Show answer

Correct answers

  • B

    Image patches with large contrast changes (gradients) are easier to localize.

  • D

    In case of ‘Hysteresis Thresholding’, if gradient at a pixel is greater than high threshold that means it is an edge pixel.

Question 11

+2 marksNumerical answer
Show answer

Correct answer: 0

Question 12

+2 marksNumerical answer

Consider the grayscale image shown below:

[20302530404510403520152030255050403515301035252045]\begin{bmatrix} 20 & 30 & 25 & 30 & 40 \\ 45 & 10 & 40 & 35 & 20 \\ 15 & 20 & 30 & 25 & 50 \\ 50 & 40 & 35 & 15 & 30 \\ 10 & 35 & 25 & 20 & 45 \end{bmatrix}

If a median filter with a 3×33 \times 3 neighborhood is applied to this image with a stride of 1 and no padding, __________ will be the value at position (2,2)(2, 2) in the filtered image? (Assume that the top-left pixel coordinate of output image is addressed as (1,1)(1, 1))?

Show answer

Correct answer: 30

Question 13

+2 marksNumerical answer
Show answer

Correct answer: 143

Question 14

+2 marksNumerical answer
Show answer

Correct answer: -0.35 (accepted within ±0.05)

Question 15

+2 marksNumerical answer
Show answer

Correct answer: 4

Question 16

+1 markWritten answer

In case of template matching by using correlation, even if template is not identical to some subimage in the scene, match can be meaningful, if (a) _____________ , (b) _____________ and general appearance is right.
Based on the above data, answer the given subquestions.

Enter the correct answer for Blank (a) ______________ .

Show answer

Correct answer: scale or orientation

Question 17

+1 markWritten answer

In case of template matching by using correlation, even if template is not identical to some subimage in the scene, match can be meaningful, if (a) _____________ , (b) _____________ and general appearance is right.
Based on the above data, answer the given subquestions.

Enter the correct answer for Blank (b) ______________ .

Show answer

Correct answer: orientation or scale

Question 18

+0.5 marksNumerical answer

Based on the above data, answer the given subquestions.

a11 = ____________

Show answer

Correct answer: 1

Question 19

+0.5 marksNumerical answer

Based on the above data, answer the given subquestions.

a12 = ____________

Show answer

Correct answer: 0.5

Question 20

+0.5 marksNumerical answer

Based on the above data, answer the given subquestions.

a21 = ____________

Show answer

Correct answer: 0

Question 21

+0.5 marksNumerical answer

Based on the above data, answer the given subquestions.

a22 = ____________

Show answer

Correct answer: 1

Question 22

+1 markNumerical answer

The degrees of freedom for translation and affine transformations are (a) __________ and (b) ___________ respectively.
Based on the above data, answer the given subquestions.

Enter the correct answer for blank (a) __________.

Show answer

Correct answer: 2

Question 23

+1 markNumerical answer

The degrees of freedom for translation and affine transformations are (a) __________ and (b) ___________ respectively.
Based on the above data, answer the given subquestions.

Enter the correct answer for blank (b) __________.

Show answer

Correct answer: 6