The performance of perception systems developed for autonomous driving vehicles has seen significant improvements over the last few years. This improvement was associated with the increasing use of LiDAR sensors and point cloud data to facilitate the task of object detection and recognition in autonomous driving. However, LiDAR and camera systems show deteriorating performances when used in unfavorable conditions like dusty and rainy weather. Radars on the other hand operate on relatively longer wavelengths which allows for much more robust measurements in these conditions. Despite that, radar-centric data sets do not get a lot of attention in the development of deep learning techniques for radar perception. In this work, we consider the radar object detection problem, in which the radar frequency data is the only input into the detection framework. We further investigate the challenges of using radar-only data in deep learning models. We propose a transformers-based model, named RadarFormer, that utilizes state-of-the-art developments in vision deep learning. Our model also introduces a channel-chirp-time merging module that reduces the size and complexity of our models by more than 10 times without compromising accuracy. Comprehensive experiments on the CRUW radar dataset demonstrate the advantages of the proposed method. Our RadarFormer performs favorably against the state-of-the-art methods while being 2x faster during inference and requiring only one-tenth of their model parameters. The code associated with this paper is available at https://github.com/YahiDar/RadarFormer.
翻译:过去几年来,为自动驾驶车辆开发的感知系统性能取得了显著提高。这种提升与越来越多地使用激光雷达传感器和点云数据来帮助自动驾驶中的目标检测和识别任务有关。然而,在恶劣天气条件下使用激光雷达和相机系统的性能会逐渐降低,如在多尘和多雨天气下。相比之下,雷达的较长波长使其在这些条件下具有更强的测量能力。尽管如此,雷达为中心的数据集在雷达感知的深度学习技术开发中并没有得到很多关注。在本文中,我们考虑了雷达目标检测问题,其中雷达频率数据是检测框架的唯一输入。我们进一步研究了在深度学习模型中使用仅雷达数据所面临的挑战。我们提出了一个基于变压器的模型,名为RadarFormer,它利用了视觉深度学习的最新发展。我们的模型还引入了一个通道-啁啾-时间融合模块,将模型的大小和复杂度缩小了10倍以上,而不会影响准确性。对CRUW雷达数据集的全面实验证明了所提出方法的优点。我们的RadarFormer在推理过程中表现优异,其速度是现有最先进方法的两倍,所需模型参数仅为它们的十分之一。本文附带的代码可在https://github.com/YahiDar/RadarFormer上找到。