MLLGMay 25, 2018

Tensorial Neural Networks: Generalization of Neural Networks and Application to Model Compression

arXiv:1805.10352v323 citations
Originality Incremental advance
AI Analysis

This work addresses model compression for neural networks, offering a novel approach that improves efficiency and accuracy, though it appears incremental as it builds on existing tensor and compression methods.

The paper tackles the problem of neural network model compression by proposing tensorial neural networks (TNNs), a generalization that extends tensor operations to high-order inputs, resulting in fewer parameters and improved compression. Experiments show TNN-based compression outperforms state-of-the-art low-rank methods with a 5% test accuracy improvement on CIFAR10 and faster convergence rates.

We propose tensorial neural networks (TNNs), a generalization of existing neural networks by extending tensor operations on low order operands to those on high order ones. The problem of parameter learning is challenging, as it corresponds to hierarchical nonlinear tensor decomposition. We propose to solve the learning problem using stochastic gradient descent by deriving nontrivial backpropagation rules in generalized tensor algebra we introduce. Our proposed TNNs has three advantages over existing neural networks: (1) TNNs naturally apply to high order input object and thus preserve the multi-dimensional structure in the input, as there is no need to flatten the data. (2) TNNs interpret designs of existing neural network architectures. (3) Mapping a neural network to TNNs with the same expressive power results in a TNN of fewer parameters. TNN based compression of neural network improves existing low-rank approximation based compression methods as TNNs exploit two other types of invariant structures, periodicity and modulation, in addition to the low rankness. Experiments on LeNet-5 (MNIST), ResNet-32 (CIFAR10) and ResNet-50 (ImageNet) demonstrate that our TNN based compression outperforms (5% test accuracy improvement universally on CIFAR10) the state-of-the-art low-rank approximation based compression methods under the same compression rate, besides achieving orders of magnitude faster convergence rates due to the efficiency of TNNs.

Foundations

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

Your Notes