EventRPG: Event Data Augmentation with Relevance Propagation Guidance
Mingyuan Sun, Donghao Zhang, Zongyuan Ge, Jiaxu Wang, Jia Li, Zheng Fang, Renjing Xu
TL;DR
This work tackles overfitting in event-based SNN classifiers by deriving saliency maps directly from spiking networks through two propagation rules: Spiking Layer-Time-wise Relevance Propagation (SLTRP) and Spiking Layer-wise Relevance Propagation (SLRP). Building on these, it introduces EventRPG, a relevance-guided augmentation framework with RPGDrop and RPGMix that perturb and merge event streams guided by label-focused saliency, integrated with geometric augmentations. The approach yields high-quality CAMs and saliency maps while delivering state-of-the-art or near-state-of-the-art accuracy on multiple object- and action-recognition benchmarks (e.g., N-Caltech101, CIFAR10-DVS, SL-Animals) with favorable computational efficiency. This combination of interpretable saliency guidance and targeted augmentation substantially improves generalization for event-based vision tasks and demonstrates strong practical impact for real-time, low-power sensing scenarios. Limitations include its current confinement to classification tasks, with future work aiming to extend to multi-task and self-supervised settings.
Abstract
Event camera, a novel bio-inspired vision sensor, has drawn a lot of attention for its low latency, low power consumption, and high dynamic range. Currently, overfitting remains a critical problem in event-based classification tasks for Spiking Neural Network (SNN) due to its relatively weak spatial representation capability. Data augmentation is a simple but efficient method to alleviate overfitting and improve the generalization ability of neural networks, and saliency-based augmentation methods are proven to be effective in the image processing field. However, there is no approach available for extracting saliency maps from SNNs. Therefore, for the first time, we present Spiking Layer-Time-wise Relevance Propagation rule (SLTRP) and Spiking Layer-wise Relevance Propagation rule (SLRP) in order for SNN to generate stable and accurate CAMs and saliency maps. Based on this, we propose EventRPG, which leverages relevance propagation on the spiking neural network for more efficient augmentation. Our proposed method has been evaluated on several SNN structures, achieving state-of-the-art performance in object recognition tasks including N-Caltech101, CIFAR10-DVS, with accuracies of 85.62% and 85.55%, as well as action recognition task SL-Animals with an accuracy of 91.59%. Our code is available at https://github.com/myuansun/EventRPG.
