Hacker News new | past | comments | ask | show | jobs | submit login

It's not even probability in standard GAN is it? Since you are taking the difference before the sigmoid. It can't really be interpreted as probability until it the range is clamped. Critic's difference or Critical Difference would be a better term perhaps.



It's logits or log odds or the logarithm of the odds, i.e. log(odds(p)) = log(p / (1 - p)): https://en.wikipedia.org/wiki/Logit

Since sigmoid(C(x_r)) = p(x_r is real) and C(x_f) = p(x_f is real), the sigmoid of the difference expresses some probability that that x_r looks more real than x_f or vice versa (depending on whether it is C(x_r) - C(x_f) or C(x_f) - C(x_r)). Not sure whether there is a probabilistic interpretation of the difference, but it looks so simple that there maybe is one. I couldn't find one in the paper.


Correction: sigmoid(C(x_f)) = p(x_f is real)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: