English

Path Capsule Networks

Machine Learning 2019-10-29 v2 Machine Learning

Abstract

Capsule network (CapsNet) was introduced as an enhancement over convolutional neural networks, supplementing the latter's invariance properties with equivariance through pose estimation. CapsNet achieved a very decent performance with a shallow architecture and a significant reduction in parameters count. However, the width of the first layer in CapsNet is still contributing to a significant number of its parameters and the shallowness may be limiting the representational power of the capsules. To address these limitations, we introduce Path Capsule Network (PathCapsNet), a deep parallel multi-path version of CapsNet. We show that a judicious coordination of depth, max-pooling, regularization by DropCircuit and a new fan-in routing by agreement technique can achieve better or comparable results to CapsNet, while further reducing the parameter count significantly.

Keywords

Cite

@article{arxiv.1902.03760,
  title  = {Path Capsule Networks},
  author = {Mohammed Amer and Tomás Maul},
  journal= {arXiv preprint arXiv:1902.03760},
  year   = {2019}
}
R2 v1 2026-06-23T07:37:19.957Z