NEETLGNov 15, 2017

Bridging the Gap Between Neural Networks and Neuromorphic Hardware with A Neural Network Compiler

arXiv:1801.00746v357 citations
Originality Incremental advance
AI Analysis

This addresses the problem of hardware-software co-design for neuromorphic computing, enabling efficient deployment of neural networks on specialized chips, though it is incremental in building on existing compiler techniques.

The paper tackles the challenge of adapting neural networks to neuromorphic hardware constraints by introducing a compiler that transforms trained networks to meet hardware-specific restrictions, resulting in insignificant inference error and much shorter transformation time compared to retraining.

Different from developing neural networks (NNs) for general-purpose processors, the development for NN chips usually faces with some hardware-specific restrictions, such as limited precision of network signals and parameters, constrained computation scale, and limited types of non-linear functions. This paper proposes a general methodology to address the challenges. We decouple the NN applications from the target hardware by introducing a compiler that can transform an existing trained, unrestricted NN into an equivalent network that meets the given hardware's constraints. We propose multiple techniques to make the transformation adaptable to different kinds of NN chips, and reliable for restrict hardware constraints. We have built such a software tool that supports both spiking neural networks (SNNs) and traditional artificial neural networks (ANNs). We have demonstrated its effectiveness with a fabricated neuromorphic chip and a processing-in-memory (PIM) design. Tests show that the inference error caused by this solution is insignificant and the transformation time is much shorter than the retraining time. Also, we have studied the parameter-sensitivity evaluations to explore the tradeoffs between network error and resource utilization for different transformation strategies, which could provide insights for co-design optimization of neuromorphic hardware and software.

Foundations

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

Your Notes