Homogeneous Vector Capsules Enable Adaptive Gradient Descent in Convolutional Neural Networks

06/20/2019
by   Adam Byerly, et al.
11

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 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.

READ FULL TEXT
research
02/14/2022

Benign Overfitting in Two-layer Convolutional Neural Networks

Modern neural networks often have great expressive power and can be trai...
research
08/26/2020

Gravilon: Applications of a New Gradient Descent Method to Machine Learning

Gradient descent algorithms have been used in countless applications sin...
research
09/16/2019

A few filters are enough: Convolutional Neural Network for P300 Detection

In this paper, we aim to provide elements to contribute to the discussio...
research
03/01/2021

Deep Learning with a Classifier System: Initial Results

This article presents the first results from using a learning classifier...
research
10/27/2021

CBIR using Pre-Trained Neural Networks

Much of the recent research work in image retrieval, has been focused ar...
research
01/24/2020

A Branching and Merging Convolutional Network with Homogeneous Filter Capsules

We present a convolutional neural network design with additional branche...

Please sign up or login with your details

Forgot password? Click here to reset