paper-with-me

홈 › Papers

AEGNN: Asynchronous Event-based Graph Neural Networks

2022-03-31 · CVPR 2022 1 · Simon Schaefer, Daniel Gehrig, Davide Scaramuzza

The best performing learning algorithms devised for event cameras work by first converting events into dense representations that are then processed using standard CNNs. However, these steps discard both the sparsity and high temporal resolution of events, leading to high computational burden and latency. For this reason, recent works have adopted Graph Neural Networks (GNNs), which process events as `static" spatio-temporal graphs, which are inherently "sparse". We take this trend one step further by introducing Asynchronous, Event-based Graph Neural Networks (AEGNNs), a novel event-processing paradigm that generalizes standard GNNs to process events as `evolving" spatio-temporal graphs. AEGNNs follow efficient update rules that restrict recomputation of network activations only to the nodes affected by each new event, thereby significantly reducing both computation and latency for event-by-event processing. AEGNNs are easily trained on synchronous inputs and can be converted to efficient, "asynchronous" networks at test time. We thoroughly validate our method on object classification and detection tasks, where we show an up to a 11-fold reduction in computational complexity (FLOPs), with similar or even better performance than state-of-the-art asynchronous methods. This reduction in computation directly translates to an 8-fold reduction in computational latency when compared to standard GNNs, which opens the door to low-latency event-based processing.

📄 PDF Abstract BibTeX arXiv:2203.17149

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Analog Quantum Asynchronous Event-Based Graph Neural Network

2026-06-09 · Kristian Sotirov, Shaheen Acheche, Antonio A. Gentile, Osvaldo Simeone arxiv

Asynchronous, event-based graph neural networks (AEGNNs) have recently emerged as an efficient paradigm for processing the sparse and high-temporal-resolution data from event cameras. In this paper, we propose quantum an…

Graph Neural Network

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…

Higher-Order Attribute-Enhancing Heterogeneous Graph Neural Networks

2021-04-16 · JianXin Li, Hao Peng, Yuwei Cao, Yingtong Dou 외

Graph neural networks (GNNs) have been widely used in deep learning on graphs. They can learn effective node representations that achieve superior performances in graph analysis tasks such as node classification and node…

AttributeClusteringGraph Neural NetworkNode Classification+2

Asynchronous Collaborative Graph Representation for Frames and Events

2025-01-01 · CVPR 2025 1 · Dianze Li, Jianing Li, Xu Liu, Xiaopeng Fan 외

Integrating frames and events has become a widely accepted solution for various tasks in challenging scenarios. However, most multimodal methods directly convert events into image-like formats synchronized with frame…

Depth EstimationDomain Adaptationobject-detectionObject Detection

Event-based Graph Representation with Spatial and Motion Vectors for Asynchronous Object Detection

2025-07-20 · Aayush Atul Verma, Arpitsinh Vaghela, Bharatesh Chakravarthi, Kaustav Chanda 외 arxiv

Event-based sensors offer high temporal resolution and low latency by generating sparse, asynchronous data. However, converting this irregular data into dense tensors for use in standard neural networks diminishes these …

Object Detection