paper-with-me

홈 › Papers

Group Scissor: Scaling Neuromorphic Computing Design to Large Neural Networks

2017-02-11 · Yandan Wang, Wei Wen, Beiye Liu, Donald Chiarulli, Hai Li

Synapse crossbar is an elementary structure in Neuromorphic Computing Systems (NCS). However, the limited size of crossbars and heavy routing congestion impedes the NCS implementations of big neural networks. In this paper, we propose a two-step framework (namely, group scissor) to scale NCS designs to big neural networks. The first step is rank clipping, which integrates low-rank approximation into the training to reduce total crossbar area. The second step is group connection deletion, which structurally prunes connections to reduce routing congestion between crossbars. Tested on convolutional neural networks of LeNet on MNIST database and ConvNet on CIFAR-10 database, our experiments show significant reduction of crossbar area and routing area in NCS designs. Without accuracy loss, rank clipping reduces total crossbar area to 13.62\% and 51.81\% in the NCS designs of LeNet and ConvNet, respectively. Following rank clipping, group connection deletion further reduces the routing area of LeNet and ConvNet to 8.1\% and 52.06\%, respectively.

📄 PDF Abstract BibTeX arXiv:1702.03443

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
LeNet LeNet is a classic convolutional neural network employing the use of convolutions, pooling and fully connected layers. It was used for the handwritten digit recognition task…

Similar Papers 제목 키워드 기반

NeuCASL: From Logic Design to System Simulation of Neuromorphic Engines

2022-08-06 · Dharanidhar Dang, Amitash Nanda, Bill Lin, Debashis Sahoo

With Moore's law saturating and Dennard scaling hitting its wall, traditional Von Neuman systems cannot offer the GFlops/watt for compute-intensive algorithms such as CNN. Recent trends in unconventional computing approa…

A Case for 3D Integrated System Design for Neuromorphic Computing & AI Applications

2021-03-02 · Eren Kurshan, Hai Li, Mingoo Seok, Yuan Xie

Over the last decade, artificial intelligence has found many applications areas in the society. As AI solutions have become more sophistication and the use cases grew, they highlighted the need to address performance and…

Neuromorphic FPGA Design for Digital Signal Processing

2026-01-11 · Justin London arxiv

In this paper, the foundations of neuromorphic computing, spiking neural networks (SNNs) and memristors, are analyzed and discussed. Neuromorphic computing is then applied to FPGA design for digital signal processing (DS…

Neuromorphic Computing: A Theoretical Framework for Time, Space, and Energy Scaling

2025-07-23 · James B Aimone arxiv

Neuromorphic computing (NMC) is increasingly viewed as a low-power alternative to conventional von Neumann architectures such as central processing units (CPUs) and graphics processing units (GPUs), however the computati…

Design Technology Co-Optimization for Neuromorphic Computing

2021-10-15 · Ankita Paul, Shihao Song, Anup Das

We present a design-technology tradeoff analysis in implementing machine-learning inference on the processing cores of a Non-Volatile Memory (NVM)-based many-core neuromorphic hardware. Through detailed circuit-level sim…