2023-05-31 22:51:45 +01:00
|
|
|
Conditional [GAN](GAN.md)
|
2023-05-26 18:29:17 +01:00
|
|
|
|
2023-06-04 22:30:39 +01:00
|
|
|
- Hard to control with [AM](../Interpretation.md#Activation%20Maximisation)
|
2023-05-31 22:51:45 +01:00
|
|
|
- Unconditional [GAN](GAN.md)
|
2023-05-26 18:29:17 +01:00
|
|
|
- Condition synthesis on a class label
|
|
|
|
- Concatenate unconditional code with conditioning vector
|
|
|
|
- Label
|
2023-06-08 17:52:09 +01:00
|
|
|
- No longer [unsupervised](../../../Learning.md#Un-Supervised)
|
2023-05-26 18:29:17 +01:00
|
|
|
- Everything labelled
|
|
|
|
- Fake images and dataset
|
|
|
|
- **Requires pairing**
|
|
|
|
|
2023-05-31 22:51:45 +01:00
|
|
|
![cgan](../../../../img/cgan.png)
|
|
|
|
![cgan-example](../../../../img/cgan-example.png)
|
2023-05-26 18:29:17 +01:00
|
|
|
|
|
|
|
# Image Conditioning Vector
|
2023-05-31 22:51:45 +01:00
|
|
|
![icv-pos-neg-examples](../../../../img/icv-pos-neg-examples.png)
|
|
|
|
![icv-results](../../../../img/icv-results.png)
|
2023-05-26 18:29:17 +01:00
|
|
|
|
|
|
|
# Text Encoding
|
|
|
|
- word2vec
|
|
|
|
|
2023-05-31 22:51:45 +01:00
|
|
|
![word2vec](../../../../img/word2vec.png)
|