Neuromorphic Imaging and Classification with Graph Learning
Pei Zhang, Chutian Wang, Edmund Y. Lam
TL;DR
The paper tackles the challenge of classifying dynamic scenes from asynchronous neuromorphic event streams under limited resources. It introduces an event-to-graph transformation and a Graph Transformer with edge-aware attention (TEA), leveraging temporal degree tau and SAGPool for graph-level classification. Across real and simulated datasets, the approach yields higher accuracy than frame-based and several event-based methods, especially with short event streams, while reducing memory and runtime. This work enables practical mobile and edge deployments of neuromorphic vision systems by efficiently exploiting the temporal and spatial structure of event data.
Abstract
Bio-inspired neuromorphic cameras asynchronously record pixel brightness changes and generate sparse event streams. They can capture dynamic scenes with little motion blur and more details in extreme illumination conditions. Due to the multidimensional address-event structure, most existing vision algorithms cannot properly handle asynchronous event streams. While several event representations and processing methods have been developed to address such an issue, they are typically driven by a large number of events, leading to substantial overheads in runtime and memory. In this paper, we propose a new graph representation of the event data and couple it with a Graph Transformer to perform accurate neuromorphic classification. Extensive experiments show that our approach leads to better results and excels at the challenging realistic situations where only a small number of events and limited computational resources are available, paving the way for neuromorphic applications embedded into mobile facilities.
