# ADA-Tucker: Compressing Deep Neural Networks via Adaptive Dimension   Adjustment Tucker Decomposition

**Authors:** Zhisheng Zhong, Fangyin Wei, Zhouchen Lin, Chao Zhang

arXiv: 1906.07671 · 2019-06-19

## TL;DR

ADA-Tucker introduces an adaptive Tucker decomposition method for neural network compression, enabling significant storage reduction without accuracy loss, suitable for mobile devices.

## Contribution

It proposes a flexible, learnable Tucker decomposition framework with shared core tensors, outperforming previous low-rank models in neural network compression.

## Key findings

- Reduces LeNet-5 storage by 691 times
- Compresses LeNet-300 by 233 times
- Effective on multiple benchmarks and modern networks

## Abstract

Despite the recent success of deep learning models in numerous applications, their widespread use on mobile devices is seriously impeded by storage and computational requirements. In this paper, we propose a novel network compression method called Adaptive Dimension Adjustment Tucker decomposition (ADA-Tucker). With learnable core tensors and transformation matrices, ADA-Tucker performs Tucker decomposition of arbitrary-order tensors. Furthermore, we propose that weight tensors in networks with proper order and balanced dimension are easier to be compressed. Therefore, the high flexibility in decomposition choice distinguishes ADA-Tucker from all previous low-rank models. To compress more, we further extend the model to Shared Core ADA-Tucker (SCADA-Tucker) by defining a shared core tensor for all layers. Our methods require no overhead of recording indices of non-zero elements. Without loss of accuracy, our methods reduce the storage of LeNet-5 and LeNet-300 by ratios of 691 times and 233 times, respectively, significantly outperforming state of the art. The effectiveness of our methods is also evaluated on other three benchmarks (CIFAR-10, SVHN, ILSVRC12) and modern newly deep networks (ResNet, Wide-ResNet).

## Full text

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

## Figures

14 figures with captions in the complete paper: https://tomesphere.com/paper/1906.07671/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/1906.07671/full.md

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