paper-with-me

홈 › Papers

Neural Network-Hardware Co-design for Scalable RRAM-based BNN Accelerators

2018-11-06 · Yulhwa Kim, HyungJun Kim, Jae-Joon Kim

Recently, RRAM-based Binary Neural Network (BNN) hardware has been gaining interests as it requires 1-bit sense-amp only and eliminates the need for high-resolution ADC and DAC. However, RRAM-based BNN hardware still requires high-resolution ADC for partial sum calculation to implement large-scale neural network using multiple memory arrays. We propose a neural network-hardware co-design approach to split input to fit each split network on a RRAM array so that the reconstructed BNNs calculate 1-bit output neuron in each array. As a result, ADC can be completely eliminated from the design even for large-scale neural network. Simulation results show that the proposed network reconstruction and retraining recovers the inference accuracy of the original BNN. The accuracy loss of the proposed scheme in the CIFAR-10 testcase was less than 1.1% compared to the original network. The code for training and running proposed BNN models is available at: https://github.com/YulhwaKim/RRAMScalable_BNN.

📄 PDF Abstract BibTeX arXiv:1811.02187

Code (1)

YulhwaKim/RRAMScalable_BNN 공식 구현

Tasks

Neural Network simulation

Similar Papers 제목 키워드 기반

Neural-PIM: Efficient Processing-In-Memory with Neural Approximation of Peripherals

2022-01-30 · Weidong Cao, Yilong Zhao, Adith Boloor, Yinhe Han 외

Processing-in-memory (PIM) architectures have demonstrated great potential in accelerating numerous deep learning tasks. Particularly, resistive random-access memory (RRAM) devices provide a promising hardware substrate …

Quantization

Hardware-Robust In-RRAM-Computing for Object Detection

2022-05-09 · Yu-Hsiang Chiang, Cheng En Ni, Yun Sung, Tuo-Hung Hou 외

In-memory computing is becoming a popular architecture for deep-learning hardware accelerators recently due to its highly parallel computing, low power, and low area cost. However, in-RRAM computing (IRC) suffered from l…

Objectobject-detectionObject Detection

Joint Hardware-Workload Co-Optimization for In-Memory Computing Accelerators

2026-03-04 · Olga Krestinskaya, Mohammed E. Fouda, Ahmed Eltawil, Khaled N. Salama arxiv

Software-hardware co-design is essential for optimizing in-memory computing (IMC) hardware accelerators for neural networks. However, most existing optimization frameworks target a single workload, leading to highly spec…

RNC: Efficient RRAM-aware NAS and Compilation for DNNs on Resource-Constrained Edge Devices

2024-09-27 · Kam Chi Loong, Shihao Han, Sishuo Liu, Ning Lin 외

Computing-in-memory (CIM) is an emerging computing paradigm, offering noteworthy potential for accelerating neural networks with high parallelism, low latency, and energy efficiency compared to conventional von Neumann a…

Neural Architecture Search

BasisN: Reprogramming-Free RRAM-Based In-Memory-Computing by Basis Combination for Deep Neural Networks

2024-07-04 · Amro Eldebiky, Grace Li Zhang, Xunzhao Yin, Cheng Zhuo 외

Deep neural networks (DNNs) have made breakthroughs in various fields including image recognition and language processing. DNNs execute hundreds of millions of multiply-and-accumulate (MAC) operations. To efficiently acc…