English

DSFEC: Efficient and Deployable Deep Radar Object Detection

Computer Vision and Pattern Recognition 2024-12-11 v1 Artificial Intelligence Machine Learning

Abstract

Deploying radar object detection models on resource-constrained edge devices like the Raspberry Pi poses significant challenges due to the large size of the model and the limited computational power and the memory of the Pi. In this work, we explore the efficiency of Depthwise Separable Convolutions in radar object detection networks and integrate them into our model. Additionally, we introduce a novel Feature Enhancement and Compression (FEC) module to the PointPillars feature encoder to further improve the model performance. With these innovations, we propose the DSFEC-L model and its two versions, which outperform the baseline (23.9 mAP of Car class, 20.72 GFLOPs) on nuScenes dataset: 1). An efficient DSFEC-M model with a 14.6% performance improvement and a 60% reduction in GFLOPs. 2). A deployable DSFEC-S model with a 3.76% performance improvement and a remarkable 78.5% reduction in GFLOPs. Despite marginal performance gains, our deployable model achieves an impressive 74.5% reduction in runtime on the Raspberry Pi compared to the baseline.

Keywords

Cite

@article{arxiv.2412.07411,
  title  = {DSFEC: Efficient and Deployable Deep Radar Object Detection},
  author = {Gayathri Dandugula and Santhosh Boddana and Sudesh Mirashi},
  journal= {arXiv preprint arXiv:2412.07411},
  year   = {2024}
}
R2 v1 2026-06-28T20:29:18.293Z