CVMar 8, 2024

RadarDistill: Boosting Radar-based Object Detection Performance via Knowledge Distillation from LiDAR Features

arXiv:2403.05061v353 citationsh-index: 34CVPR
Originality Incremental advance
AI Analysis

This work addresses the problem of improving radar-based object detection for autonomous driving systems, representing an incremental advance by applying knowledge distillation in a novel cross-modality context.

The paper tackles the challenge of noisy and sparse radar data for 3D object detection by proposing RadarDistill, a knowledge distillation method that transfers LiDAR features to radar, achieving state-of-the-art performance with 20.5% mAP and 43.7% NDS on the nuScenes dataset.

The inherent noisy and sparse characteristics of radar data pose challenges in finding effective representations for 3D object detection. In this paper, we propose RadarDistill, a novel knowledge distillation (KD) method, which can improve the representation of radar data by leveraging LiDAR data. RadarDistill successfully transfers desirable characteristics of LiDAR features into radar features using three key components: Cross-Modality Alignment (CMA), Activation-based Feature Distillation (AFD), and Proposal-based Feature Distillation (PFD). CMA enhances the density of radar features by employing multiple layers of dilation operations, effectively addressing the challenge of inefficient knowledge transfer from LiDAR to radar. AFD selectively transfers knowledge based on regions of the LiDAR features, with a specific focus on areas where activation intensity exceeds a predefined threshold. PFD similarly guides the radar network to selectively mimic features from the LiDAR network within the object proposals. Our comparative analyses conducted on the nuScenes datasets demonstrate that RadarDistill achieves state-of-the-art (SOTA) performance for radar-only object detection task, recording 20.5% in mAP and 43.7% in NDS. Also, RadarDistill significantly improves the performance of the camera-radar fusion model.

Code Implementations1 repo
Foundations

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

Your Notes