LGCVPFIVMLDec 26, 2019

Deep Learning Training with Simulated Approximate Multipliers

arXiv:2001.00060v29 citations
Originality Incremental advance
AI Analysis

This work addresses hardware efficiency for deep learning practitioners by proposing an incremental improvement to training methods using approximate multipliers.

This paper tackles the problem of improving CNN training performance by using approximate multipliers, which offer better speed, power, and area but introduce inaccuracy, and demonstrates that this approach significantly enhances performance metrics with only a small negative impact on accuracy, mitigated by a hybrid method that switches to exact multipliers in later epochs.

This paper presents by simulation how approximate multipliers can be utilized to enhance the training performance of convolutional neural networks (CNNs). Approximate multipliers have significantly better performance in terms of speed, power, and area compared to exact multipliers. However, approximate multipliers have an inaccuracy which is defined in terms of the Mean Relative Error (MRE). To assess the applicability of approximate multipliers in enhancing CNN training performance, a simulation for the impact of approximate multipliers error on CNN training is presented. The paper demonstrates that using approximate multipliers for CNN training can significantly enhance the performance in terms of speed, power, and area at the cost of a small negative impact on the achieved accuracy. Additionally, the paper proposes a hybrid training method which mitigates this negative impact on the accuracy. Using the proposed hybrid method, the training can start using approximate multipliers then switches to exact multipliers for the last few epochs. Using this method, the performance benefits of approximate multipliers in terms of speed, power, and area can be attained for a large portion of the training stage. On the other hand, the negative impact on the accuracy is diminished by using the exact multipliers for the last epochs of training.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes