No Dense Tensors Needed: Fully Sparse Object Detection on Event-Camera Voxel Grids
Mohamad Yazan Sadoun, Sarah Sharif, Yaser Mike Banad

TL;DR
This paper introduces SparseVoxelDet, a fully sparse object detection method for event cameras that operates exclusively on occupied voxel positions, significantly reducing memory and storage needs while maintaining high detection accuracy.
Contribution
The paper presents the first fully sparse object detector for event cameras, avoiding dense tensor conversions and leveraging 3D sparse convolutions for efficient processing.
Findings
Achieves 83.38% mAP at 50 on FRED benchmark
Yields 858x GPU memory compression and 3,670x storage reduction
Operates on only 0.23% of the voxel grid, maintaining high accuracy
Abstract
Event cameras produce asynchronous, high-dynamic-range streams well suited for detecting small, fast-moving drones, yet most event-based detectors convert the sparse event stream into dense tensors, discarding the representational efficiency of neuromorphic sensing. We propose SparseVoxelDet, to our knowledge the first fully sparse object detector for event cameras, in which backbone feature extraction, feature pyramid fusion, and the detection head all operate exclusively on occupied voxel positions through 3D sparse convolutions; no dense feature tensor is instantiated at any stage of the pipeline. On the FRED benchmark (629,832 annotated frames), SparseVoxelDet achieves 83.38% mAP at 50 while processing only 14,900 active voxels per frame (0.23% of the T.H.W grid), compared to 409,600 pixels for the dense YOLOv11 baseline (87.68% mAP at 50). Relaxing the IoU threshold from 0.50 to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Memory and Neural Computing · Advanced Neural Network Applications · Radiation Effects in Electronics
