Autonomous Driving with Spiking Neural Networks
Rui-Jie Zhu, Ziqing Wang, Leilani Gilpin, Jason K. Eshraghian
TL;DR
This work introduces Spiking Autonomous Driving (SAD), the first end-to-end Spiking Neural Network that unifies perception, prediction, and planning for autonomous driving under energy constraints. SAD processes multi-view camera data to build a spatiotemporal BEV, uses a dual-pathway, spike-based prediction to forecast future states with uncertainty, and refines safe trajectories via a planning module enhanced by an SGRU, all trained with a joint loss. The approach demonstrates competitive performance on nuScenes across perception, prediction, and planning tasks while achieving substantial energy efficiency through event-driven spiking computation. This work highlights the viability and practical impact of neuromorphic, low-power architectures for safety-critical, real-world autonomous driving applications.
Abstract
Autonomous driving demands an integrated approach that encompasses perception, prediction, and planning, all while operating under strict energy constraints to enhance scalability and environmental sustainability. We present Spiking Autonomous Driving (SAD), the first unified Spiking Neural Network (SNN) to address the energy challenges faced by autonomous driving systems through its event-driven and energy-efficient nature. SAD is trained end-to-end and consists of three main modules: perception, which processes inputs from multi-view cameras to construct a spatiotemporal bird's eye view; prediction, which utilizes a novel dual-pathway with spiking neurons to forecast future states; and planning, which generates safe trajectories considering predicted occupancy, traffic rules, and ride comfort. Evaluated on the nuScenes dataset, SAD achieves competitive performance in perception, prediction, and planning tasks, while drawing upon the energy efficiency of SNNs. This work highlights the potential of neuromorphic computing to be applied to energy-efficient autonomous driving, a critical step toward sustainable and safety-critical automotive technology. Our code is available at \url{https://github.com/ridgerchu/SAD}.
