Optimizing Memory Efficiency for Deep Convolutional Neural Networks on GPUs
Chao Li, Yi Yang, Min Feng, Srimat Chakradhar, Huiyang Zhou

TL;DR
This paper investigates the memory efficiency of CNNs on GPUs, analyzing data layouts and access patterns, and proposes optimizations that significantly improve performance for both individual layers and entire networks.
Contribution
It introduces novel memory optimization techniques for CNNs on GPUs, addressing a largely overlooked aspect beyond computational efficiency.
Findings
Up to 27.9x speedup for single CNN layers
Up to 5.6x performance improvement for full networks
Memory optimizations significantly enhance CNN execution on GPUs
Abstract
Leveraging large data sets, deep Convolutional Neural Networks (CNNs) achieve state-of-the-art recognition accuracy. Due to the substantial compute and memory operations, however, they require significant execution time. The massive parallel computing capability of GPUs make them as one of the ideal platforms to accelerate CNNs and a number of GPU-based CNN libraries have been developed. While existing works mainly focus on the computational efficiency of CNNs, the memory efficiency of CNNs have been largely overlooked. Yet CNNs have intricate data structures and their memory behavior can have significant impact on the performance. In this work, we study the memory efficiency of various CNN layers and reveal the performance implication from both data layouts and memory access patterns. Experiments show the universal effect of our proposed optimizations on both single layers and various…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Stochastic Gradient Optimization Techniques · Brain Tumor Detection and Classification
