Neuromorphic Computing

Fugu

Fugu is a spiking neural network library designed to produce algorithms that are composable, scalable and portable.  Developers define spiking neural network functions (“Bricks”) using procedural code to generate platform-agnostic networks.  These networks are then complied to specific execution backends, either spiking simulators or spiking neuromorphic hardware.  This approach allows components from different authors to work easily together and frees the user from worrying about platform-specific requirements.

View Fugu code on GitHub

Image of FuguLogo

Neural graph analysis

One use case of Fugu is using spiking neural networks to perform graph analysis.  Graphs naturally map to spiking neural networks, and the distributed nature of the computation naturally maps to efficient asynchronous computation.  In some cases, the spiking approach can be formally more efficient than the traditional counterparts.  Fugu enables these (and other) spiking algorithms to be implemented easily, at scale, and on-hardware.

References
  • C.M. Vineyard, S. Cardwell, F. Chance, S.S. Musuvathy, F. Rothganger, W.M. Severa, J. Smith, C. Teeter, F. Wang and J.B. Aimone, "Neural Mini-Apps as a Tool for Neuromorphic Computing Insight”, " In Neuro-Inspired Computational Elements Conference, Neuro-Inspired Computational Elements (NICE), 2022, pp. 40-49.

Neural Stochastic Models

Stochastic processes lie at the heart of many scientific and computing applications, including particle transport and stochastic epidemic models, as well as randomized machine learning techniques including Bayesian neural nets and stochastic dropout.  The brain also exhibits randomness through the widespread and efficient use of stochastic vesicle release in synapses.  To target a broad class of probabilistic applications, Sandia has taken an interest in developing neural stochastic capabilities. Existing capabilities include:

  • Diffusion
  • Stochastic trajectory approximation
  • Stochastic processes as solutions to partial differential equations
Image of image-3
Smith et al., Nat. Elec. 2022. Left: Loihi-sampled solution for a steady-state particle fluence problem. Right: Neuromorphic advantage for sampling random walks in comparison with CPU and GPU implementations.

Neural Inspired Remote Sensing

Collecting data in the harshest of environments, remote sensing applications have the challenge of delivering insight and intelligence in the face of unique environmental and operational constraints.  From space based systems to airborne and ground sensors, there is a demand for increased capability while decreasing Size, Weight and Power (SWaP) costs.   Neuromorphic and neural inspired computing approaches can offer previously unattainable performance, creating a complete paradigm shift. 

One example of potential re-think is moving AI data processing on-board space based systems. Traditional systems often use a collect-transmit-process pipeline.  Comprehensive on-board processing has been out-of-reach, largely due to constaints on power consumption.  However such on-board processing is possible using neural inspired AI algorithms and accelerators, allowing new options for how satellite constellations are designed, developed and deployed.  Analyzing the full impact of these developments is still an open question and requires bespoke expertise, software, and ModSim capabilities.

Image of image-2
Choice of computing architecture impacts required power consumption and, consequently, the design of satellite systems.
References