Event Masked Autoencoder: Point-wise Action Recognition with Event-Based Cameras
Jingkai Sun, Qiang Zhang, Jiaxu Wang, Jiahang Cao, Renjing Xu
TL;DR
The paper tackles action recognition from Dynamic Vision Sensor (DVS) event streams, where frame-based representations often discard temporal details. It introduces Event Masked Autoencoder (Event MAE) that treats event streams as 3D point clouds and learns representations by masking patches and reconstructing them, with patch centers chosen by an inlier-based plane fitting and embedded via PointNet for transformer compatibility. A ShapeNet-based pre-training pipeline followed by event-data fine-tuning minimizes Chamfer Distance $CD$ between reconstructed and ground-truth patches, enabling Transformer-friendly embeddings for event cameras. Empirical results show state-of-the-art performance on DVS128-Gesture and SL-Animals-DVS S3 and demonstrate robustness to noise, highlighting the viability of self-supervised, patch-based learning on raw event data and hints at a unified multi-modal backbone for future sensor modalities.
Abstract
Dynamic vision sensors (DVS) are bio-inspired devices that capture visual information in the form of asynchronous events, which encode changes in pixel intensity with high temporal resolution and low latency. These events provide rich motion cues that can be exploited for various computer vision tasks, such as action recognition. However, most existing DVS-based action recognition methods lose temporal information during data transformation or suffer from noise and outliers caused by sensor imperfections or environmental factors. To address these challenges, we propose a novel framework that preserves and exploits the spatiotemporal structure of event data for action recognition. Our framework consists of two main components: 1) a point-wise event masked autoencoder (MAE) that learns a compact and discriminative representation of event patches by reconstructing them from masked raw event camera points data; 2) an improved event points patch generation algorithm that leverages an event data inlier model and point-wise data augmentation techniques to enhance the quality and diversity of event points patches. To the best of our knowledge, our approach introduces the pre-train method into event camera raw points data for the first time, and we propose a novel event points patch embedding to utilize transformer-based models on event cameras.
