Skip to content
Snippets Groups Projects
Commit ce49f2a1 authored by Antti Mäkelä's avatar Antti Mäkelä
Browse files

update documentation

parent ba6e9850
No related branches found
No related tags found
No related merge requests found
......@@ -17,12 +17,14 @@ and without mode collapses.
The above video shows a disturbing exploration through the latent space.
## Attentive Adversarial Autoencoder
## Attentive Doubly Adversarial Autoencoder
The benefits of a technique known as *self-attention* are explored in **aa_attention.py**, which constructs
an otherwise similar model except with a self-attention layer.
![Self-Attention Generative Adversarial Networks (SAGAN)](https://arxiv.org/abs/1805.08318)
explains how to use self-attention in a GAN environment. This model adapts the layer to Adversarial Autoencoder.
Additionally this model uses adversarial loss in the reconstructed image, resulting in more "accurate" and "humanlike" features.
![The latent space with self-attention and color](attention_comparison.mp4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment