English

Accelerating CNN Training by Pruning Activation Gradients

Machine Learning 2020-07-21 v3 Computer Vision and Pattern Recognition Machine Learning

Abstract

Sparsification is an efficient approach to accelerate CNN inference, but it is challenging to take advantage of sparsity in training procedure because the involved gradients are dynamically changed. Actually, an important observation shows that most of the activation gradients in back-propagation are very close to zero and only have a tiny impact on weight-updating. Hence, we consider pruning these very small gradients randomly to accelerate CNN training according to the statistical distribution of activation gradients. Meanwhile, we theoretically analyze the impact of pruning algorithm on the convergence. The proposed approach is evaluated on AlexNet and ResNet-\{18, 34, 50, 101, 152\} with CIFAR-\{10, 100\} and ImageNet datasets. Experimental results show that our training approach could substantially achieve up to 5.92×5.92 \times speedups at back-propagation stage with negligible accuracy loss.

Keywords

Cite

@article{arxiv.1908.00173,
  title  = {Accelerating CNN Training by Pruning Activation Gradients},
  author = {Xucheng Ye and Pengcheng Dai and Junyu Luo and Xin Guo and Yingjie Qi and Jianlei Yang and Yiran Chen},
  journal= {arXiv preprint arXiv:1908.00173},
  year   = {2020}
}

Comments

accepted by ECCV 2020

R2 v1 2026-06-23T10:36:51.517Z