Zhang, Tianqi, Morris, Justing, Stewart, Kenneth, Lui, Hin Wai, Khaleghi, Behnam, Thomas, Anthony, Goncalves-Marback, Thiago, Aksanli, Baris, Neftci, Emre O., and Rosing, Tajana
Today’s machine learning (ML) systems, running workloads, such as deep neural networks, which require billions of parameters and many hours to train a model, consume a significant amount of energy. Due to the complexity of computation and topology, even the quantized models are hard to deploy on edge devices under energy constraints. To combat this, researchers have been focusing on new emerging neuromorphic computing models. Two of those models are hyperdimensional computing (HDC) and spiking neural networks (SNNs), both with their own benefits. HDC has various desirable properties that other ML algorithms lack, such as robustness to noise, simple operations, and high parallelism. SNNs are able to process event-based signal data in an efficient manner. This work develops $\mathsf {HyperSpike}$ , which utilizes a single, randomly initialized, and untrained SNN layer as a feature extractor connected to a trained HDC classifier. HDC is used to enable more efficient classification as well as provide robustness to errors. We experimentally show that $\mathsf {HyperSpike}$ is on average $31.5\times $ more robust to errors than traditional SNNs. On Intel’s Loihi (Davies et al., 2018), $\mathsf {HyperSpike}$ is $10\times $ faster and $2.6\times $ more energy efficient over traditional SNN networks. We further develop $\mathsf {HyperSpikeASIC}$ , a customized accelerator for $\mathsf {HyperSpike}$ . By decoupling the neuron and synapses, $\mathsf {HyperSpikeASIC}$ skips the inactive neurons and limits the neuron state updating to once per time step at most. $\mathsf {HyperSpikeASIC}$ is $601\times $ faster and $3467\times $ more energy efficient than $\mathsf {HyperSpike}$ running on Intel’s Loihi for SNN acceleration, and $12.2\times $ faster and $211\times $ more energy efficient than the state-of-the-art SNN ASIC implementation (Wang et al., 2022).