Computer Vision Flashcards

(6 cards)

1
Q

What are some uses for computer vision?

A
  1. 3D Image Reconstruction
  2. Object Detection
  3. Image Segmentation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How are images represented?

A

Images are represented by 3 matrices, with each of the matrices representing either Red, Green, or Blue.

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

What is a basic approach to computer vision?

A

The image is represented as a vector and each pixel has it’s own input node resulting in a high number of weights for an image.

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

What is a disadvantage of the basic approach?

A
  1. It doesn’t scale very well as images increase in size.
  2. It is not robust to small changes in the input.
  3. It doesn’t take advantage of the correlations between pixels.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What was the main development of Computer Vision after 1980?

A

The introduction of Deep Convolutional Neural Networks comes with more layers, new architectures, and new algorithms.

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

What are the limitations of Deep Leanring?

A
  1. DL is Data Hungry and needs a lot of data
  2. DL is heavy and often needs GPUs and cloud computing to train it.
  3. DL is bad at representing uncertainty and its easy to trick a NN into thinking its right.
  4. It’s hard to optimise
  5. Its hard to interpret as NN’s are black boxes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly