CVOct 31, 2023

HEDNet: A Hierarchical Encoder-Decoder Network for 3D Object Detection in Point Clouds

arXiv:2310.20234v178 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses a key problem in autonomous driving systems by improving 3D object detection in point clouds, though it appears incremental as it builds on existing encoder-decoder and hierarchical approaches.

The paper tackled the challenge of sparse point distribution in 3D object detection for autonomous driving by proposing HEDNet, which achieved superior detection accuracy on Waymo Open and nuScenes datasets compared to previous state-of-the-art methods with competitive efficiency.

3D object detection in point clouds is important for autonomous driving systems. A primary challenge in 3D object detection stems from the sparse distribution of points within the 3D scene. Existing high-performance methods typically employ 3D sparse convolutional neural networks with small kernels to extract features. To reduce computational costs, these methods resort to submanifold sparse convolutions, which prevent the information exchange among spatially disconnected features. Some recent approaches have attempted to address this problem by introducing large-kernel convolutions or self-attention mechanisms, but they either achieve limited accuracy improvements or incur excessive computational costs. We propose HEDNet, a hierarchical encoder-decoder network for 3D object detection, which leverages encoder-decoder blocks to capture long-range dependencies among features in the spatial space, particularly for large and distant objects. We conducted extensive experiments on the Waymo Open and nuScenes datasets. HEDNet achieved superior detection accuracy on both datasets than previous state-of-the-art methods with competitive efficiency. The code is available at https://github.com/zhanggang001/HEDNet.

Code Implementations1 repo
Foundations

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

Your Notes