LGNEMLDec 15, 2016

Tunable Efficient Unitary Neural Networks (EUNN) and their application to RNNs

arXiv:1612.05231v3188 citations
Originality Incremental advance
AI Analysis

This provides a promising alternative to RNNs and LSTMs for applications requiring learning long-term correlations, though it appears incremental as it builds on existing unitary matrix approaches.

The authors tackled the gradient explosion/vanishing problem in neural networks by introducing a tunable Efficient Unitary Neural Network (EUNN) architecture, achieving significant performance improvements over state-of-the-art unitary RNNs and LSTMs on tasks like copying, MNIST, and TIMIT, with computational complexity of O(1) per parameter.

Using unitary (instead of general) matrices in artificial neural networks (ANNs) is a promising way to solve the gradient explosion/vanishing problem, as well as to enable ANNs to learn long-term correlations in the data. This approach appears particularly promising for Recurrent Neural Networks (RNNs). In this work, we present a new architecture for implementing an Efficient Unitary Neural Network (EUNNs); its main advantages can be summarized as follows. Firstly, the representation capacity of the unitary space in an EUNN is fully tunable, ranging from a subspace of SU(N) to the entire unitary space. Secondly, the computational complexity for training an EUNN is merely $\mathcal{O}(1)$ per parameter. Finally, we test the performance of EUNNs on the standard copying task, the pixel-permuted MNIST digit recognition benchmark as well as the Speech Prediction Test (TIMIT). We find that our architecture significantly outperforms both other state-of-the-art unitary RNNs and the LSTM architecture, in terms of the final performance and/or the wall-clock training speed. EUNNs are thus promising alternatives to RNNs and LSTMs for a wide variety of applications.

Code Implementations4 repos
Foundations

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

Your Notes