Closed WOWNICE closed 4 years ago
x and x' are just sampled independently of each other, so for instance two different images in a batch where there are no dependencies on how different samples in the batch were sampled.
meaning x' and x (together) are sampled from product of marginals P x P_tilde. P_tilde is just a placeholder for a "copy" of P
Ahhh! Got it!
Thanks for your kind reply!
Hi,
I've read your paper, which is quite inspiring! But here I have some questions regarding the eq.4, which states "x' is an input sampled from \tilde{P} x P". Does it mean that we randomly pick (x,y) independently from the X and Y(Y is the generated representation distribution of X)? If so, which part of the code implements this sampling method?
Thanks a lot!