paper-with-me

Papers

Efficient-CapsNet: Capsule Network with Self-Attention Routing

2021-01-29 · Vittorio Mazzia, Francesco Salvetti, Marcello Chiaberge

Deep convolutional neural networks, assisted by architectural design strategies, make extensive use of data augmentation techniques and layers with a high number of feature maps to embed object transformations. That is highly inefficient and for large datasets implies a massive redundancy of features detectors. Even though capsules networks are still in their infancy, they constitute a promising solution to extend current convolutional networks and endow artificial visual perception with a process to encode more efficiently all feature affine transformations. Indeed, a properly working capsule network should theoretically achieve higher results with a considerably lower number of parameters count due to intrinsic capability to generalize to novel viewpoints. Nevertheless, little attention has been given to this relevant aspect. In this paper, we investigate the efficiency of capsule networks and, pushing their capacity to the limits with an extreme architecture with barely 160K parameters, we prove that the proposed architecture is still able to achieve state-of-the-art results on three different datasets with only 2% of the original CapsNet parameters. Moreover, we replace dynamic routing with a novel non-iterative, highly parallelizable routing algorithm that can easily cope with a reduced number of capsules. Extensive experimentation with other capsule implementations has proved the effectiveness of our methodology and the capability of capsule networks to efficiently embed visual representations more prone to generalization.

📄 PDF Abstract BibTeX arXiv:2101.12491

Code (2)

EscVM/Efficient-CapsNet 공식 구현 tf
kaparoo/Efficient-CapsNet tf

Tasks

Data AugmentationImage Classification

Methods 이 논문이 사용한 방법론

Capsule Network A capsule is an activation vector that basically executes on its inputs some complex internal computations. Length of these activation vectors signifies the probability of…

Similar Papers 제목 키워드 기반

Trans-Caps: Transformer Capsule Networks with Self-attention Routing

2021-01-01 · Aryan Mobiny, Pietro Antonio Cicalese, Hien Van Nguyen

Capsule Networks (CapsNets) have shown to be a promising alternative to Convolutional Neural Networks (CNNs) in many computer vision tasks, due to their ability to encode object viewpoint variations. The high computation…

Generalized Capsule Networks with Trainable Routing Procedure

2018-08-27 · ICLR 2019 5 · Zhenhua Chen, David Crandall

CapsNet (Capsule Network) was first proposed by~\citet{capsule} and later another version of CapsNet was proposed by~\citet{emrouting}. CapsNet has been proved effective in modeling spatial features with much fewer param…

PR-CapsNet: Pseudo-Riemannian Capsule Network with Adaptive Curvature Routing for Graph Learning

2025-12-09 · Ye Qin, Jingchao Wang, Yang Shi, Haiying Huang 외 arxiv

Capsule Networks (CapsNets) show exceptional graph representation capacity via dynamic routing and vectorized hierarchical representations, but they model the complex geometries of real\-world graphs poorly by fixed\-cur…

Graph Representation LearningGraph ClassificationGraph Learning

E2-Capsule Neural Networks for Facial Expression Recognition Using AU-Aware Attention

2019-12-05 · Shan Cao, Yuqian Yao, Gaoyun An

Capsule neural network is a new and popular technique in deep learning. However, the traditional capsule neural network does not extract features sufficiently before the dynamic routing between the capsules. In this pape…

Facial Expression RecognitionFacial Expression Recognition (FER)

OrthCaps: An Orthogonal CapsNet with Sparse Attention Routing and Pruning

2024-03-20 · CVPR 2024 1 · Xinyu Geng, JiaMing Wang, Jiawei Gong, Yuerong Xue 외

Redundancy is a persistent challenge in Capsule Networks (CapsNet),leading to high computational costs and parameter counts. Although previous works have introduced pruning after the initial capsule layer, dynamic routin…