VQ4SNN: Vector Quantization for Memory-Efficient FPGA Spiking Neural Networks
About
Spiking Neural Networks (SNNs) offer an energy-efficient paradigm for edge AI, making them attractive for hardware acceleration. However, deploying dense SNNs on FPGAs is constrained by limited on-chip memory for synaptic weight storage. To address this bottleneck, we propose VQ4SNN, a hardware-aware architecture that reduces memory requirements through Vector Quantization (VQ)-based weight sharing. To the best of our knowledge, this is the first application of VQ to pipelined spatial-dataflow SNN accelerators on FPGAs. VQ4SNN replaces conventional weight storage with a two-level memory organization consisting of compact pointers and a shared codebook of quantized weight vectors. The proposed design integrates FPGA-aware memory mapping with analytical VQ parameter selection, enabling efficient deployment on such accelerators while preserving inference accuracy. The experimental results show a reduction of 52-61% in the total number of BRAMs compared to the state-of-the-art uncompressed FPGA SNNs without increasing overall logic utilization.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | MNIST Base 784-128-10 (test) | Reference Accuracy96.35 | 3 | |
| Image Classification | MNIST Large 784-392-196-10 (test) | Reference Accuracy94.38 | 2 | |
| Audio Classification | AudioMNIST 40-150-10 (test) | Reference Accuracy93.12 | 2 | |
| Spiking Audio Classification | SHD 700-200-20 (test) | Ref. Accuracy73 | 2 |