CVIVDec 21, 2022

A recurrent CNN for online object detection on raw radar frames

arXiv:2212.11172v329 citationsh-index: 19
Originality Incremental advance
AI Analysis

This work addresses real-time object detection for automotive radar systems, offering an incremental improvement over existing methods.

The authors tackled the problem of low resolution and intra-class variation in radar-based object detection by proposing RECORD, a recurrent CNN architecture for online detection that outperformed state-of-the-art models on ROD2021 and CARRADA datasets with lower computational cost.

Automotive radar sensors provide valuable information for advanced driving assistance systems (ADAS). Radars can reliably estimate the distance to an object and the relative velocity, regardless of weather and light conditions. However, radar sensors suffer from low resolution and huge intra-class variations in the shape of objects. Exploiting the time information (e.g., multiple frames) has been shown to help to capture better the dynamics of objects and, therefore, the variation in the shape of objects. Most temporal radar object detectors use 3D convolutions to learn spatial and temporal information. However, these methods are often non-causal and unsuitable for real-time applications. This work presents RECORD, a new recurrent CNN architecture for online radar object detection. We propose an end-to-end trainable architecture mixing convolutions and ConvLSTMs to learn spatio-temporal dependencies between successive frames. Our model is causal and requires only the past information encoded in the memory of the ConvLSTMs to detect objects. Our experiments show such a method's relevance for detecting objects in different radar representations (range-Doppler, range-angle) and outperform state-of-the-art models on the ROD2021 and CARRADA datasets while being less computationally expensive.

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