Improving the Robustness of Capsule Networks to Image Affine Transformations
Jindong Gu, Volker Tresp

TL;DR
This paper enhances the robustness of Capsule Networks against affine transformations by proposing affine CapsNets, which significantly improve performance on transformed images without relying on the routing mechanism.
Contribution
The paper introduces affine CapsNets that are more robust to affine transformations and demonstrates their effectiveness without using the routing procedure.
Findings
Affine CapsNets improve accuracy from 79% to 93.21% on AffNIST.
Routing procedure does not significantly contribute to affine robustness.
Affine CapsNets outperform traditional CapsNets on transformed datasets.
Abstract
Convolutional neural networks (CNNs) achieve translational invariance by using pooling operations. However, the operations do not preserve the spatial relationships in the learned representations. Hence, CNNs cannot extrapolate to various geometric transformations of inputs. Recently, Capsule Networks (CapsNets) have been proposed to tackle this problem. In CapsNets, each entity is represented by a vector and routed to high-level entity representations by a dynamic routing algorithm. CapsNets have been shown to be more robust than CNNs to affine transformations of inputs. However, there is still a huge gap between their performance on transformed inputs compared to untransformed versions. In this work, we first revisit the routing procedure by (un)rolling its forward and backward passes. Our investigation reveals that the routing procedure contributes neither to the generalization…
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.
Videos
Improving the Robustness of Capsule Networks to Image Affine Transformations· youtube
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Multimodal Machine Learning Applications
