CVMay 11, 2023

PVT-SSD: Single-Stage 3D Object Detector with Point-Voxel Transformer

arXiv:2305.06621v173 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficient and accurate 3D object detection for autonomous driving systems, representing an incremental improvement over existing Transformer-based methods.

The paper tackles the problem of 3D object detection in point clouds by proposing PVT-SSD, a single-stage detector that combines point- and voxel-based representations to improve efficiency and accuracy, achieving state-of-the-art results on autonomous driving benchmarks.

Recent Transformer-based 3D object detectors learn point cloud features either from point- or voxel-based representations. However, the former requires time-consuming sampling while the latter introduces quantization errors. In this paper, we present a novel Point-Voxel Transformer for single-stage 3D detection (PVT-SSD) that takes advantage of these two representations. Specifically, we first use voxel-based sparse convolutions for efficient feature encoding. Then, we propose a Point-Voxel Transformer (PVT) module that obtains long-range contexts in a cheap manner from voxels while attaining accurate positions from points. The key to associating the two different representations is our introduced input-dependent Query Initialization module, which could efficiently generate reference points and content queries. Then, PVT adaptively fuses long-range contextual and local geometric information around reference points into content queries. Further, to quickly find the neighboring points of reference points, we design the Virtual Range Image module, which generalizes the native range image to multi-sensor and multi-frame. The experiments on several autonomous driving benchmarks verify the effectiveness and efficiency of the proposed method. Code will be available at https://github.com/Nightmare-n/PVT-SSD.

Code Implementations2 repos
Foundations

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

Your Notes