paper-with-me

홈 › Papers

FastPillars: A Deployment-friendly Pillar-based 3D Detector

2023-02-05 · Sifan Zhou, Zhi Tian, Xiangxiang Chu, Xinyu Zhang, Bo Zhang, Xiaobo Lu, Chengjian Feng, Zequn Jie, Patrick Yin Chiang, Lin Ma

The deployment of 3D detectors strikes one of the major challenges in real-world self-driving scenarios. Existing BEV-based (i.e., Bird Eye View) detectors favor sparse convolutions (known as SPConv) to speed up training and inference, which puts a hard barrier for deployment, especially for on-device applications. In this paper, to tackle the challenge of efficient 3D object detection from an industry perspective, we devise a deployment-friendly pillar-based 3D detector, termed FastPillars. First, we introduce a novel lightweight Max-and-Attention Pillar Encoding (MAPE) module specially for enhancing small 3D objects. Second, we propose a simple yet effective principle for designing a backbone in pillar-based 3D detection. We construct FastPillars based on these designs, achieving high performance and low latency without SPConv. Extensive experiments on two large-scale datasets demonstrate the effectiveness and efficiency of FastPillars for on-device 3D detection regarding both performance and speed. Specifically, FastPillars delivers state-of-the-art accuracy on Waymo Open Dataset with 1.8X speed up and 3.8 mAPH/L2 improvement over CenterPoint (SPConv-based). Our code is publicly available at: https://github.com/StiphyJay/FastPillars.

📄 PDF Abstract BibTeX arXiv:2302.02367

Code (1)

StiphyJay/FastPillars 공식 구현 pytorch

Tasks

3D Object Detectionobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Sparse Convolutions 설명 없음
Test 설명 없음
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…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Information Entropy Guided Height-aware Histogram for Quantization-friendly Pillar Feature Encoder

2024-05-29 · Sifan Zhou, Zhihang Yuan, Dawei Yang, Ziyu Zhao 외

Real-time and high-performance 3D object detection plays a critical role in autonomous driving and robotics. Recent pillar-based 3D object detectors have gained significant attention due to their compact representation a…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection+1

PillarHist: A Quantization-aware Pillar Feature Encoder based on Height-aware Histogram

2025-01-01 · CVPR 2025 1 · Sifan Zhou, Zhihang Yuan, Dawei Yang, Xing Hu 외

Real-time and high-performance 3D object detection plays a critical role in autonomous driving and robotics. Recent pillar-based 3D object detectors have gained significant attention due to their compact representati…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection+1

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 com…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection+1

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

PillarNeSt: Embracing Backbone Scaling and Pretraining for Pillar-based 3D Object Detection

2023-11-29 · Weixin Mao, Tiancai Wang, Diankun Zhang, Junjie Yan 외

This paper shows the effectiveness of 2D backbone scaling and pretraining for pillar-based 3D object detectors. Pillar-based methods mainly employ randomly initialized 2D convolution neural network (ConvNet) for feature …

3D Object Detectionobject-detectionObject Detection