Hardware-aware Graph Neural Networks prunning for embedded event-based vision

📅 2026-07-07
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenge of jointly optimizing latency, power consumption, and accuracy when deploying event-camera-based graph neural networks on embedded heterogeneous FPGA platforms. To this end, the authors propose a hardware-aware graph convolutional network compression and adaptive optimization method that integrates structured pruning and quantization with fine-grained grid search and a greedy layer-wise iterative deepening strategy. This approach automatically adapts the model architecture to meet stringent hardware constraints while preserving performance. Experimental results on CIFAR-10, MNIST-DVS, and N-Caltech101 demonstrate that the proposed method reduces BRAM usage by 28.8%, 31.4%, and 26.5%, respectively, with only minor accuracy degradations of 1.65%, 3.55%, and 5.18%, thereby significantly enhancing resource efficiency and deployment feasibility on resource-constrained FPGA devices.
📝 Abstract
Event-based cameras are gaining popularity as the sensor of choice for mobile robotics, due to their high performance in dynamic environments. However, these applications require efficient real-time data processing with low latency and power consumption. One strategy to meet these stringent requirements is hardware acceleration of efficient algorithms that preserve the temporal sparsity of event data. In this work, we propose an optimization strategy for Graph Convolutional Neural Networks models aimed at adapting their architecture to the limited resources of embedded heterogeneous FPGA platforms. Our method incorporates hardware-aware pruning and quantization, taking into account the trade-off between on-chip memory savings and inference accuracy. Strategic exploration of the design space with Fine Grid Search and Greedy layer-wise Iterative Deepening Search methods enables flexible adaptation of the model architecture to the target platform. Our approach was evaluated across various network configurations and multiple datasets, resulting in BRAM memory reductions of 28.8% for CIFAR-10 (with a 1.65% decrease in accuracy), 31.4% for MNIST-DVS (accuracy drop of 3.55%), and 26.5% for N-Caltech101 (with a 5.18% accuracy reduction).
Problem

Research questions and friction points this paper is trying to address.

Hardware-aware pruning
Graph Neural Networks
Event-based vision
Embedded FPGA
Memory efficiency
Innovation

Methods, ideas, or system contributions that make the work stand out.

Hardware-aware pruning
Graph Neural Networks
Event-based vision
FPGA acceleration
Memory-accuracy trade-off
🔎 Similar Papers
2024-04-30IEEE Transactions on Circuits and Systems for Artificial IntelligenceCitations: 3