CVLGMay 13, 2023

Vanishing Activations: A Symptom of Deep Capsule Networks

arXiv:2305.11178v13 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of scalability for researchers and practitioners using Capsule Networks, but it is incremental as it extends prior findings without introducing a new solution.

The paper investigates the scalability issues in Capsule Networks, showing that leading architectures suffer from vanishing activations and fail to construct parse trees, which are not limited to the original design but stem from inherent structural similarities.

Capsule Networks, an extension to Neural Networks utilizing vector or matrix representations instead of scalars, were initially developed to create a dynamic parse tree where visual concepts evolve from parts to complete objects. Early implementations of Capsule Networks achieved and maintain state-of-the-art results on various datasets. However, recent studies have revealed shortcomings in the original Capsule Network architecture, notably its failure to construct a parse tree and its susceptibility to vanishing gradients when deployed in deeper networks. This paper extends the investigation to a range of leading Capsule Network architectures, demonstrating that these issues are not confined to the original design. We argue that the majority of Capsule Network research has produced architectures that, while modestly divergent from the original Capsule Network, still retain a fundamentally similar structure. We posit that this inherent design similarity might be impeding the scalability of Capsule Networks. Our study contributes to the broader discussion on improving the robustness and scalability of Capsule Networks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes