Question 1
54
10
0
18

The IIT Madras BS Deep Learning for Computer Vision (Deep Learning for Computer Vision) Quiz 1 paper sat on 27 Oct 2024, in the September 2024 term: 30 questions for 48 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.
54
10
0
18
Correct answer
0
Which of the following statements is false?
Linear contrast stretching is a point operation.
Moving average is an example of local operation.
Convolution in the spatial domain can be obtained through addition in the frequency domain.
All of these.
Correct answer
Convolution in the spatial domain can be obtained through addition in the frequency domain.
Which of the following statements is True
Gaussian filter is Separable filter because it is non linear.
Median filter is a non separable filter
Gaussian filter is a High Pass filter.
Mean filter is a non separable filter because it is non linear
Correct answer
Median filter is a non separable filter
0.18, 1.5, 1.5, 0.20,−1.5,−0.015
0.92, 2.5, 1, 2.5, 2.5, 1
0.18,−1.5, 0, 0.20, 0,−0.015
0.91, 1, 0, 0.2, 1, 1.7
Correct answer
0.18,−1.5, 0, 0.20, 0,−0.015
Identify the correct sequence of steps in a Canny edge detection pipeline. Steps are listed below: 1. Compute gradient magnitude and direction
2. Connect individual components
3. Smoothen the image
4. Threshold into strong, weak, or no edge
5. Gaussian Filter and Hysteresis
6. Non-maximum suppression
7. Apply derivative to get edges
6→ 1→ 4→ 5 → 2
3→ 1→ 6→ 4 → 2
3→ 5→ 1→ 4 → 2
6→ 8→ 5→ 7 → 2
Correct answer
3→ 1→ 6→ 4 → 2
Identify the correct sequence of steps in Scale Invariant Feature Transform (SIFT) method. Steps listed below:
1. Keypoint Descriptor
2. Keypoint Localization
3. Scale-space Extrema Detection
4. Orientation Estimation
4→ 2→ 1→ 3
3→ 2→ 4→ 1
3→ 1→ 2→ 4
None of these.
Correct answer
3→ 2→ 4→ 1
1→ iii, 2→ i, 3 → ii
1→ iii, 2→ ii, 3 → i
1→ ii, 2→ iii, 3 → i
None of these.
Correct answer
1→ iii, 2→ i, 3 → ii
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?
1000
128
128 × 2048
2048
Correct answer
2048
Match the derivative of activation functions with their counterparts on the right column accordingly.
| 1) Leaky ReLU | i) |
|---|---|
| 2) Tanh | ii) 0 if and 1 if |
| 3) ReLU | iii) |
| 4) Sigmoid | iv) 0.01 if and 1 if |
| v) 0 if and 1 if | |
| vi) 0.01 if and 1 if |
1→ vi, 2→ iii, 3→ v, 4 → i
1→ i, 2 →iv, 3 → iii, 4→ ii
1→ i, 2 →v, 3 → iii, 4→ iv
1→ iv, 2→ iii, 3→ ii, 4 → i
Correct answer
1→ iv, 2→ iii, 3→ ii, 4 → i
5 × 5
7 × 7
9 × 9
3 × 3
Correct answer
9 × 9
Which of the following statements are false?
Momentum in optimization can cause oscillations around minima when encountering flat regions or saddle points due to the dominance of the momentum term over the small gradient.
Stochastic Gradient Descent (SGD) with its inherent noise can be beneficial in escaping local minima and saddle points, provided that there is enough gradient information in the neighborhood.
Adagrad is an optimization algorithm introduced to overcome the diminishing learning rate problem in techniques like RMSProp.
ADAM is introduced to solve problems in RMSProp by combining RMSProp and Adagrad techniques.
Correct answers
Adagrad is an optimization algorithm introduced to overcome the diminishing learning rate problem in techniques like RMSProp.
ADAM is introduced to solve problems in RMSProp by combining RMSProp and Adagrad techniques.
Correct answers
Correct answers
Which of the following statements are true? (Select all that apply)
Correct answers
Which of the following are true? (Select all that apply)
Correct answers
The gradient of an image I, points in the direction of most rapid change in intensity, taking image derivatives accentuates (a) ____________ frequencies and hence amplifies noise, since the proportion of noise to signal is larger at (b) __________ frequencies. The solution to this is (c) _________ the image prior to computing gradients.
Based on the above data, answer the given subquestions.
Enter the correct answer for (a).
NOTE: Enter the exact answer without any space in the beginning or at the end.
Correct answer: high
The gradient of an image I, points in the direction of most rapid change in intensity, taking image derivatives accentuates (a) ____________ frequencies and hence amplifies noise, since the proportion of noise to signal is larger at (b) __________ frequencies. The solution to this is (c) _________ the image prior to computing gradients.
Based on the above data, answer the given subquestions.
Enter the correct answer for (b).
NOTE: Enter the exact answer without any space in the beginning or at the end.
Correct answer: high
The gradient of an image I, points in the direction of most rapid change in intensity, taking image derivatives accentuates (a) ____________ frequencies and hence amplifies noise, since the proportion of noise to signal is larger at (b) __________ frequencies. The solution to this is (c) _________ the image prior to computing gradients.
Based on the above data, answer the given subquestions.
Enter the correct answer for (c).
NOTE: Enter the exact answer without any space in the beginning or at the end.
Correct answer: smooth
In Canny edge detection, large value of the Gaussian kernel spread, σ leads to (a) __________ edges, and small value of σ leads to (b) __________ edges.
Based on the above data, answer the given subquestions.
Enter the correct answer for (a).
NOTE: Enter the exact answer without any space in the beginning or at the end.
Correct answer: thick or coarse or large scale
In Canny edge detection, large value of the Gaussian kernel spread, σ leads to (a) __________ edges, and small value of σ leads to (b) __________ edges.
Based on the above data, answer the given subquestions.
Enter the correct answer for (b) .
NOTE: Enter the exact answer without any space in the beginning or at the end.
Correct answer: fine
Based on the above data, answer the given subquestions.
Enter the correct answer for a11
Correct answer: 1
Based on the above data, answer the given subquestions.
Enter the correct answer for a12
Correct answer: 0.5
Based on the above data, answer the given subquestions.
Enter the correct answer for a21
Correct answer: 0
Based on the above data, answer the given subquestions.
Enter the correct answer for a22
Correct answer: 1
Consider the following numpy array
Now consider the following operations
Write the value of arr[0]
Correct answer: 0
Consider the following numpy array
Now consider the following operations
Write the value of arr[0]
Correct answer: 10
Consider the grayscale image shown below:
If a median filter with a neighborhood is applied to this image with a stride of 1 and no padding, __________ will be the value at position in the filtered image? (Assume that the top-left pixel coordinate of output image is addressed as )?
Correct answer: 30
Correct answer: -0.315 (accepted within ±0.025)
Correct answer: 14
Correct answer: 1152