CVLGNov 19, 2025

Graph Query Networks for Object Detection with Automotive Radar

arXiv:2511.15271v1h-index: 13
Originality Highly original
AI Analysis

This addresses the problem of robust 360-degree perception for autonomous vehicles, offering a novel approach to handle radar-specific challenges.

The paper tackles object detection in 3D automotive radar data, which is sparse and irregular, by introducing Graph Query Networks (GQN), resulting in up to a 53% relative mAP improvement and an 8.2% gain over prior methods on the NuScenes dataset.

Object detection with 3D radar is essential for 360-degree automotive perception, but radar's long wavelengths produce sparse and irregular reflections that challenge traditional grid and sequence-based convolutional and transformer detectors. This paper introduces Graph Query Networks (GQN), an attention-based framework that models objects sensed by radar as graphs, to extract individualized relational and contextual features. GQN employs a novel concept of graph queries to dynamically attend over the bird's-eye view (BEV) space, constructing object-specific graphs processed by two novel modules: EdgeFocus for relational reasoning and DeepContext Pooling for contextual aggregation. On the NuScenes dataset, GQN improves relative mAP by up to +53%, including a +8.2% gain over the strongest prior radar method, while reducing peak graph construction overhead by 80% with moderate FLOPs cost.

Foundations

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

Your Notes