English

SparseTrain: Exploiting Dataflow Sparsity for Efficient Convolutional Neural Networks Training

Computer Vision and Pattern Recognition 2020-07-28 v1 Hardware Architecture

Abstract

Training Convolutional Neural Networks (CNNs) usually requires a large number of computational resources. In this paper, \textit{SparseTrain} is proposed to accelerate CNN training by fully exploiting the sparsity. It mainly involves three levels of innovations: activation gradients pruning algorithm, sparse training dataflow, and accelerator architecture. By applying a stochastic pruning algorithm on each layer, the sparsity of back-propagation gradients can be increased dramatically without degrading training accuracy and convergence rate. Moreover, to utilize both \textit{natural sparsity} (resulted from ReLU or Pooling layers) and \textit{artificial sparsity} (brought by pruning algorithm), a sparse-aware architecture is proposed for training acceleration. This architecture supports forward and back-propagation of CNN by adopting 1-Dimensional convolution dataflow. We have built %a simple compiler to map CNNs topology onto \textit{SparseTrain}, and a cycle-accurate architecture simulator to evaluate the performance and efficiency based on the synthesized design with 14nm14nm FinFET technologies. Evaluation results on AlexNet/ResNet show that \textit{SparseTrain} could achieve about 2.7×2.7 \times speedup and 2.2×2.2 \times energy efficiency improvement on average compared with the original training process.

Keywords

Cite

@article{arxiv.2007.13595,
  title  = {SparseTrain: Exploiting Dataflow Sparsity for Efficient Convolutional Neural Networks Training},
  author = {Pengcheng Dai and Jianlei Yang and Xucheng Ye and Xingzhou Cheng and Junyu Luo and Linghao Song and Yiran Chen and Weisheng Zhao},
  journal= {arXiv preprint arXiv:2007.13595},
  year   = {2020}
}

Comments

published on DAC 2020

R2 v1 2026-06-23T17:26:02.871Z