Capsule neural network: Difference between revisions

Content deleted Content added
Monkbot (talk | contribs)
m Task 16: replaced (0×) / removed (2×) deprecated |dead-url= and |deadurl= with |url-status=;
Line 27:
[[Unsupervised learning|Unsupervised]] capsnets learn a global [[Affine space|linear manifold]] between an object and its pose as a matrix of weights. In other words, capsnets can identify an object independent of its pose, rather than having to learn to recognize the object while including its spatial relationships as part of the object. In capsnets, the pose can incorporate properties other than spatial relationships, e.g., color (cats can be of various colors).
 
Multiplying the object by the manifold poses the object (for an object, in space).<ref>{{Cite web|url=https://kndrck.co/posts/capsule_networks_explained/|title=Capsule Networks Explained|last=Tan|first=Kendrick|date=November 10, 2017|website=kndrck.co|language=en|archive-url=|archive-date=|dead-url=|access-date=2017-12-26}}</ref>
 
== Pooling ==
Line 198:
*{{Cite arxiv|last=Dai|first=Jifeng|last2=Qi|first2=Haozhi|last3=Xiong|first3=Yuwen|last4=Li|first4=Yi|last5=Zhang|first5=Guodong|last6=Hu|first6=Han|last7=Wei|first7=Yichen|date=2017-03-17|title=Deformable Convolutional Networks|eprint=1703.06211|class=cs.CV}}
*{{Cite arxiv|last=De Brabandere|first=Bert|last2=Jia|first2=Xu|last3=Tuytelaars|first3=Tinne|last4=Van Gool|first4=Luc|date=2016-05-31|title=Dynamic Filter Networks|eprint=1605.09673|class=cs.LG}}{{Citation|last=Guo|first=Xifeng|title=CapsNet-Keras: A Keras implementation of CapsNet in NIPS2017 paper "Dynamic Routing Between Capsules". Now test error = 0.34%.|date=2017-12-08|url=https://github.com/XifengGuo/CapsNet-Keras|accessdate=2017-12-08}}
* {{Cite web|url=https://openreview.net/pdf?id=HJWLfGWRb|title=MATRIX CAPSULES WITH EM ROUTING|last=Hinton|first=Geoffrey|last2=Sabour|first2=Sara|last3=Frosst|first3=Nicholas|date=November 2017|website=|archive-url=|archive-date=|dead-url=|access-date=}}
* {{youtube|Hinton and Google Brain - Capsule Networks |id=x5Vxk9twXlE}}
* {{Citation|last=Liao|first=Huadong|title=CapsNet-Tensorflow: A Tensorflow implementation of CapsNet(Capsules Net) in Hinton's paper Dynamic Routing Between Capsules|date=2017-12-08|url=https://github.com/naturomics/CapsNet-Tensorflow|accessdate=2017-12-08}}