- New
- Research Article
- 10.1088/2634-4386/ae5088
- Mar 11, 2026
- Neuromorphic Computing and Engineering
- Wilkie Olin-Ammentorp
Abstract The introduction of large language models has significantly expanded global demand for computing; addressing this growing demand requires novel approaches that introduce new capabilities while addressing extant needs. Although inspiration from biological systems served as the foundation on which modern artificial intelligence (AI) was developed, many modern advances have been made without clear parallels to biological computing. As a result, the ability of techniques inspired by ``natural intelligence'' (NI) to inflect modern AI systems may be questioned. However, by analyzing remaining disparities between AI and NI, we argue that further biological inspiration can contribute towards expanding the capabilities of artificial systems, enabling them to succeed in real-world environments and adapt to niche applications. To elucidate which NI mechanisms can contribute toward this goal, we review and compare elements of biological and artificial computing systems, emphasizing areas of NI that have not yet been effectively captured by AI. We then suggest areas of opportunity for NI-inspired mechanisms that can inflect AI hardware and software.
- New
- Research Article
- 10.1088/2634-4386/ae4cc5
- Mar 3, 2026
- Neuromorphic Computing and Engineering
- Harsh Kumar Jadia + 13 more
Abstract Symbol decoding in multiple-input multiple-output (MIMO) wireless communication systems requires the deployment of fast, energy-efficient computing hardware deployable at the edge. The brute-force and exact maximum likelihood (ML) decoder, solved on conventional classical digital hardware to decode MIMO symbols, has exponential time complexity. Approximate classical solvers implemented on the same hardware have polynomial time complexity at the best. In this article, we design an alternative ring-oscillator-based coupled oscillator array (also known as oscillatory neural network (ONN)) to act as an oscillator Ising machine (OIM) and heuristically solve the ML-based MIMO detection problem. Complementary metal oxide semiconductor (CMOS) technology is used to design the ring oscillators, and ferroelectric field effect transistor (FeFET) technology is chosen as the non-volatile memory (NVM) coupling element (X) between the oscillators in this CMOS + X OIM design. For this purpose, we experimentally report high linear range of conductance variation (1 µS to 60 µS) with programming voltage pulses in a HfO 2 -based FeFET device fabricated at 28 nm high-K/ metal gate (HKMG) CMOS technology node. We incorporate the conductance modulation characteristic in SPICE simulation of the ring oscillators connected in an all-to-all fashion through a crossbar array of these FeFET devices. We show that the above range of conductance variation of FeFET is suitable to obtain best OIM performance, thereby making FeFET a suitable NVM device for this application. Our SPICE simulations show that there is no significant performance drop for symbol detection up to MIMO array sizes of 90 transmitting and 90 receiving antennas. Our simulations, combined with analytical treatment using Kuramoto model of oscillators, predict that this designed classical analog OIM, if implemented experimentally, will offer logarithmic scaling of computation time with MIMO size, thereby offering huge improvement (in terms of computation speed) over exact and approximate classical solvers run on conventional digital hardware.
- New
- Discussion
- 10.1088/2634-4386/ae4d7f
- Mar 1, 2026
- Neuromorphic Computing and Engineering
- Salvador Cardona-Serra
- New
- Research Article
- 10.1088/2634-4386/ae4535
- Mar 1, 2026
- Neuromorphic Computing and Engineering
- James C Knight + 2 more
- New
- Research Article
- 10.1088/2634-4386/ae4824
- Mar 1, 2026
- Neuromorphic Computing and Engineering
- Yongkang Huo + 2 more
- New
- Research Article
- 10.1088/2634-4386/ae4648
- Feb 24, 2026
- Neuromorphic Computing and Engineering
- Riccardo Mazzieri + 4 more
Abstract Radar-based human activity recognition (HAR) offers privacy and robustness over camera-based methods, yet remains computationally demanding for edge deployment. We present the first application of spiking neural networks (SNNs) for radar-based HAR on aircraft marshaling signal classification. Our novel hybrid architecture combines a pre-trained convolutional backbone for spatial feature extraction and leaky integrate-and-fire neurons for temporal processing, inherently capturing gesture dynamics. The model reduces trainable parameters by 88% with under 1% accuracy loss compared to existing state of the art methods, and generalizes well to the Soli gesture dataset. Through systematic comparisons with other three artificial neural network architectures, we demonstrate the trade-offs of spiking computation in terms of accuracy, latency, memory, and energy, establishing SNNs as an efficient and competitive solution for radar-based HAR.
- New
- Research Article
- 10.1088/2634-4386/ae44c6
- Feb 23, 2026
- Neuromorphic Computing and Engineering
- Sergio Portillo + 5 more
Abstract Nanofluidic memristive systems exhibit the nonlinear behavior and the short-time plasticity needed for reservoir computing (RC) networks. They use ions as information carriers and operate in an electrochemical environment, in resemblance to the biological synapses. Here we present simulation results of an RC model implementation using a parallel array of memristive nanopores as reservoir. Each nanopore of the array is simulated under distinct chemical conditions using an experimentally justified theoretical model. We demonstrate the potential of the proposed network by performing three different RC tasks: sine wave nonlinear transformation, waveform classification, and forecasting of the Mackey-Glass chaotic time series.
- New
- Research Article
- 10.1088/2634-4386/ae441f
- Feb 19, 2026
- Neuromorphic Computing and Engineering
- Davide Pilati + 5 more
- New
- Research Article
- 10.1088/2634-4386/ae46d4
- Feb 17, 2026
- Neuromorphic Computing and Engineering
- Maximilian Baronig + 3 more
Abstract Recurrent spiking neural networks (RSNNs) can be implemented very efficiently in neuromorphic systems. Nevertheless, training of these models with powerful gradient-based learning algorithms is mostly performed on standard digital hardware using Backpropagation through time (BPTT). However, BPTT has substantial limitations. It does not permit online training and its memory consumption scales linearly with the number of computation steps. In contrast, learning methods using forward propagation of gradients operate in an online manner with a memory consumption independent of the number of time steps. These methods enable SNNs to learn from continuous, infinite-length input sequences. In addition, approximate forward propagation algorithms have been developed that can be implemented on neuromorphic hardware. Yet, slow execution speed on conventional hardware as well as inferior performance has hindered their widespread application. In this work, we introduce HYbrid PRopagation (HYPR) that combines the efficiency of parallelization with approximate online forward learning. Our algorithm yields high-throughput online learning through parallelization, paired with constant, i.e., sequence length independent, memory demands. HYPR enables parallelization of parameter update computation over subsequences for RSNNs consisting of almost arbitrary non-linear spiking neuron models. We apply HYPR to networks of spiking neurons with oscillatory subthreshold dynamics. We find that this type of neuron model is particularly well trainable by HYPR, resulting in an unprecedentedly low task performance gap between approximate forward gradient learning and BPTT.
- New
- Research Article
- 10.1088/2634-4386/ae46d5
- Feb 17, 2026
- Neuromorphic Computing and Engineering
- Ziqiao Yu + 2 more
Abstract The surrogate gradient descent algorithm enabled spiking neural networks to be trained to carry out challenging sensory processing tasks, an important step in understanding how spikes contribute to neural computations. However, it is unclear the extent to which these algorithms fully explore the space of possible spiking solutions to problems. We investigated whether spiking networks trained with surrogate gradient descent can learn to make use of information that is only encoded in the timing and not the rate of spikes. We constructed synthetic datasets with a range of types of spike timing information (interspike intervals, spatio-temporal spike patterns or polychrony, and coincidence codes). We find that surrogate gradient descent training can extract all of these types of information. In more realistic speech-based datasets, both timing and rate information is present. We therefore constructed variants of these datasets in which all rate information is removed, and find that surrogate gradient descent can still perform well. We tested all networks both with and without trainable axonal delays. We find that delays can give a significant increase in performance, particularly for more challenging tasks. To determine what types of spike timing information are being used by the networks trained on the speech-based tasks, we test these networks on time-reversed spikes which perturb spatio-temporal spike patterns but leave interspike intervals and coincidence information unchanged. We find that when axonal delays are not used, networks perform well under time reversal, whereas networks trained with delays perform poorly. This suggests that spiking neural networks with delays are better able to exploit temporal structure. To facilitate further studies of temporal coding, we have released our modified speech-based datasets.