Week 8 - Deep Learning: Advanced Concepts Flashcards

(4 cards)

1
Q

What is Saliency in the context of Computer Vision?

A

Saliency networks try and predict this map of interesting areas in the image, which aims to simulate human attention.

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

What are the definitions for local and global context?

A

Local - Detailed neighbourhood attention
Global - Where the object sits in the scene

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

How does an unsupervised GAN work?

A

The aim is for the generator to fool the discriminator network, so that it can’t tell the difference between real and fake.

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

What are some problems with GANs?

A

They are tough to train:
- If the discriminator behaves badly, then the generator does not have accurate feedback and the loss functions cannot represent the reality
- If the discriminator does a great job, then the gradient of the loss function drops down close to 0, and the learning becomes super slow or even jammed.

Mode Collapse:
- During the training, the generator may collapse to a setting where it produces similar outputs with low variety

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