PDM-SSD: Single-Stage Three-Dimensional Object Detector With Point Dilation
Ao Liang, Haiyang Hua, Jian Fang, Wenyu Chen, Huaici Zhao

TL;DR
This paper introduces PDM-SSD, a novel single-stage 3D object detection method that uses point dilation to expand feature receptive fields, achieving state-of-the-art results efficiently on the KITTI dataset.
Contribution
The paper proposes a Point Dilation Mechanism for 3D detection that enhances feature learning and improves detection accuracy without sacrificing speed.
Findings
Achieves state-of-the-art multi-class detection on KITTI dataset.
Demonstrates improved detection of sparse and incomplete objects.
Maintains high inference speed of 68 frames per second.
Abstract
Current Point-based detectors can only learn from the provided points, with limited receptive fields and insufficient global learning capabilities for such targets. In this paper, we present a novel Point Dilation Mechanism for single-stage 3D detection (PDM-SSD) that takes advantage of these two representations. Specifically, we first use a PointNet-style 3D backbone for efficient feature encoding. Then, a neck with Point Dilation Mechanism (PDM) is used to expand the feature space, which involves two key steps: point dilation and feature filling. The former expands points to a certain size grid centered around the sampled points in Euclidean space. The latter fills the unoccupied grid with feature for backpropagation using spherical harmonic coefficients and Gaussian density function in terms of direction and scale. Next, we associate multiple dilation centers and fuse coefficients to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Image Retrieval and Classification Techniques · Advanced Neural Network Applications
