Biologically Inspired Spiking Diffusion Model with Adaptive Lateral Selection Mechanism
Linghao Feng, Dongcheng Zhao, Sicheng Shen, Yi Zeng
TL;DR
The paper tackles generative modeling with spiking neural networks by embedding a biologically inspired lateral connectivity mechanism within a diffusion framework. It introduces a spiking diffusion model that couples a transformer-based denoiser with a learnable lateral aggregation Λ_agg and a spike-mapped substructure selection network, updated through a spiking inner loop and surrogate-gradient learning. The authors provide theoretical grounding showing that the lateral updates approximate STDP-like plasticity under a local objective, and they demonstrate through extensive experiments on MNIST, CelebA, CIFAR-10, and LSUN Bedroom that their method achieves superior FID scores compared to existing SNN-based generative models. The work highlights the practical potential of brain-inspired mechanisms for energy-efficient, adaptable generative modeling and offers a solid foundation for future neuromorphic diffusion systems.
Abstract
Lateral connection is a fundamental feature of biological neural circuits, facilitating local information processing and adaptive learning. In this work, we integrate lateral connections with a substructure selection network to develop a novel diffusion model based on spiking neural networks (SNNs). Unlike conventional artificial neural networks, SNNs employ an intrinsic spiking inner loop to process sequential binary spikes. We leverage this spiking inner loop alongside a lateral connection mechanism to iteratively refine the substructure selection network, enhancing model adaptability and expressivity. Specifically, we design a lateral connection framework comprising a learnable lateral matrix and a lateral mapping function, both implemented using spiking neurons, to dynamically update lateral connections. Through mathematical modeling, we establish that the proposed lateral update mechanism, under a well-defined local objective, aligns with biologically plausible synaptic plasticity principles. Extensive experiments validate the effectiveness of our approach, analyzing the role of substructure selection and lateral connection during training. Furthermore, quantitative comparisons demonstrate that our model consistently surpasses state-of-the-art SNN-based generative models across multiple benchmark datasets.
