English

A Low-Power Sparse Deep Learning Accelerator with Optimized Data Reuse

Hardware Architecture 2025-03-26 v1

Abstract

Sparse deep learning has reduced computation significantly, but its irregular non-zero data distribution complicates the data flow and hinders data reuse, increasing on-chip SRAM access and thus power consumption of the chip. This paper addresses the aforementioned issues by maximizing data reuse to reduce SRAM access by two approaches. First, we propose Effective Index Matching (EIM), which efficiently searches and arranges non-zero operations from compressed data. Second, we propose Shared Index Data Reuse (SIDR) which coordinates the operations between Processing Elements (PEs), regularizing their SRAM data access, thereby enabling all data to be reused efficiently. Our approach reduces the access of the SRAM buffer by 86\% when compared to the previous design, SparTen. As a result, our design achieves a 2.5×\times improvement in power efficiency compared to state-of-the-art methods while maintaining a simpler dataflow.

Keywords

Cite

@article{arxiv.2503.19639,
  title  = {A Low-Power Sparse Deep Learning Accelerator with Optimized Data Reuse},
  author = {Kai-Chieh Hsu and Tian-Sheuan Chang},
  journal= {arXiv preprint arXiv:2503.19639},
  year   = {2025}
}

Comments

to be published in IEEE International Symposium on Circuits and Systems (IEEE ISCAS 2025)

R2 v1 2026-06-28T22:33:48.802Z