# DAC: Data-free Automatic Acceleration of Convolutional Networks

**Authors:** Xin Li, Shuai Zhang, Bolan Jiang, Yingyong Qi, Mooi Choo Chuah and, Ning Bi

arXiv: 1812.08374 · 2018-12-31

## TL;DR

DAC is a data-free method that decomposes convolutional layers to reduce computational cost while preserving accuracy, enabling efficient deployment of deep models on resource-limited devices.

## Contribution

This paper introduces DAC, a novel data-free decomposition technique that factorizes convolutional layers without training or data, outperforming existing methods in efficiency and accuracy preservation.

## Key findings

- Reduces FLOPs by up to 53% with 2% accuracy loss on VGG16.
- Achieves 29% FLOPs reduction on SSD300 object detection.
- Maintains high accuracy while significantly decreasing computational cost.

## Abstract

Deploying a deep learning model on mobile/IoT devices is a challenging task. The difficulty lies in the trade-off between computation speed and accuracy. A complex deep learning model with high accuracy runs slowly on resource-limited devices, while a light-weight model that runs much faster loses accuracy. In this paper, we propose a novel decomposition method, namely DAC, that is capable of factorizing an ordinary convolutional layer into two layers with much fewer parameters. DAC computes the corresponding weights for the newly generated layers directly from the weights of the original convolutional layer. Thus, no training (or fine-tuning) or any data is needed. The experimental results show that DAC reduces a large number of floating-point operations (FLOPs) while maintaining high accuracy of a pre-trained model. If 2% accuracy drop is acceptable, DAC saves 53% FLOPs of VGG16 image classification model on ImageNet dataset, 29% FLOPS of SSD300 object detection model on PASCAL VOC2007 dataset, and 46% FLOPS of a multi-person pose estimation model on Microsoft COCO dataset. Compared to other existing decomposition methods, DAC achieves better performance.

## Full text

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

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1812.08374/full.md

## References

33 references — full list in the complete paper: https://tomesphere.com/paper/1812.08374/full.md

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