Litcius/Paper detail

Speculative Backpropagation for CNN Parallel Training

Sangwoo Park, Taeweon Suh

2020IEEE Access20 citationsDOIOpen Access PDF

Abstract

The parallel learning in neural networks can greatly shorten the training time. Its prior efforts were mostly limited to distributing inputs to multiple computing engines. It is because the gradient descent algorithm in the neural network training is inherently sequential. This paper proposes a novel CNN parallel training method for image recognition. It overcomes the sequential property of the gradient descent and enables the parallel training with the speculative backpropagation. We found that the Softmax and ReLU outcomes in the forward propagation for the same labels are likely to be very similar. This characteristic makes it possible to perform the forward and backward propagation simultaneously. We implemented the proposed parallel model with CNNs in both software and hardware, and evaluated its performance. The parallel training reduces the training time by 34% in CIFAR-100 without the loss of the prediction accuracy compared to the sequential training. In many cases, it even improves the accuracy.

Topics & Concepts

BackpropagationSoftmax functionComputer scienceTraining (meteorology)Artificial neural networkGradient descentArtificial intelligenceConvolutional neural networkProperty (philosophy)Pattern recognition (psychology)PhysicsEpistemologyPhilosophyMeteorologyAdvanced Neural Network ApplicationsAdversarial Robustness in Machine LearningNeural Networks and Applications
Speculative Backpropagation for CNN Parallel Training | Litcius