CVAIJun 3, 2022

Radar Guided Dynamic Visual Attention for Resource-Efficient RGB Object Detection

arXiv:2206.01772v112 citationsh-index: 49
Originality Incremental advance
AI Analysis

This work addresses perception challenges for autonomous vehicles, offering a resource-efficient solution, though it is incremental as it builds on existing detectors with radar fusion.

The paper tackles the problem of degraded object detection for small and far-away objects in autonomous vehicles by proposing a radar-guided spatial attention method, which improves recall by 14% while reducing computational resources by three times on the nuScenes dataset.

An autonomous system's perception engine must provide an accurate understanding of the environment for it to make decisions. Deep learning based object detection networks experience degradation in the performance and robustness for small and far away objects due to a reduction in object's feature map as we move to higher layers of the network. In this work, we propose a novel radar-guided spatial attention for RGB images to improve the perception quality of autonomous vehicles operating in a dynamic environment. In particular, our method improves the perception of small and long range objects, which are often not detected by the object detectors in RGB mode. The proposed method consists of two RGB object detectors, namely the Primary detector and a lightweight Secondary detector. The primary detector takes a full RGB image and generates primary detections. Next, the radar proposal framework creates regions of interest (ROIs) for object proposals by projecting the radar point cloud onto the 2D RGB image. These ROIs are cropped and fed to the secondary detector to generate secondary detections which are then fused with the primary detections via non-maximum suppression. This method helps in recovering the small objects by preserving the object's spatial features through an increase in their receptive field. We evaluate our fusion method on the challenging nuScenes dataset and show that our fusion method with SSD-lite as primary and secondary detector improves the baseline primary yolov3 detector's recall by 14% while requiring three times fewer computational resources.

Foundations

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

Your Notes