Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
166 tokens/sec
GPT-4o
7 tokens/sec
Gemini 2.5 Pro Pro
42 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
38 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Are We Ready for Radar to Replace Lidar in All-Weather Mapping and Localization? (2203.10174v3)

Published 18 Mar 2022 in cs.RO

Abstract: We present an extensive comparison between three topometric localization systems: radar-only, lidar-only, and a cross-modal radar-to-lidar system across varying seasonal and weather conditions using the Boreas dataset. Contrary to our expectations, our experiments showed that our lidar-only pipeline achieved the best localization accuracy even during a snowstorm. Our results seem to suggest that the sensitivity of lidar localization to moderate precipitation has been exaggerated in prior works. However, our radar-only pipeline was able to achieve competitive accuracy with a much smaller map. Furthermore, radar localization and radar sensors still have room to improve and may yet prove valuable in extreme weather or as a redundant backup system. Code for this project can be found at: https://github.com/utiasASRL/vtr3

Citations (55)

Summary

  • The paper presents a comparative evaluation of radar-only, lidar-only, and cross-modal systems, revealing that lidar pipelines achieve superior localization accuracy even in adverse conditions.
  • It employs a Teach and Repeat framework with BFAR-based radar and PCA-based lidar processing to measure performance across diverse weather scenarios.
  • The study highlights radar’s advantage in storage efficiency (5.6MB/km vs. 86.4MB/km), emphasizing its role as a complementary sensor in robust all-weather mapping.

Assessment of Radar as a Lidar Alternative in All-Weather Mapping and Localization

The paper "Are We Ready for Radar to Replace Lidar in All-Weather Mapping and Localization?" presents a thorough evaluation of radar-based systems as an alternative to lidar for mapping and localization tasks across various environmental conditions. The primary focus lies on investigating the potential of radar to function as effectively as lidar under inclement weather conditions, using the Boreas dataset as the experimental setting.

Key Findings

The authors conducted a comparative analysis of three systems: radar-only, lidar-only, and a cross-modal radar-to-lidar system. Contrary to initial expectations and some prevalent assumptions in the field, the lidar-only pipeline demonstrated superior localization accuracy, even managing robustness during a snowstorm. This suggests that lidar's sensitivity to moderate precipitation may be overestimated in previous studies. Interestingly, the radar-only system proved competitive in accuracy while utilizing significantly less storage space for mapping. This outcome highlights radar's potential in environments where data storage is at a premium or where lidar information may be compromised.

Methodological Approach

Teach and Repeat Framework: The researchers employed a topometric localization scheme based on the Teach and Repeat paradigm without using GPS or IMU measurements. The method involves creating a map during a teach phase, which is subsequently used to localize the robot during a repeat phase.

Radar and Lidar Processing: The radar data was processed using the Bounded False Alarm Rate (BFAR) detector for feature extraction, while lidar data underwent voxel downsampling and plane feature extraction using PCA. The paper focused on SE(2) transformations due to the 2D nature of radar data.

Experimental Conditions: Localization was tested over several sequences collected under varied weather conditions, including rain, snow, and different lighting situations, such as nighttime. The Boreas dataset facilitated analysis of lidar and radar performance over ten months, accounting for significant seasonal changes.

Numerical Results

Localization error metrics such as root-mean-square error (RMSE) in translation and rotation were used to assess performance. Lidar-to-lidar localization consistently showed lower error margins across the board, with mean lateral and longitudinal errors of 0.031m and 0.039m, respectively. Radar-to-radar systems, although less accurate, maintained reasonable performance and showed the room for improvement in radar-based localization methods.

Practical and Theoretical Implications

Redundancy and Robustness: The findings advocate for radar as a supplementary system to lidar, emphasizing its role in providing redundancy that could enhance the robustness of autonomous navigation systems in adverse conditions that heavily disrupt optical sensors.

Future Research Avenues: Radar's role in localization under conditions not well-favored by lidar, such as dense fog or dust clouds, requires further exploration. Additionally, the integration of more advanced machine learning techniques for feature extraction and environment modeling could potentially close the accuracy gap between radar and lidar systems.

Mapping Efficiency: Radar's storage efficiency (5.6MB/km versus 86.4MB/km for lidar) makes it advantageous in applications where data size is a limiting factor. This capability could be beneficial in long-duration missions or in environments with restricted computational resources.

Conclusion

The paper conclusively illustrates that while radar systems are not yet ready to replace lidar in all aspects of localization, particularly under ordinary and some adverse weather conditions, they offer valuable complementary benefits. The combined use of radar and lidar can ensure reliable performance across a broader spectrum of environmental scenarios. Future work in this area should address the persistent challenges faced by radar in localization accuracy and explore its potential enhancements through advancements in sensor technology and algorithmic improvements.