🤖 AI Summary
To address the challenge of deploying 4D radar-based 3D object detection models on low-power embedded platforms—specifically the Hailo-8L accelerator, which lacks native support for 5D tensors—we propose a compile-time tensor reshaping technique. This method losslessly maps 5D radar voxel inputs into a 4D format, circumventing hardware-imposed dimensional constraints without altering the network architecture. Leveraging a standard 3D CNN backbone, we integrate customized compiler optimizations and hardware-aware co-adaptation tailored to the Hailo-8L. The resulting system enables efficient, real-time inference at the edge. Experimental evaluation demonstrates strong robustness under adverse weather conditions, achieving 46.47% AP₃D and 52.75% AP<sub>BEV</sub>—comparable to GPU-based counterparts—while sustaining a throughput of 13.76 Hz. To our knowledge, this is the first 4D radar 3D detection system deployed on the Hailo-8L, establishing a viable pathway for edge-deployable autonomous driving perception.
📝 Abstract
4D radar has attracted attention in autonomous driving due to its ability to enable robust 3D object detection even under adverse weather conditions. To practically deploy such technologies, it is essential to achieve real-time processing within low-power embedded environments. Addressing this, we present the first on-chip implementation of a 4D radar-based 3D object detection model on the Hailo-8L AI accelerator. Although conventional 3D convolutional neural network (CNN) architectures require 5D inputs, the Hailo-8L only supports 4D tensors, posing a significant challenge. To overcome this limitation, we introduce a tensor transformation method that reshapes 5D inputs into 4D formats during the compilation process, enabling direct deployment without altering the model structure. The proposed system achieves 46.47% AP_3D and 52.75% AP_BEV, maintaining comparable accuracy to GPU-based models while achieving an inference speed of 13.76 Hz. These results demonstrate the applicability of 4D radar-based perception technologies to autonomous driving systems.