English

BitWave: Exploiting Column-Based Bit-Level Sparsity for Deep Learning Acceleration

Systems and Control 2025-07-17 v1 Systems and Control

Abstract

Bit-serial computation facilitates bit-wise sequential data processing, offering numerous benefits, such as a reduced area footprint and dynamically-adaptive computational precision. It has emerged as a prominent approach, particularly in leveraging bit-level sparsity in Deep Neural Networks (DNNs). However, existing bit-serial accelerators exploit bit-level sparsity to reduce computations by skipping zero bits, but they suffer from inefficient memory accesses due to the irregular indices of the non-zero bits. As memory accesses typically are the dominant contributor to DNN accelerator performance, this paper introduces a novel computing approach called "bit-column-serial" and a compatible architecture design named "BitWave." BitWave harnesses the advantages of the "bit-column-serial" approach, leveraging structured bit-level sparsity in combination with dynamic dataflow techniques. This achieves a reduction in computations and memory footprints through redundant computation skipping and weight compression. BitWave is able to mitigate the performance drop or the need for retraining that is typically associated with sparsity-enhancing techniques using a post-training optimization involving selected weight bit-flips. Empirical studies conducted on four deep-learning benchmarks demonstrate the achievements of BitWave: (1) Maximally realize 13.25x higher speedup, 7.71x efficiency compared to state-of-the-art sparsity-aware accelerators. (2) Occupying 1.138 mm2 area and consuming 17.56 mW power in 16nm FinFet process node.

Keywords

Cite

@article{arxiv.2507.12444,
  title  = {BitWave: Exploiting Column-Based Bit-Level Sparsity for Deep Learning Acceleration},
  author = {Man Shi and Vikram Jain and Antony Joseph and Maurice Meijer and Marian Verhelst},
  journal= {arXiv preprint arXiv:2507.12444},
  year   = {2025}
}

Comments

15 pages, 18 figures, 2024 IEEE International Symposium on High-Performance Computer Architecture (HPCA)

R2 v1 2026-07-01T04:04:42.384Z