HEDNet: A Hierarchical Encoder-Decoder Network for 3D Object Detection in Point Clouds
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 (1)
Tasks
3D Object DetectionAutonomous DrivingDecoderObjectobject-detectionObject DetectionSimilar Papers 제목 키워드 기반
Automatic Crack Detection on Road Pavements Using Encoder Decoder Architecture
Inspired by the development of deep learning in computer vision and object detection, the proposed algorithm considers an encoder-decoder architecture with hierarchical feature learning and dilated convolution, named U-H…
Decoderobject-detectionObject DetectionSAFDNet: A Simple and Effective Network for Fully Sparse 3D Object Detection
LiDAR-based 3D object detection plays an essential role in autonomous driving. Existing high-performing 3D object detectors usually build dense feature maps in the backbone network and prediction head. However, the compu…
3D Object DetectionAutonomous DrivingObjectobject-detection+1A Hierarchically Feature Reconstructed Autoencoder for Unsupervised Anomaly Detection
Anomaly detection and localization without any manual annotations and prior knowledge is a challenging task under the setting of unsupervised learning. The existing works achieve excellent performance in the anomaly dete…
Anomaly DetectionAnomaly LocalizationDecoderUnsupervised Anomaly DetectionCompressing Neural Networks with the Hashing Trick
As deep nets are increasingly used in applications suited for mobile devices, a fundamental dilemma becomes apparent: the trend in deep learning is to grow models to absorb ever-increasing data set sizes; however mobile …
Point-M2AE: Multi-scale Masked Autoencoders for Hierarchical Point Cloud Pre-training
Masked Autoencoders (MAE) have shown great potentials in self-supervised pre-training for language and 2D image transformers. However, it still remains an open question on how to exploit masked autoencoding for learning …
3D Object Detection3D Point Cloud Classification3D Point Cloud Linear ClassificationDecoder+7