CVJun 30, 2022

Sparse Periodic Systolic Dataflow for Lowering Latency and Power Dissipation of Convolutional Neural Network Accelerators

arXiv:2207.00068v14 citationsh-index: 33
Originality Highly original
AI Analysis

This work addresses hardware efficiency for lightweight neural network accelerators, particularly on FPGA devices, representing an incremental improvement through a novel compiler-hardware codesign.

The paper tackles the problem of high latency and power dissipation in convolutional neural network accelerators by introducing the sparse periodic systolic (SPS) dataflow, which achieves a 4.49x energy efficiency gain and reduces storage requirements by 3.67x for total weight storage and 22,044x for indexing memory on benchmarks like VGG and ResNet.

This paper introduces the sparse periodic systolic (SPS) dataflow, which advances the state-of-the-art hardware accelerator for supporting lightweight neural networks. Specifically, the SPS dataflow enables a novel hardware design approach unlocked by an emergent pruning scheme, periodic pattern-based sparsity (PPS). By exploiting the regularity of PPS, our sparsity-aware compiler optimally reorders the weights and uses a simple indexing unit in hardware to create matches between the weights and activations. Through the compiler-hardware codesign, SPS dataflow enjoys higher degrees of parallelism while being free of the high indexing overhead and without model accuracy loss. Evaluated on popular benchmarks such as VGG and ResNet, the SPS dataflow and accompanying neural network compiler outperform prior work in convolutional neural network (CNN) accelerator designs targeting FPGA devices. Against other sparsity-supporting weight storage formats, SPS results in 4.49x energy efficiency gain while lowering storage requirements by 3.67x for total weight storage (non-pruned weights plus indexing) and 22,044x for indexing memory.

Foundations

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

Your Notes