Reducing Data Motion to Accelerate the Training of Deep Neural Networks

Sicong Zhuang,Cristiano Malossi,Marc Casas
DOI: https://doi.org/10.48550/arXiv.2004.02297
2020-04-06
Abstract:This paper reduces the cost of DNNs training by decreasing the amount of data movement across heterogeneous architectures composed of several GPUs and multicore CPU devices. In particular, this paper proposes an algorithm to dynamically adapt the data representation format of network weights during training. This algorithm drives a compression procedure that reduces data size before sending them over the parallel system. We run an extensive evaluation campaign considering several up-to-date deep neural network models and two high-end parallel architectures composed of multiple GPUs and CPU multicore chips. Our solution achieves average performance improvements from 6.18\% up to 11.91\%.
Distributed, Parallel, and Cluster Computing
What problem does this paper attempt to address?