ARAIJun 23, 2025

Embedded FPGA Acceleration of Brain-Like Neural Networks: Online Learning to Scalable Inference

arXiv:2506.18530v1h-index: 17MCSoC
Originality Incremental advance
AI Analysis

This enables practical neuromorphic computing for edge AI applications, addressing energy and connectivity constraints, though it is incremental as it adapts an existing method to new hardware.

The paper tackled the challenge of implementing brain-like neural networks on embedded systems by developing the first embedded FPGA accelerator for BCPNN, achieving up to 17.5x latency reduction and 94% energy savings over ARM baselines on datasets like MNIST without accuracy loss.

Edge AI applications increasingly require models that can learn and adapt on-device with minimal energy budget. Traditional deep learning models, while powerful, are often overparameterized, energy-hungry, and dependent on cloud connectivity. Brain-Like Neural Networks (BLNNs), such as the Bayesian Confidence Propagation Neural Network (BCPNN), propose a neuromorphic alternative by mimicking cortical architecture and biologically-constrained learning. They offer sparse architectures with local learning rules and unsupervised/semi-supervised learning, making them well-suited for low-power edge intelligence. However, existing BCPNN implementations rely on GPUs or datacenter FPGAs, limiting their applicability to embedded systems. This work presents the first embedded FPGA accelerator for BCPNN on a Zynq UltraScale+ SoC using High-Level Synthesis. We implement both online learning and inference-only kernels with support for variable and mixed precision. Evaluated on MNIST, Pneumonia, and Breast Cancer datasets, our accelerator achieves up to 17.5x latency and 94% energy savings over ARM baselines, without sacrificing accuracy. This work enables practical neuromorphic computing on edge devices, bridging the gap between brain-like learning and real-world deployment.

Foundations

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

Your Notes