# Compressing deep neural networks by matrix product operators

**Authors:** Ze-Feng Gao, Song Cheng, Rong-Qiang He, Z. Y. Xie, Hui-Hai Zhao,, Zhong-Yi Lu, Tao Xiang

arXiv: 1904.06194 · 2020-07-01

## TL;DR

This paper introduces a method to compress deep neural networks by representing their linear transformations with matrix product operators, significantly reducing parameters while maintaining or improving accuracy.

## Contribution

The novel contribution is applying matrix product operators from physics to efficiently compress neural network linear layers, enhancing simplicity and efficiency.

## Key findings

- Maintains or improves accuracy with fewer parameters.
- Effective across various neural network architectures.
- Reduces model complexity and storage requirements.

## Abstract

A deep neural network is a parametrization of a multilayer mapping of signals in terms of many alternatively arranged linear and nonlinear transformations. The linear transformations, which are generally used in the fully connected as well as convolutional layers, contain most of the variational parameters that are trained and stored. Compressing a deep neural network to reduce its number of variational parameters but not its prediction power is an important but challenging problem toward the establishment of an optimized scheme in training efficiently these parameters and in lowering the risk of overfitting. Here we show that this problem can be effectively solved by representing linear transformations with matrix product operators (MPOs), which is a tensor network originally proposed in physics to characterize the short-range entanglement in one-dimensional quantum states. We have tested this approach in five typical neural networks, including FC2, LeNet-5, VGG, ResNet, and DenseNet on two widely used data sets, namely, MNIST and CIFAR-10, and found that this MPO representation indeed sets up a faithful and efficient mapping between input and output signals, which can keep or even improve the prediction accuracy with a dramatically reduced number of parameters. Our method greatly simplifies the representations in deep learning, and opens a possible route toward establishing a framework of modern neural networks which might be simpler and cheaper, but more efficient.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.06194/full.md

## Figures

13 figures with captions in the complete paper: https://tomesphere.com/paper/1904.06194/full.md

## References

70 references — full list in the complete paper: https://tomesphere.com/paper/1904.06194/full.md

---
Source: https://tomesphere.com/paper/1904.06194