Skip to content

Commit 55a60ad

Browse files
committed
udpated README. Fixed wrong convergence comparison image.
1 parent 4418bbe commit 55a60ad

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ABC-GAN
22

3+
The work represented in this repository is the result of a 14 week semesterthesis on photo-realistic image generation using generative adversarial networks at ETH zurich.
4+
5+
## Additional Experiments
6+
7+
There is a second branch called `loose_encoder` in which you will find another experiment conducted during the thesis. Unfortunately we didn't had enough time to make an in-depth analysis of the results. The `loose encoder` can be added to any other experiment with a simple flag and in specific datasets such as CelebA results in astonishing improvement of generated image quality. To the best of our knowledge there is no GAN out there resulting in similar realistic images on celebA with a 64 by 64 output resolution. (Check the other branch for some samples)
8+
39
## Prerequisites
410

511
The code has been built and tested using the following packages (and versions)
@@ -100,11 +106,11 @@ The controller gives you the following benefits:
100106

101107
**Controller architecture**:
102108

103-
*Note: The Realism is calculated using the two losses of the discriminator (loss for real and for fake images).*
109+
*Note: The controller input is calculated using the two losses of the discriminator (loss for real and for fake images).*
104110

105111
![controller](report/controller.png)
106112

107-
The controller tries to keep the avg. realism always at a reference point. The output of the controller is a probability of training either the discriminator or the generator.
113+
The controller tries to keep the avg. value always at a reference point. The output of the controller is a probability of training either the discriminator or the generator.
108114

109115
### Controllability
110116

@@ -168,7 +174,7 @@ Combination of the Adaptive Blur and Controller GAN.
168174

169175
We conducted different experiments using various datasets such as LSUN, CIFAR10 and CelebA. Some of the resulting images have been downscaled by a factor of two in order to reduce noise. *(Since on some screens and also printed the noise looks very annoying.)*
170176

171-
***Note:*** *In some samples, you will see a green bar at the top. The bar is indicating the probability of the image coming from the real dataset rather than from the generator. We used the discriminator losses and a softmax to evaluate this probability.*
177+
***Note:*** *In some samples, you will see a green bar at the top. The bar is indicating the probability of the image coming from the real dataset rather than from the generator. We used the discriminator losses and a softmax to evaluate this probability and use it as an input for the controller.*
172178

173179
### LSUN bedrooms dataset
174180

@@ -192,7 +198,7 @@ We seem to reach the limit of DCGAN with this experiment. The same experiment wi
192198

193199
## Publications
194200

195-
*TODO*
201+
* ![ICML2017 Workshop on Implicit Generative Models](https://drive.google.com/open?id=0B3wEP_lEl0laVTdGcHE2VnRiMlE)
196202

197203
## Acknowledgement
198204

-1.99 KB
Loading

0 commit comments

Comments
 (0)