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

CapsNet #6

Open
ussaema opened this issue Jul 29, 2018 · 6 comments
Open

CapsNet #6

ussaema opened this issue Jul 29, 2018 · 6 comments

Comments

@ussaema
Copy link

ussaema commented Jul 29, 2018

are you using CapsNet using dynamic routing or EM routing. The title of your paper does not match your content, therefore I was confused!
And did you modify anything in the structure of the baseline CapsNet or the generator with respect to WGAN ?

@Ryanglambert
Copy link

Ryanglambert commented Jul 29, 2018 via email

@ussaema
Copy link
Author

ussaema commented Jul 29, 2018

I already looked at the code in models directory, It is CapsuleNet using dynamic routing with margin loss.
EM paper has indeed more repeating layers, but the routing (clustering of the pose predictions) is not based on projections (cosine similarities). It is, in fact, based on a soft version of k-mean clustering which is EM clustering. So, I don't think it is just about the number of capsule layers used, but on the efficiency of the routing and the loss function.

@Ryanglambert
Copy link

Ryanglambert commented Jul 29, 2018 via email

@Ryanglambert
Copy link

Ryanglambert commented Jul 29, 2018 via email

@ussaema
Copy link
Author

ussaema commented Jul 29, 2018

I understand :) you are using the same loss (margin loss) for the generator and the discriminator, right ?

@Ryanglambert
Copy link

In my project I was not using GAN, just capsule network by itself. Yes I was using margin loss.

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

2 participants