Making Every Event Count: Balancing Data Efficiency and Accuracy in Event Camera Subsampling
Hesam Araghi, Jan van Gemert, Nergis Tomen
TL;DR
The paper addresses the challenge of efficient processing for high-rate event cameras by evaluating six hardware-friendly subsampling methods for CNN-based event-video classification across three benchmarks. It introduces a simple causal density-based subsampling approach within an EST voxel-grid representation and uses a consistent training setup to compare methods, aided by the metric of normalized AUC over the number of events. Key findings show that density-based and corner-based subsampling offer the best balance between data efficiency and accuracy, with random and naive spatial subsampling serving as useful baselines; density normalization significantly improves performance in sparse regimes, and temporal subsampling tends to be more robust to offset variations. The work provides practical guidance for hardware implementations, highlighting trade-offs in memory and compute and suggesting adaptive strategies to handle large event-rate variance in real-world deployments.
Abstract
Event cameras offer high temporal resolution and power efficiency, making them well-suited for edge AI applications. However, their high event rates present challenges for data transmission and processing. Subsampling methods provide a practical solution, but their effect on downstream visual tasks remains underexplored. In this work, we systematically evaluate six hardware-friendly subsampling methods using convolutional neural networks for event video classification on various benchmark datasets. We hypothesize that events from high-density regions carry more task-relevant information and are therefore better suited for subsampling. To test this, we introduce a simple causal density-based subsampling method, demonstrating improved classification accuracy in sparse regimes. Our analysis further highlights key factors affecting subsampling performance, including sensitivity to hyperparameters and failure cases in scenarios with large event count variance. These findings provide insights for utilization of hardware-efficient subsampling strategies that balance data efficiency and task accuracy. The code for this paper will be released at: https://github.com/hesamaraghi/event-camera-subsampling-methods.
