English

Communication-Optimal Convolutional Neural Nets

Data Structures and Algorithms 2018-04-25 v2 Computational Complexity

Abstract

Efficiently executing convolutional neural nets (CNNs) is important in many machine-learning tasks. Since the cost of moving a word of data, either between levels of a memory hierarchy or between processors over a network, is much higher than the cost of an arithmetic operation, minimizing data movement is critical to performance optimization. In this paper, we present both new lower bounds on data movement needed for CNNs, and optimal sequential algorithms that attain these lower bounds. In most common cases, our optimal algorithms can attain significantly more data reuse than matrix multiplication.

Keywords

Cite

@article{arxiv.1802.06905,
  title  = {Communication-Optimal Convolutional Neural Nets},
  author = {James Demmel and Grace Dinh},
  journal= {arXiv preprint arXiv:1802.06905},
  year   = {2018}
}
R2 v1 2026-06-23T00:27:05.064Z