CVOct 8, 2025

Quick-CapsNet (QCN): A fast alternative to Capsule Networks

arXiv:2510.07600v110 citationsh-index: 13AICCSA
Originality Incremental advance
AI Analysis

This work addresses the speed bottleneck in Capsule Networks for real-time applications, but it is incremental as it builds on existing CapsNet methods.

The paper tackles the slow training and inference of Capsule Networks by introducing Quick-CapsNet (QCN), which reduces the number of capsules to achieve 5x faster inference on datasets like MNIST and Cifar-10 with only a marginal loss in accuracy.

The basic computational unit in Capsule Network (CapsNet) is a capsule (vs. neurons in Convolutional Neural Networks (CNNs)). A capsule is a set of neurons, which form a vector. CapsNet is used for supervised classification of data and has achieved state-of-the-art accuracy on MNIST digit recognition dataset, outperforming conventional CNNs in detecting overlapping digits. Moreover, CapsNet shows higher robustness towards affine transformation when compared to CNNs for MNIST datasets. One of the drawbacks of CapsNet, however, is slow training and testing. This can be a bottleneck for applications that require a fast network, especially during inference. In this work, we introduce Quick-CapsNet (QCN) as a fast alternative to CapsNet, which can be a starting point to develop CapsNet for fast real-time applications. QCN builds on producing a fewer number of capsules, which results in a faster network. QCN achieves this at the cost of marginal loss in accuracy. Inference is 5x faster on MNIST, F-MNIST, SVHN and Cifar-10 datasets. We also further enhanced QCN by employing a more powerful decoder instead of the default decoder to further improve QCN.

Foundations

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

Your Notes