CVSep 19, 2025

PAN: Pillars-Attention-Based Network for 3D Object Detection

arXiv:2509.15935v21 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses robust, low-cost 3D object detection for autonomous vehicles in adverse conditions, representing a domain-specific incremental improvement.

The paper tackles 3D object detection using camera-radar fusion by introducing a novel backbone with self-attention for radar features and simplified convolutional layers, achieving state-of-the-art performance with 58.2 NDS metric and improved inference time on the nuScenes dataset.

Camera-radar fusion offers a robust and low-cost alternative to Camera-lidar fusion for the 3D object detection task in real-time under adverse weather and lighting conditions. However, currently, in the literature, it is possible to find few works focusing on this modality and, most importantly, developing new architectures to explore the advantages of the radar point cloud, such as accurate distance estimation and speed information. Therefore, this work presents a novel and efficient 3D object detection algorithm using cameras and radars in the bird's-eye-view (BEV). Our algorithm exploits the advantages of radar before fusing the features into a detection head. A new backbone is introduced, which maps the radar pillar features into an embedded dimension. A self-attention mechanism allows the backbone to model the dependencies between the radar points. We are using a simplified convolutional layer to replace the FPN-based convolutional layers used in the PointPillars-based architectures with the main goal of reducing inference time. Our results show that with this modification, our approach achieves the new state-of-the-art in the 3D object detection problem, reaching 58.2 of the NDS metric for the use of ResNet-50, while also setting a new benchmark for inference time on the nuScenes dataset for the same category.

Foundations

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

Your Notes