paper-with-me

홈 › Papers

Graph-based Asynchronous Event Processing for Rapid Object Recognition

2023-08-28 · ICCV 2021 10 · Yijin Li, Han Zhou, Bangbang Yang, Ye Zhang, Zhaopeng Cui, Hujun Bao, Guofeng Zhang

Different from traditional video cameras, event cameras capture asynchronous events stream in which each event encodes pixel location, trigger time, and the polarity of the brightness changes. In this paper, we introduce a novel graph-based framework for event cameras, namely SlideGCN. Unlike some recent graph-based methods that use groups of events as input, our approach can efficiently process data event-by-event, unlock the low latency nature of events data while still maintaining the graph's structure internally. For fast graph construction, we develop a radius search algorithm, which better exploits the partial regular structure of event cloud against k-d tree based generic methods. Experiments show that our method reduces the computational complexity up to 100 times with respect to current graph-based methods while keeping state-of-the-art performance on object recognition. Moreover, we verify the superiority of event-wise processing with our method. When the state becomes stable, we can give a prediction with high confidence, thus making an early recognition. Project page: \url{https://zju3dv.github.io/slide_gcn/}.

📄 PDF Abstract BibTeX arXiv:2308.14419

Code (0)

등록된 구현이 없습니다.

Tasks

graph constructionObject Recognition

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

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

Asynchronous Multi-Object Tracking with an Event Camera

2025-05-12 · Angus Apps, Ziwei Wang, Vladimir Perejogin, Timothy Molloy 외

Events cameras are ideal sensors for enabling robots to detect and track objects in highly dynamic environments due to their low latency output, high temporal resolution, and high dynamic range. In this paper, we present…

Multi-Object TrackingObjectObject TrackingOptical Flow Estimation

Graph Neural Network Combining Event Stream and Periodic Aggregation for Low-Latency Event-based Vision

2025-01-01 · CVPR 2025 1 · Manon Dampfhoffer, Thomas Mesquida, Damien Joubert, Thomas Dalgaty 외

Event-based cameras asynchronously detect changes in light intensity with high temporal resolution, making them a promising alternative to RGB camera for low-latency and low-power optical flow estimation. However, st…

Event-based visionGraph Neural NetworkOptical Flow Estimation

Pushing the Limits of Asynchronous Graph-based Object Detection with Event Cameras

2022-11-22 · Daniel Gehrig, Davide Scaramuzza

State-of-the-art machine-learning methods for event cameras treat events as dense representations and process them with conventional deep neural networks. Thus, they fail to maintain the sparsity and asynchronous nature …

Graph Neural Networkobject-detectionObject Detection