Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification of 'Z' and 'U' #10

Closed
scottfleming opened this issue Mar 16, 2019 · 3 comments
Closed

Clarification of 'Z' and 'U' #10

scottfleming opened this issue Mar 16, 2019 · 3 comments

Comments

@scottfleming
Copy link

Just to clarify, is 'Z' the representations after SDAE but before fine tuning with DCC and 'U' is after fine tuning with DCC? Got a little confused because in the paper it appears that 'Y' is the representations after SDAE and 'Z' are the representations after fine-tuning...

@shahsohil
Copy link
Owner

NO. Both are the representation obtained after fine-tuning. 'Z' are the latent representation of auto-encoder. While 'U' are obtained as byproduct of application of robust loss in eq(3). 'U' more or less follows underlying topology and hence it is considered to be actual clustering representation (output).

@LemonPi
Copy link
Contributor

LemonPi commented Apr 2, 2019

@shahsohil I'm also confused about this. Is there an equation relating Z and U? The paper exclusively has equations involving Z, but the loss computation in the code only uses U

@shahsohil
Copy link
Owner

@LemonPi In the code 'Z' are denoted by 'enc' variable.
enc, dec = net(inputs_Var)

'enc' is used for the computation of 'U'.
loss2 = criterion2(enc, sampweights, pairweights, pairs, index, _sigma1, _sigma2, _lambda)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants