paper-with-me

Papers

Why Capsule Neural Networks Do Not Scale: Challenging the Dynamic Parse-Tree Assumption

2023-01-04 · Matthias Mitterreiter, Marcel Koch, Joachim Giesen, Sören Laue

Capsule neural networks replace simple, scalar-valued neurons with vector-valued capsules. They are motivated by the pattern recognition system in the human brain, where complex objects are decomposed into a hierarchy of simpler object parts. Such a hierarchy is referred to as a parse-tree. Conceptually, capsule neural networks have been defined to realize such parse-trees. The capsule neural network (CapsNet), by Sabour, Frosst, and Hinton, is the first actual implementation of the conceptual idea of capsule neural networks. CapsNets achieved state-of-the-art performance on simple image recognition tasks with fewer parameters and greater robustness to affine transformations than comparable approaches. This sparked extensive follow-up research. However, despite major efforts, no work was able to scale the CapsNet architecture to more reasonable-sized datasets. Here, we provide a reason for this failure and argue that it is most likely not possible to scale CapsNets beyond toy examples. In particular, we show that the concept of a parse-tree, the main idea behind capsule neuronal networks, is not present in CapsNets. We also show theoretically and experimentally that CapsNets suffer from a vanishing gradient problem that results in the starvation of many capsules during training.

📄 PDF Abstract BibTeX arXiv:2301.01583

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

CapsNet Capsule Network is a machine learning system that is a type of artificial neural network that can be used to better model hierarchical relationships. The approach is an…

Similar Papers 제목 키워드 기반

Vanishing Activations: A Symptom of Deep Capsule Networks

2023-05-13 · Miles Everett, Mingjun Zhong, Georgios Leontidis

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…

REM: Routing Entropy Minimization for Capsule Networks

2022-04-04 · Riccardo Renzulli, Enzo Tartaglione, Marco Grangetto

Capsule Networks ambition is to build an explainable and biologically-inspired neural network model. One of their main innovations relies on the routing mechanism which extracts a parse tree: its main purpose is to expli…

ParseCaps: An Interpretable Parsing Capsule Network for Medical Image Diagnosis

2024-11-03 · Xinyu Geng, JiaMing Wang, Jun Xu

Deep learning has excelled in medical image classification, but its clinical application is limited by poor interpretability. Capsule networks, known for encoding hierarchical relationships and spatial features, show pot…

image-classificationImage ClassificationMedical Image Classification

Affordance detection with Dynamic-Tree Capsule Networks

2022-11-09 · Antonio Rodríguez-Sánchez, Simon Haller-Seeber, David Peer, Chris Engelhardt 외

Affordance detection from visual input is a fundamental step in autonomous robotic manipulation. Existing solutions to the problem of affordance detection rely on convolutional neural networks. However, these networks do…

Affordance Detection

Learning Compositional Structures for Deep Learning: Why Routing-by-agreement is Necessary

2020-10-04 · Sai Raam Venkatraman, Ankit Anand, S. Balasubramanian, R. Raghunatha Sarma

A formal description of the compositionality of neural networks is associated directly with the formal grammar-structure of the objects it seeks to represent. This formal grammar-structure specifies the kind of component…