English

Embedded Graph Convolutional Networks for Real-Time Event Data Processing on SoC FPGAs

Computer Vision and Pattern Recognition 2025-07-03 v2 Hardware Architecture Image and Video Processing

Abstract

The utilisation of event cameras represents an important and swiftly evolving trend aimed at addressing the constraints of traditional video systems. Particularly within the automotive domain, these cameras find significant relevance for their integration into embedded real-time systems due to lower latency and energy consumption. One effective approach to ensure the necessary throughput and latency for event processing is through the utilisation of graph convolutional networks (GCNs). In this study, we introduce a custom EFGCN (Event-based FPGA-accelerated Graph Convolutional Network) designed with a series of hardware-aware optimisations tailored for PointNetConv, a graph convolution designed for point cloud processing. The proposed techniques result in up to 100-fold reduction in model size compared to Asynchronous Event-based GNN (AEGNN), one of the most recent works in the field, with a relatively small decrease in accuracy (2.9% for the N-Caltech101 classification task, 2.2% for the N-Cars classification task), thus following the TinyML trend. We implemented EFGCN on a ZCU104 SoC FPGA platform without any external memory resources, achieving a throughput of 13.3 million events per second (MEPS) and real-time partially asynchronous processing with low latency. Our approach achieves state-of-the-art performance across multiple event-based classification benchmarks while remaining highly scalable, customisable and resource-efficient. We publish both software and hardware source code in an open repository: https://github.com/vision-agh/gcnn-dvs-fpga

Keywords

Cite

@article{arxiv.2406.07318,
  title  = {Embedded Graph Convolutional Networks for Real-Time Event Data Processing on SoC FPGAs},
  author = {Kamil Jeziorek and Piotr Wzorek and Krzysztof Blachut and Andrea Pinna and Tomasz Kryjak},
  journal= {arXiv preprint arXiv:2406.07318},
  year   = {2025}
}

Comments

Submitted to the IEEE Transactions on Very Large Scale Integration Systems. This manuscript was first submitted for publication on March 31, 2024. It has since been revised three times: on 22 Mau 2024, 10 June 2024 and 19 June 2025 (major update)

R2 v1 2026-06-28T17:01:38.048Z