CENet: Toward Concise and Efficient LiDAR Semantic Segmentation for Autonomous Driving
Hui-Xian Cheng, Xian-Feng Han, Guo-Qiang Xiao

TL;DR
CENet is a novel, efficient LiDAR semantic segmentation network that enhances feature representation and reduces computational complexity, achieving superior accuracy and speed on benchmark datasets for autonomous driving.
Contribution
The paper introduces CENet, a concise and efficient architecture that combines larger kernel convolutions, specialized activation functions, and auxiliary heads for improved LiDAR segmentation.
Findings
CENet outperforms state-of-the-art models on SemanticKITTI and SemanticPOSS benchmarks.
It achieves higher mIoU with lower inference time.
The architecture effectively balances accuracy and computational efficiency.
Abstract
Accurate and fast scene understanding is one of the challenging task for autonomous driving, which requires to take full advantage of LiDAR point clouds for semantic segmentation. In this paper, we present a \textbf{concise} and \textbf{efficient} image-based semantic segmentation network, named \textbf{CENet}. In order to improve the descriptive power of learned features and reduce the computational as well as time complexity, our CENet integrates the convolution with larger kernel size instead of MLP, carefully-selected activation functions, and multiple auxiliary segmentation heads with corresponding loss functions into architecture. Quantitative and qualitative experiments conducted on publicly available benchmarks, SemanticKITTI and SemanticPOSS, demonstrate that our pipeline achieves much better mIoU and inference performance compared with state-of-the-art models. The code will be…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsConvolution
