CVMar 30, 2021

Multi-View Radar Semantic Segmentation

arXiv:2103.16214v298 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of robust scene understanding in adverse weather conditions for autonomous driving, though it is incremental as it builds on recent radar datasets and models.

The authors tackled the problem of scene understanding for autonomous driving by proposing novel multi-view architectures for radar semantic segmentation, achieving state-of-the-art performance on the CARRADA dataset with significantly fewer parameters.

Understanding the scene around the ego-vehicle is key to assisted and autonomous driving. Nowadays, this is mostly conducted using cameras and laser scanners, despite their reduced performances in adverse weather conditions. Automotive radars are low-cost active sensors that measure properties of surrounding objects, including their relative speed, and have the key advantage of not being impacted by rain, snow or fog. However, they are seldom used for scene understanding due to the size and complexity of radar raw data and the lack of annotated datasets. Fortunately, recent open-sourced datasets have opened up research on classification, object detection and semantic segmentation with raw radar signals using end-to-end trainable models. In this work, we propose several novel architectures, and their associated losses, which analyse multiple "views" of the range-angle-Doppler radar tensor to segment it semantically. Experiments conducted on the recent CARRADA dataset demonstrate that our best model outperforms alternative models, derived either from the semantic segmentation of natural images or from radar scene understanding, while requiring significantly fewer parameters. Both our code and trained models are available at https://github.com/valeoai/MVRSS.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes