paper-with-me

홈 › Papers

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

2023-10-31 · NeurIPS 2023 11 · Gang Zhang, Junnan Chen, Guohuan Gao, Jianmin Li, Xiaolin Hu

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.

📄 PDF Abstract BibTeX arXiv:2310.20234

Code (1)

zhanggang001/hednet 공식 구현 pytorch

Tasks

3D Object DetectionAutonomous DrivingDecoderObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Automatic Crack Detection on Road Pavements Using Encoder Decoder Architecture

2020-07-01 · Zhun Fan, Chong Li, Ying Chen, Jiahong Wei 외

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 Detection

SAFDNet: A Simple and Effective Network for Fully Sparse 3D Object Detection

2024-03-09 · CVPR 2024 1 · Gang Zhang, Junnan Chen, Guohuan Gao, Jianmin Li 외

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+1

A Hierarchically Feature Reconstructed Autoencoder for Unsupervised Anomaly Detection

2024-05-15 · Honghui Chen, Pingping Chen, Huan Mao, Mengxi Jiang

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 Detection

Compressing Neural Networks with the Hashing Trick

2015-04-19 · Wenlin Chen, James T. Wilson, Stephen Tyree, Kilian Q. Weinberger 외

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

2022-05-28 · Renrui Zhang, Ziyu Guo, Rongyao Fang, Bin Zhao 외

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