26
0

DRiVE: Dynamic Recognition in VEhicles using snnTorch

Abstract

Spiking Neural Networks (SNNs) mimic biological brain activity, processing data efficiently through an event-driven design, wherein the neurons activate only when inputs exceed specific thresholds. Their ability to track voltage changes over time via membrane potential dynamics helps retain temporal information. This study combines SNNs with PyTorch's adaptable framework, snnTorch, to test their potential for image-based tasks. We introduce DRiVE, a vehicle detection model that uses spiking neuron dynamics to classify images, achieving 94.8% accuracy and a near-perfect 0.99 AUC score. These results highlight DRiVE's ability to distinguish vehicle classes effectively, challenging the notion that SNNs are limited to temporal data. As interest grows in energy-efficient neural models, DRiVE's success emphasizes the need to refine SNN optimization for visual tasks. This work encourages broader exploration of SNNs in scenarios where conventional networks struggle, particularly for real-world applications requiring both precision and efficiency.

View on arXiv
@article{vora2025_2502.10421,
  title={ DRiVE: Dynamic Recognition in VEhicles using snnTorch },
  author={ Heerak Vora and Param Pathak and Parul Bakaraniya },
  journal={arXiv preprint arXiv:2502.10421},
  year={ 2025 }
}
Comments on this paper