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

Results on more complex datasets #4

Open
msseibel opened this issue May 9, 2019 · 1 comment
Open

Results on more complex datasets #4

msseibel opened this issue May 9, 2019 · 1 comment

Comments

@msseibel
Copy link

msseibel commented May 9, 2019

Hello @abdel,

have you pursued your work on deeper capsule networks as stated in the conclusion of your paper?
It seems like capsules can not deal with complex datasets like Cifar100. Why?
Are there too many irrelevant informations, which should rather not be reconstructed?

Finally, I see that Cifar10 is part of your input_data. Can you report results for it?

Thanks alot for your work. It is inspiring.

@drawlinson
Copy link
Contributor

Hi @msseibel , @abdel and I worked on a derived capsules algorithm which is described here:

https://agi.io/2018/11/29/predictive-capsules-networks-research-update/

We eventually tested MNIST, AffNIST, SmallNORB, and LFW (Labelled Faces in the Wild). The common feature of these datasets is that they all have a figure-ground layout - some thing in the middle, and a blank background without confusing distractors. Whereas, CIFAR has strongly textured backgrounds and relatively smaller objects. Without an attentional mechanism the Capsules routing might be unable to converge.

We didn't publish our results on the modified capsules algorithm because while it worked, it didn't generalize well. Have a read of the summary in the link and let us know if you want to know more.

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