Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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}.

Guangsheng Shi, Ruifeng Li, Chao Ma• 2022

Related benchmarks

TaskDatasetResultRank
3D Object DetectionnuScenes (val)
NDS67.4
941
3D Object DetectionnuScenes (test)
mAP66
829
3D Object DetectionNuScenes v1.0 (test)
mAP66
210
3D Object DetectionWaymo Open Dataset (val)
3D APH Vehicle L271.53
175
3D Object DetectionWaymo Open Dataset (test)
Vehicle L2 mAPH75.69
105
3D Object DetectionWaymo (val)
Vehicle L2 AP70.9
38
3D Object DetectionWaymo Open 100% (val)
Vehicle AP (L1)79.1
36
3D Object DetectionWaymo Open Dataset 1.2 (val)
Vehicle mAP H L271.6
32
3D Object DetectionWaymo Open Dataset 0.2 labeled (val)
Vehicle 3D AP (L1)79.09
29
3D Object DetectionWaymo Open Dataset v1.4 (val)
AP Vehicle (L1)79.1
23
Showing 10 of 13 rows

Other info

Code

Follow for update