paper-with-me

홈 › Papers

Homogeneous Vector Capsules Enable Adaptive Gradient Descent in Convolutional Neural Networks

2019-06-20 · Adam Byerly, Tatiana Kalganova

Capsules are the name given by Geoffrey Hinton to vector-valued neurons. Neural networks traditionally produce a scalar value for an activated neuron. Capsules, on the other hand, produce a vector of values, which Hinton argues correspond to a single, composite feature wherein the values of the components of the vectors indicate properties of the feature such as transformation or contrast. We present a new way of parameterizing and training capsules that we refer to as homogeneous vector capsules (HVCs). We demonstrate, experimentally, that altering a convolutional neural network (CNN) to use HVCs can achieve superior classification accuracy without increasing the number of parameters or operations in its architecture as compared to a CNN using a single final fully connected layer. Additionally, the introduction of HVCs enables the use of adaptive gradient descent, reducing the dependence a model's achievable accuracy has on the finely tuned hyperparameters of a non-adaptive optimizer. We demonstrate our method and results using two neural network architectures. First, a very simple monolithic CNN that when using HVCs achieved a 63% improvement in top-1 classification accuracy and a 35% improvement in top-5 classification accuracy over the baseline architecture. Second, with the CNN architecture referred to as Inception v3 that achieved similar accuracies both with and without HVCs. Additionally, the simple monolithic CNN when using HVCs showed no overfitting after more than 300 epochs whereas the baseline showed overfitting after 30 epochs. We use the ImageNet ILSVRC 2012 classification challenge dataset with both networks.

📄 PDF Abstract BibTeX arXiv:1906.08676

Code (1)

AdamByerly/HVCsEnableAGD 공식 구현 tf

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Adaptive Routing Between Capsules

2019-11-19 · Qiang Ren, Shaohua Shang, Lianghua He

Capsule network is the most recent exciting advancement in the deep learning field and represents positional information by stacking features into vectors. The dynamic routing algorithm is used in the capsule network, ho…

No Routing Needed Between Capsules

2020-01-24 · Adam Byerly, Tatiana Kalganova, Ian Dear

Most capsule network designs rely on traditional matrix multiplication between capsule layers and computationally expensive routing mechanisms to deal with the capsule dimensional entanglement that the matrix multiplicat…

Image Classification

On the Importance of Capturing a Sufficient Diversity of Perspective for the Classification of micro-PCBs

2021-01-27 · Adam Byerly, Tatiana Kalganova, Anthony J. Grichnik

We present a dataset consisting of high-resolution images of 13 micro-PCBs captured in various rotations and perspectives relative to the camera, with each sample labeled for PCB type, rotation category, and perspective …

Data AugmentationDiversity

Dynamic Routing Between Capsules

2017-10-26 · NeurIPS 2017 12 · Sara Sabour, Nicholas Frosst, Geoffrey E. Hinton

A capsule is a group of neurons whose activity vector represents the instantiation parameters of a specific type of entity such as an object or an object part. We use the length of the activity vector to represent the pr…

Image Classification

On Learning and Learned Data Representation by Capsule Networks

2018-10-08 · Ancheng Lin, Jun Li, Zhenyuan Ma

In this work, we investigate the following: 1) how the routing affects the CapsNet model fitting; 2) how the representation using capsules helps discover global structures in data distribution, and; 3) how the learned da…