CVJul 20, 2025

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

arXiv:2507.15150v1h-index: 8
Originality Incremental advance
AI Analysis

This work addresses the challenge of preserving spatiotemporal dynamics in event-based vision for applications like automotive detection, though it is incremental as it builds on existing graph-based approaches.

The paper tackles the problem of converting sparse, asynchronous event-based sensor data into effective representations for object detection by proposing a spatiotemporal multigraph representation, achieving over a 6% improvement in detection accuracy with a 5x speedup compared to previous graph-based methods.

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 inherent advantages, motivating research into graph representations. While such methods preserve sparsity and support asynchronous inference, their performance on downstream tasks remains limited due to suboptimal modeling of spatiotemporal dynamics. In this work, we propose a novel spatiotemporal multigraph representation to better capture spatial structure and temporal changes. Our approach constructs two decoupled graphs: a spatial graph leveraging B-spline basis functions to model global structure, and a temporal graph utilizing motion vector-based attention for local dynamic changes. This design enables the use of efficient 2D kernels in place of computationally expensive 3D kernels. We evaluate our method on the Gen1 automotive and eTraM datasets for event-based object detection, achieving over a 6% improvement in detection accuracy compared to previous graph-based works, with a 5x speedup, reduced parameter count, and no increase in computational cost. These results highlight the effectiveness of structured graph modeling for asynchronous vision. Project page: eventbasedvision.github.io/eGSMV.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes