TLDR: CORENet is a novel framework that significantly improves the quality of 4D radar data for autonomous driving by denoising it. It leverages precise LiDAR data during training to learn noise patterns, enabling it to operate solely on radar during inference. This ‘plug-and-play’ solution enhances object detection accuracy and robustness in various challenging weather conditions, making 4D radar a more reliable sensor for self-driving vehicles.
Environmental perception is a cornerstone of autonomous driving systems, providing crucial information for tasks like path planning and vehicle control. While sensors such as cameras and LiDAR are widely used, their performance can be significantly hampered by adverse weather conditions like heavy rain or fog. Radar, particularly 4D imaging radar, offers a robust alternative due to its ability to penetrate such conditions and provide rich spatial information, including range, azimuth, elevation, and Doppler velocity.
However, 4D radar data presents its own set of challenges: it is often sparse and inherently noisy. This noise can lead to a high rate of false detections, making it difficult for autonomous vehicles to accurately identify objects in their surroundings. Traditional denoising methods often struggle with the complex and extensive noise distributions found in 4D radar point clouds.
To address these limitations, researchers have introduced CORENet, a novel cross-modal denoising framework. CORENet is designed to significantly improve the quality of 4D radar point clouds by identifying and suppressing noise patterns, thereby enhancing object detection capabilities. A key innovation of CORENet is its use of LiDAR data for supervision during the training phase. LiDAR, known for its high precision, helps the network learn to distinguish valid radar points from noise. Crucially, once trained, CORENet operates entirely on radar data during inference (actual driving), meaning it doesn’t require LiDAR data in real-time operation.
The architecture of CORENet is designed to be ‘plug-and-play’, allowing it to be seamlessly integrated into existing voxel-based object detection frameworks without requiring major modifications to their pipelines. This flexibility makes it a practical solution for current autonomous driving systems.
How CORENet Works
CORENet employs a Hierarchical Multi-Scale Denoising Network (HMSD-Net) as its core denoising module. This network combines two main components: Hierarchical PointNet (HPNet) for learning topological features and Sparse ConvNet (SConvNet) for spatial encoding. By integrating features from multiple scales, HMSD-Net can effectively enhance valuable structural information while suppressing interference patterns, which are often the source of noise in radar signals.
The cross-modal supervision mechanism is vital to CORENet’s effectiveness. During training, LiDAR point clouds are used to generate a ‘supervised mask’ that acts as a ground truth for valid object points. This mask is then compared with the ‘predicted mask’ generated by CORENet from the radar data. By minimizing the difference between these two masks, the network learns to accurately identify and filter out noise from the radar point clouds. This process teaches the radar model to implicitly recognize noise patterns, leading to cleaner and more reliable data.
Also Read:
- Mapping the Road Ahead: Cross-View Transformers for Autonomous Vehicle Perception
- Enhancing Autonomous Driving Object Detection Through Data Augmentation for Shifting Conditions
Performance and Results
Extensive evaluations were conducted on the challenging Dual-Radar dataset, which is known for its elevated noise levels. The results demonstrate that CORENet achieves superior performance compared to existing mainstream approaches. When integrated with popular detection architectures like CasA-V and Voxel R-CNN, CORENet significantly boosts detection accuracy for various object categories, including cars, cyclists, and pedestrians, in both 3D and Bird’s Eye View (BEV) perspectives.
For instance, when combined with CasA-V, CORENet improved 3D Average Precision (AP) for car detection by over 34% and BEV AP by over 37% compared to the baseline. It also showed substantial improvements over traditional denoising methods like Radius Outlier Removal (ROR) and Statistical Outlier Removal (SOR). Qualitative results further illustrate CORENet’s effectiveness, showing that denoised radar point clouds are much more densely clustered around actual vehicle targets and closely resemble the precise LiDAR data, even in challenging conditions like dark tunnels, rainy days, and nighttime.
While CORENet marks a significant advancement in 4D radar denoising, the current work still relies on high-precision LiDAR point clouds during the training phase. Future research aims to further enhance 4D radar detection performance for smaller objects, such as pedestrians and cyclists, to make autonomous driving even safer and more reliable.
For more technical details, you can refer to the full research paper here.


