菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-23
📄 Abstract - RADE-Net: Robust Attention Network for Radar-Only Object Detection in Adverse Weather

Automotive perception systems are obligated to meet high requirements. While optical sensors such as Camera and Lidar struggle in adverse weather conditions, Radar provides a more robust perception performance, effectively penetrating fog, rain, and snow. Since full Radar tensors have large data sizes and very few datasets provide them, most Radar-based approaches work with sparse point clouds or 2D projections, which can result in information loss. Additionally, deep learning methods show potential to extract richer and more dense features from low level Radar data and therefore significantly increase the perception performance. Therefore, we propose a 3D projection method for fast-Fourier-transformed 4D Range-Azimuth-Doppler-Elevation (RADE) tensors. Our method preserves rich Doppler and Elevation features while reducing the required data size for a single frame by 91.9% compared to a full tensor, thus achieving higher training and inference speed as well as lower model complexity. We introduce RADE-Net, a lightweight model tailored to 3D projections of the RADE tensor. The backbone enables exploitation of low-level and high-level cues of Radar tensors with spatial and channel-attention. The decoupled detection heads predict object center-points directly in the Range-Azimuth domain and regress rotated 3D bounding boxes from rich feature maps in the cartesian scene. We evaluate the model on scenes with multiple different road users and under various weather conditions on the large-scale K-Radar dataset and achieve a 16.7% improvement compared to their baseline, as well as 6.5% improvement over current Radar-only models. Additionally, we outperform several Lidar approaches in scenarios with adverse weather conditions. The code is available under this https URL.

顶级标签: computer vision robotics systems
详细标签: radar object detection adverse weather 3d projection attention network autonomous driving 或 搜索:

RADE-Net:一种用于恶劣天气下纯雷达目标检测的鲁棒注意力网络 / RADE-Net: Robust Attention Network for Radar-Only Object Detection in Adverse Weather


1️⃣ 一句话总结

本文提出了一种名为RADE-Net的轻量级神经网络,它通过一种创新的三维数据压缩方法,高效处理雷达原始数据,在雨雪等恶劣天气下实现了比传统雷达方法甚至部分激光雷达方法更准确、更快速的三维物体检测。

源自 arXiv: 2602.19994