Unit6 - Subjective Questions

INT345 • Practice Questions with Detailed Answers

1

Define image segmentation. What are the primary objectives and common applications of image segmentation in computer vision?

2

Explain thresholding-based segmentation. Distinguish between global and local (adaptive) thresholding.

3

Describe Otsu's method for image thresholding. What is the mathematical objective it tries to optimize?

4

What is edge-based segmentation? Discuss its advantages and limitations.

5

Explain the Region Growing algorithm in the context of region-based segmentation.

6

Describe the Region Splitting and Merging technique. How does the Quadtree structure aid this process?

7

How is K-means clustering utilized for image segmentation? Discuss the steps involved.

8

Explain the concept of Mean Shift clustering and its application in image segmentation.

9

What are Generative Models in computer vision? Briefly distinguish between VAEs and GANs.

10

Derive the loss function for Generative Adversarial Networks (GANs) and explain the minimax game concept.

11

Describe the architecture of Vision Transformers (ViT). How do they process an image compared to traditional CNNs?

12

What is the Self-Attention mechanism in Vision Transformers? Formulate it mathematically.

13

What are Multimodal Vision Models? Discuss the primary strategies for fusing different modalities.

14

Explain the architecture and training objective of Contrastive Language-Image Pre-training (CLIP) as a Vision-Language Model.

15

How does Zero-Shot learning work in the context of Vision-Language Models like CLIP?

16

Discuss Large Vision Models (LVMs) / Vision Foundation Models. Provide examples of their capabilities.

17

Explain the concept of Diffusion Models in generative computer vision. Discuss the forward and reverse processes.

18

Compare Vision Transformers (ViT) and Convolutional Neural Networks (CNNs). Highlight the trade-offs between inductive biases and data requirements.

19

What are the common evaluation metrics used for image segmentation tasks? Define Intersection over Union (IoU) and the Dice Coefficient.

20

Explain the Watershed algorithm for image segmentation. What is the common problem associated with it, and how is it resolved?