Maximizing Asynchronicity in Event-based Neural Networks
Haiqing Hao, Nikola Zubić, Weihua He, Zhipeng Sui, Davide Scaramuzza, Wenhui Wang
TL;DR
The paper addresses the challenge of applying machine learning to high-temporal-resolution, asynchronous event camera data by introducing EVA, an asynchronous-to-synchronous framework. EVA uses a linear-attention–based encoder with matrix-valued hidden states (MVHS) and patch-wise encoding, coupled with self-supervised learning via multi-representation prediction and next representation prediction to learn generalizable representations. It achieves state-of-the-art results on event-based recognition benchmarks and becomes the first A2S method to excel at object detection on Gen1, demonstrating strong potential for real-time, event-based vision. The approach provides a practical pathway to leverage event sparsity and temporal precision in real-time systems while maintaining compatibility with standard ML pipelines.
Abstract
Event cameras deliver visual data with high temporal resolution, low latency, and minimal redundancy, yet their asynchronous, sparse sequential nature challenges standard tensor-based machine learning (ML). While the recent asynchronous-to-synchronous (A2S) paradigm aims to bridge this gap by asynchronously encoding events into learned representations for ML pipelines, existing A2S approaches often sacrifice representation expressivity and generalizability compared to dense, synchronous methods. This paper introduces EVA (EVent Asynchronous representation learning), a novel A2S framework to generate highly expressive and generalizable event-by-event representations. Inspired by the analogy between events and language, EVA uniquely adapts advances from language modeling in linear attention and self-supervised learning for its construction. In demonstration, EVA outperforms prior A2S methods on recognition tasks (DVS128-Gesture and N-Cars), and represents the first A2S framework to successfully master demanding detection tasks, achieving a remarkable 47.7 mAP on the Gen1 dataset. These results underscore EVA's transformative potential for advancing real-time event-based vision applications.
