paper-with-me

홈 › Papers

PillarNet: Real-Time and High-Performance Pillar-based 3D Object Detection

2022-05-16 · Guangsheng Shi, Ruifeng Li, Chao Ma

Real-time and high-performance 3D object detection is of critical importance for autonomous driving. Recent top-performing 3D object detectors mainly rely on point-based or 3D voxel-based convolutions, which are both computationally inefficient for onboard deployment. In contrast, pillar-based methods use solely 2D convolutions, which consume less computation resources, but they lag far behind their voxel-based counterparts in detection accuracy. In this paper, by examining the primary performance gap between pillar- and voxel-based detectors, we develop a real-time and high-performance pillar-based detector, dubbed PillarNet.The proposed PillarNet consists of a powerful encoder network for effective pillar feature learning, a neck network for spatial-semantic feature fusion and the commonly used detect head. Using only 2D convolutions, PillarNet is flexible to an optional pillar size and compatible with classical 2D CNN backbones, such as VGGNet and ResNet. Additionally, PillarNet benefits from our designed orientation-decoupled IoU regression loss along with the IoU-aware prediction branch. Extensive experimental results on the large-scale nuScenes Dataset and Waymo Open Dataset demonstrate that the proposed PillarNet performs well over state-of-the-art 3D detectors in terms of effectiveness and efficiency. Code is available at \url{https://github.com/agent-sgs/PillarNet}.

📄 PDF Abstract BibTeX arXiv:2205.07403

Code (1)

agent-sgs/pillarnet 공식 구현 pytorch

Tasks

3D Object DetectionAutonomous Drivingobject-detectionObject DetectionVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

3D Convolution A 3D Convolution is a type of convolution where the kernel slides in 3 dimensions as opposed to 2 dimensions with 2D…
Average Pooling 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Residual Connection 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Kaiming Initialization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…

Similar Papers 제목 키워드 기반

Rethinking Backbone Design for Lightweight 3D Object Detection in LiDAR

2025-08-01 · Adwait Chandorkar, Hasan Tercan, Tobias Meisen arxiv

Recent advancements in LiDAR-based 3D object detection have significantly accelerated progress toward the realization of fully autonomous driving in real-world environments. Despite achieving high detection performance, …

2D Object Detection3D Object DetectionAutonomous Driving

Calibrating the Full Predictive Class Distribution of 3D Object Detectors for Autonomous Driving

2025-10-02 · Cornelius Schröder, Marius-Raphael Schlüter, Markus Lienkamp arxiv

In autonomous systems, precise object detection and uncertainty estimation are critical for self-aware and safe operation. This work addresses confidence calibration for the classification task of 3D object detectors. We…

Autonomous DrivingObject Detection

Fine-Grained Pillar Feature Encoding Via Spatio-Temporal Virtual Grid for 3D Object Detection

2024-03-11 · Konyul Park, Yecheol Kim, Junho Koh, Byungwoo Park 외

Developing high-performance, real-time architectures for LiDAR-based 3D object detectors is essential for the successful commercialization of autonomous vehicles. Pillar-based methods stand out as a practical choice for …

3D Object DetectionAutonomous VehiclesComputational Efficiencyobject-detection+1

Multistream Network for LiDAR and Camera-based 3D Object Detection in Outdoor Scenes

2025-07-25 · Muhammad Ibrahim, Naveed Akhtar, Haitian Wang, Saeed Anwar 외 arxiv

Fusion of LiDAR and RGB data has the potential to enhance outdoor 3D object detection accuracy. To address real-world challenges in outdoor 3D object detection, fusion of LiDAR and RGB input has started gaining traction.…

3D Object Detection

RCFusion: Fusing 4-D Radar and Camera With Bird’s-Eye View Features for 3-D Object Detection

2023-05-23 · IEEE Transactions on Instrumentation and Measurement 2023 5 · Lianqing Zheng, Sen Li, Bin Tan, Long Yan 외

Camera and millimeter-wave (MMW) radar fusion is essential for accurate and robust autonomous driving systems. With the advancement of radar technology, next-generation high-resolution automotive radar, i.e., 4-D radar, …

3D Object Detection3D Object Detection (RoI)Autonomous Drivingobject-detection+1