Event Voxel Set Transformer for Spatiotemporal Representation Learning on Event Streams
Bochen Xie, Yongjian Deng, Zhanpeng Shao, Qingsong Xu, Youfu Li
TL;DR
The paper addresses efficient spatiotemporal representation learning from sparse, asynchronous event streams, a challenge for traditional dense-frame methods. It introduces EVSTr, an Event Voxel Set Transformer that processes voxelized event data through a two-stage encoder: MNEL for robust local aggregation and VSAL for global feature interaction, augmented with absolute-relative positional encoding; a segment modeling strategy S$^{2}$TM enables long-range temporal modeling for action recognition. EVSTr achieves state-of-the-art performance on object classification and action recognition while maintaining low computational cost, demonstrated on datasets including four event-based objects and the NeuroHAR action dataset. The work also provides NeuroHAR, a challenging real-world dataset with low-light and mobile-recording conditions, underscoring the practical impact of sparse-event transformers for real-time recognition and multi-modal potential in future work.
Abstract
Event cameras are neuromorphic vision sensors that record a scene as sparse and asynchronous event streams. Most event-based methods project events into dense frames and process them using conventional vision models, resulting in high computational complexity. A recent trend is to develop point-based networks that achieve efficient event processing by learning sparse representations. However, existing works may lack robust local information aggregators and effective feature interaction operations, thus limiting their modeling capabilities. To this end, we propose an attention-aware model named Event Voxel Set Transformer (EVSTr) for efficient spatiotemporal representation learning on event streams. It first converts the event stream into voxel sets and then hierarchically aggregates voxel features to obtain robust representations. The core of EVSTr is an event voxel transformer encoder that consists of two well-designed components, including the Multi-Scale Neighbor Embedding Layer (MNEL) for local information aggregation and the Voxel Self-Attention Layer (VSAL) for global feature interaction. Enabling the network to incorporate a long-range temporal structure, we introduce a segment modeling strategy (S$^{2}$TM) to learn motion patterns from a sequence of segmented voxel sets. The proposed model is evaluated on two recognition tasks, including object classification and action recognition. To provide a convincing model evaluation, we present a new event-based action recognition dataset (NeuroHAR) recorded in challenging scenarios. Comprehensive experiments show that EVSTr achieves state-of-the-art performance while maintaining low model complexity.
