paper-with-me

홈 › Papers

Increasing the scalability of graph convolution for FPGA-implemented event-based vision

2024-11-06 · Piotr Wzorek, Kamil Jeziorek, Tomasz Kryjak, Andrea Pinna

Event cameras are becoming increasingly popular as an alternative to traditional frame-based vision sensors, especially in mobile robotics. Taking full advantage of their high temporal resolution, high dynamic range, low power consumption and sparsity of event data, which only reflects changes in the observed scene, requires both an efficient algorithm and a specialised hardware platform. A recent trend involves using Graph Convolutional Neural Networks (GCNNs) implemented on a heterogeneous SoC FPGA. In this paper we focus on optimising hardware modules for graph convolution to allow flexible selection of the FPGA resource (BlockRAM, DSP and LUT) for their implementation. We propose a ''two-step convolution'' approach that utilises additional BRAM buffers in order to reduce up to 94% of LUT usage for multiplications. This method significantly improves the scalability of GCNNs, enabling the deployment of models with more layers, larger graphs sizes and their application for more dynamic scenarios.

📄 PDF Abstract BibTeX arXiv:2411.04269

Code (0)

등록된 구현이 없습니다.

Tasks

Event-based vision

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Focus 설명 없음

Similar Papers 제목 키워드 기반

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

2024-06-11 · Kamil Jeziorek, Piotr Wzorek, Krzysztof Blachut, Andrea Pinna 외

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 signific…

Scalable High Performance SDN Switch Architecture on FPGA for Core Networks

2019-10-30 · Sasindu Wijeratne, Ashen Ekanayake, Sandaruwan Jayaweera, Danuka Ravishan 외

Due to the increasing heterogeneity in network user requirements, dynamically varying day to day network traffic patterns and delay in-network service deployment, there is a huge demand for scalability and flexibility in…

Vocal Bursts Intensity Prediction

Hardware-Efficient Deconvolution-Based GAN for Edge Computing

2022-01-18 · Azzam Alhussain, Mingjie Lin

Generative Adversarial Networks (GAN) are cutting-edge algorithms for generating new data samples based on the learned data distribution. However, its performance comes at a significant cost in terms of computation and m…

Edge-computingHigh-Level Synthesis

A CNN Accelerator on FPGA Using Depthwise Separable Convolution

2018-09-03 · Lin Bai, Yiming Zhao, Xinming Huang

Convolutional neural networks (CNNs) have been widely deployed in the fields of computer vision and pattern recognition because of their high accuracy. However, large convolution operations are computing-intensive that o…

CPUGPU

Enabling Long FFT Convolutions on Memory-Constrained FPGAs via Chunking

2025-12-28 · Peter Wang, Neelesh Gupta, Viktor Prasanna arxiv

The need for long-context reasoning has led to alternative neural network architectures besides Transformers and self-attention, a popular model being Hyena, which employs causal 1D-convolutions implemented with FFTs. Lo…