NEJun 2, 2020

Deep Learning in Target Space

arXiv:2006.01578v31 citations
Originality Incremental advance
AI Analysis

This addresses training challenges in deep learning for practitioners, offering a method to enhance efficiency and generalization, though it is incremental as it builds on existing optimizers.

The paper tackles the problem of exploding gradients and difficult training in deep neural networks by re-parameterizing weights into targets for node firing strengths, leading to faster training and improved generalization, with experimental results showing speed gains and better performance in fully-connected, convolutional, and recurrent networks.

Deep learning uses neural networks which are parameterised by their weights. The neural networks are usually trained by tuning the weights to directly minimise a given loss function. In this paper we propose to re-parameterise the weights into targets for the firing strengths of the individual nodes in the network. Given a set of targets, it is possible to calculate the weights which make the firing strengths best meet those targets. It is argued that using targets for training addresses the problem of exploding gradients, by a process which we call cascade untangling, and makes the loss-function surface smoother to traverse, and so leads to easier, faster training, and also potentially better generalisation, of the neural network. It also allows for easier learning of deeper and recurrent network structures. The necessary conversion of targets to weights comes at an extra computational expense, which is in many cases manageable. Learning in target space can be combined with existing neural-network optimisers, for extra gain. Experimental results show the speed of using target space, and examples of improved generalisation, for fully-connected networks and convolutional networks, and the ability to recall and process long time sequences and perform natural-language processing with recurrent networks.

Code Implementations1 repo
Foundations

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

Your Notes