paper-with-me

Papers

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

2023-05-11 · CVPR 2023 1 · Honghui Yang, Wenxiao Wang, Minghao Chen, Binbin Lin, Tong He, Hua Chen, Xiaofei He, Wanli Ouyang

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.

📄 PDF Abstract BibTeX arXiv:2305.06621

Code (1)

nightmare-n/pvt-ssd 공식 구현 pytorch

Tasks

Autonomous DrivingQuantization

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

3DSSD: Point-based 3D Single Stage Object Detector

2020-02-24 · CVPR 2020 6 · Zetong Yang, Yanan sun, Shu Liu, Jiaya Jia

Currently, there have been many kinds of voxel-based 3D single stage detectors, while point-based single stage methods are still underexplored. In this paper, we first present a lightweight and effective point-based 3D s…

Object

Boosting Single-Frame 3D Object Detection by Simulating Multi-Frame Point Clouds

2022-07-03 · Wu Zheng, Li Jiang, Fanbin Lu, Yangyang Ye 외

To boost a detector for single-frame 3D object detection, we present a new approach to train it to simulate features and responses following a detector trained on multi-frame point clouds. Our approach needs multi-frame …

3D Object DetectionObjectobject-detectionObject Detection+1

Anchor-free 3D Single Stage Detector with Mask-Guided Attention for Point Cloud

2021-08-08 · Jiale Li, Hang Dai, Ling Shao, Yong Ding

Most of the existing single-stage and two-stage 3D object detectors are anchor-based methods, while the efficient but challenging anchor-free single-stage 3D object detection is not well investigated. Recent studies on 2…

2D Object Detection3D Object DetectionObjectobject-detection+1

Boosting 3D Object Detection by Simulating Multimodality on Point Clouds

2022-06-30 · CVPR 2022 1 · Wu Zheng, Mingxuan Hong, Li Jiang, Chi-Wing Fu

This paper presents a new approach to boost a single-modality (LiDAR) 3D object detector by teaching it to simulate features and responses that follow a multi-modality (LiDAR-image) detector. The approach needs LiDAR-ima…

3D Object Detectionobject-detectionObject Detection

HVNet: Hybrid Voxel Network for LiDAR Based 3D Object Detection

2020-02-29 · CVPR 2020 6 · Maosheng Ye, Shuangjie Xu, Tongyi Cao

We present Hybrid Voxel Network (HVNet), a novel one-stage unified network for point cloud based 3D object detection for autonomous driving. Recent studies show that 2D voxelization with per voxel PointNet style feature …

3D Object DetectionAutonomous Drivingobject-detectionObject Detection