Week 5 Image Segmentation and Registration Flashcards

1
Q

What does image segmentation do?

A

Image segmentation divides an image into regions with similar properties.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is thresholding in segmentation?

A

Thresholding is a basic technique for segmentation based on intensity values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Otsu’s method used for?

A

Otsu’s method is an automatic thresholding technique for bimodal histograms.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is region-based segmentation?

A

Region-based segmentation groups pixels with similar properties, such as intensity or colour.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the Watershed algorithm use for segmentation?

A

The Watershed algorithm uses gradient information for segmentation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the purpose of K-means clustering in segmentation?

A

K-means clustering is used for unsupervised segmentation based on pixel features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does semantic segmentation achieve?

A

Semantic segmentation assigns a class label to every pixel in an image.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is image registration used for?

A

Image registration aligns two or more images to a common coordinate system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does RANSAC do in image registration?

A

RANSAC (Random Sample Consensus) is often used for robust transformation estimation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are preprocessing steps for improving registration accuracy?

A

Preprocessing steps, like denoising and contrast enhancement, improve registration accuracy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is instance segmentation?

A

Instance segmentation identifies and separates individual objects within the same class.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What modern methods are used for segmentation?

A

Modern methods include deep learning-based approaches like Fully Convolutional Networks (FCNs).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is U-Net used for in segmentation?

A

U-Net is a popular architecture for medical image segmentation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Why is image segmentation critical?

A

Image segmentation is critical for applications like medical imaging, autonomous driving, and object tracking.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are challenges in image segmentation?

A

Challenges include handling occlusions. Noise. And computational complexity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does graph-based segmentation involve?

A

Graph-based segmentation models the image as a graph and applies partitioning algorithms.

17
Q

How do active contours (snakes) work in segmentation?

A

Active contours are iterative methods to delineate object boundaries.

18
Q

What is superpixel segmentation?

A

Superpixel segmentation groups pixels into perceptually meaningful regions.

19
Q

What is the role of noise reduction in segmentation preprocessing?

A

Noise reduction improves segmentation accuracy by removing unnecessary variations.