LGCVMLJan 29, 2020

Examining the Benefits of Capsule Neural Networks

arXiv:2001.10964v112 citations
AI Analysis

This is an incremental study aimed at researchers in computer vision to validate the claims of capsule networks.

The paper investigates whether capsule neural networks operate differently from traditional convolutional neural networks by analyzing their features through deep visualization, vector component encoding, and instantiation parameter encoding, but does not report concrete numerical results.

Capsule networks are a recently developed class of neural networks that potentially address some of the deficiencies with traditional convolutional neural networks. By replacing the standard scalar activations with vectors, and by connecting the artificial neurons in a new way, capsule networks aim to be the next great development for computer vision applications. However, in order to determine whether these networks truly operate differently than traditional networks, one must look at the differences in the capsule features. To this end, we perform several analyses with the purpose of elucidating capsule features and determining whether they perform as described in the initial publication. First, we perform a deep visualization analysis to visually compare capsule features and convolutional neural network features. Then, we look at the ability for capsule features to encode information across the vector components and address what changes in the capsule architecture provides the most benefit. Finally, we look at how well the capsule features are able to encode instantiation parameters of class objects via visual transformations.

Foundations

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

Your Notes