NEMay 19, 2018

Neural networks with dynamical coefficients and adjustable connections on the basis of integrated backpropagation

arXiv:1805.07531v2
Originality Incremental advance
AI Analysis

This is an incremental approach that could simplify training procedures for neural network practitioners by embedding learning mechanisms within the network architecture.

The authors tackled the problem of integrating backpropagation directly into neural network neurons as an internal update rule, rather than an external training procedure, by introducing error estimates as separate entities and special neurons with reference inputs, and demonstrated this for various network types like LSTMs and CNNs.

We consider artificial neurons which will update their weight coefficients with an internal rule based on backpropagation, rather than using it as an external training procedure. To achieve this we include the backpropagation error estimate as a separate entity in all the neuron models and perform its exchange along the synaptic connections. In addition to this we add some special type of neurons with reference inputs, which will serve as a base source of error estimates for the whole network. Finally, we introduce a training control signal for all the neurons, which can enable the correction of weights and the exchange of error estimates. For recurrent neural networks we also demonstrate how to integrate backpropagation through time into their formalism with the help of some stack memory for reference inputs and external data inputs of neurons. Also, for widely used neural networks, such as long short-term memory, radial basis function networks, multilayer perceptrons and convolutional neural networks, we demonstrate their alternative description within the framework of our new formalism.

Foundations

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

Your Notes