TL;DR
This paper introduces homogeneous vector capsules (HVCs) for CNNs, improving accuracy and enabling adaptive gradient descent without increasing parameters, demonstrated on ImageNet with significant performance gains.
Contribution
The paper proposes a novel parameterization and training method for capsules called HVCs, which enhance CNN performance and enable adaptive optimization.
Findings
HVCs improve top-1 accuracy by 63% in simple CNNs
HVCs prevent overfitting in simple CNNs after 300 epochs
HVCs enable adaptive gradient descent in CNNs
Abstract
Capsules are the name given by Geoffrey Hinton to vector-valued neurons. Neural networks traditionally produce a scalar value for an activated neuron. Capsules, on the other hand, produce a vector of values, which Hinton argues correspond to a single, composite feature wherein the values of the components of the vectors indicate properties of the feature such as transformation or contrast. We present a new way of parameterizing and training capsules that we refer to as homogeneous vector capsules (HVCs). We demonstrate, experimentally, that altering a convolutional neural network (CNN) to use HVCs can achieve superior classification accuracy without increasing the number of parameters or operations in its architecture as compared to a CNN using a single final fully connected layer. Additionally, the introduction of HVCs enables the use of adaptive gradient descent, reducing the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
