Computer Vision Flashcards

(7 cards)

1
Q

Write down 4 computer vision tasks

A

Classification, object detection, segmentation, and captioning

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

What is the difference between semantic and instance segmentation?

A

Semantic segmentation: classifying each pixel in an image into a predefined category.

Instance segmentation: Semantic segmentation + distinguishes between different instances of the same class.

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

Write down the formula for pixel accuracy and mean pixel accuracy

A

Check notes

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

What is the F1 score?

A

(2 * Precision * Recall) / (Precision + Recall)

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

What is IoU?

A

|A ∩ B| / |A ∪ B|

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

What is the difference between one and two stage object detection?

A

Two stage first finds regions and then classifies, while one stage does it all in one go.

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

How does Contrastive Language–Image Pre-training combine text and images?

A

It encodes both into a space where labels and images share a high cosine similarity.

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