Processing Event Cameras with Masked Autoencoders: A New Approach to Action Recognition and Reconstruction

Friday 28 February 2025


A new approach to processing event cameras has emerged, leveraging a technique called masked autoencoders to improve action recognition and reconstruction capabilities. Event cameras, also known as dynamic vision sensors (DVS), capture visual information by detecting changes in pixel intensity over time. This unique method allows them to provide high-quality motion cues, making them an attractive option for applications like robotics, surveillance, and human-computer interaction.


The challenge lies in processing the vast amounts of data generated by event cameras, which can be overwhelming for traditional computer vision approaches. To address this, researchers have developed a novel framework that utilizes masked autoencoders to learn a compact representation of event patches. This structure allows them to preserve temporal information while reducing noise and outliers caused by sensor imperfections or environmental factors.


The approach begins by dividing the event stream into patches, each consisting of a center point and its neighboring events. A K-Nearest Neighborhood (KNN) algorithm is used to group nearby events together, which are then fit with a plane using a least-squares estimation method. This process helps to remove noise and select suitable patch centers.


The masked autoencoder structure consists of an encoder and a decoder. The encoder maps the input event patches to a lower-dimensional latent representation, while the decoder reconstructs the original patches from this compressed data. During training, the model is fed with masked patches, where some events are randomly removed. This forces the network to learn a compact representation that can handle missing information.


The researchers pre-trained their model on ShapeNet, a popular point cloud dataset, and then fine-tuned it on event camera datasets such as DVS128-Gesture and SL-Animals-DVS. The results show significant improvements in action recognition accuracy, with the masked autoencoder approach outperforming other methods by a substantial margin.


One of the key benefits of this approach is its ability to handle noisy data. By leveraging the plane-fitting process, the model can effectively filter out noise and outliers, resulting in more accurate reconstructions. This makes it particularly suitable for applications where event cameras are used in environments with varying lighting conditions or sensor imperfections.


The authors also conducted an ablation study to evaluate the effectiveness of different thresholds for selecting patch centers. They found that a threshold of 0.85 provided the best results, indicating that this value strikes a balance between noise reduction and information preservation.


In addition to its improved performance, the masked autoencoder approach offers several advantages over traditional frame-based methods.


Cite this article: “Processing Event Cameras with Masked Autoencoders: A New Approach to Action Recognition and Reconstruction”, The Science Archive, 2025.


Event Cameras, Dynamic Vision Sensors, Masked Autoencoders, Action Recognition, Reconstruction, Computer Vision, Robotics, Surveillance, Human-Computer Interaction, Noise Reduction, Plane-Fitting, Threshold Selection, Ablation Study, Shapenet, Dvs128


Reference: Jingkai Sun, Qiang Zhang, Jiaxu Wang, Jiahang Cao, Renjing Xu, “Event Masked Autoencoder: Point-wise Action Recognition with Event-Based Cameras” (2025).


Leave a Reply