paper-with-me

홈 › Papers

LENet: Lightweight And Efficient LiDAR Semantic Segmentation Using Multi-Scale Convolution Attention

2023-01-11 · Ben Ding

LiDAR-based semantic segmentation is critical in the fields of robotics and autonomous driving as it provides a comprehensive understanding of the scene. This paper proposes a lightweight and efficient projection-based semantic segmentation network called LENet with an encoder-decoder structure for LiDAR-based semantic segmentation. The encoder is composed of a novel multi-scale convolutional attention (MSCA) module with varying receptive field sizes to capture features. The decoder employs an Interpolation And Convolution (IAC) mechanism utilizing bilinear interpolation for upsampling multi-resolution feature maps and integrating previous and current dimensional features through a single convolution layer. This approach significantly reduces the network's complexity while also improving its accuracy. Additionally, we introduce multiple auxiliary segmentation heads to further refine the network's accuracy. Extensive evaluations on publicly available datasets, including SemanticKITTI, SemanticPOSS, and nuScenes, show that our proposed method is lighter, more efficient, and robust compared to state-of-the-art semantic segmentation methods. Full implementation is available at https://github.com/fengluodb/LENet.

📄 PDF Abstract BibTeX arXiv:2301.04275

Code (4)

fengluodb/lenet 공식 구현 pytorch
2023-MindSpore-1/ms-code-18/tree/main/lenet mindspore
Mind23-2/MindCode-21 mindspore
Mind23-2/MindCode-23 mindspore

Tasks

Autonomous DrivingDecoderLIDAR Semantic SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

LiteSeg: A Novel Lightweight ConvNet for Semantic Segmentation

2019-12-13 · Taha Emara, Hossam E. Abd El Munim, Hazem M. Abbas

Semantic image segmentation plays a pivotal role in many vision applications including autonomous driving and medical image analysis. Most of the former approaches move towards enhancing the performance in terms of accur…

Computational EfficiencyImage SegmentationMedical Image AnalysisReal-Time Semantic Segmentation+2

Guided Model-based LiDAR Super-Resolution for Resource-Efficient Automotive scene Segmentation

2025-09-01 · Alexandros Gkillas, Nikos Piperigkos, Aris S. Lalos arxiv

High-resolution LiDAR data plays a critical role in 3D semantic segmentation for autonomous driving, but the high cost of advanced sensors limits large-scale deployment. In contrast, low-cost sensors such as 16-channel L…

3D Semantic SegmentationScene SegmentationAutonomous DrivingPoint Clouds

DecoupleNet: A Lightweight Backbone Network With Efficient Feature Decoupling for Remote Sensing Visual Tasks

2024-09-23 · IEEE Transactions on Geoscience and Remote Sensing 2024 9 · Wei Lu, Si-Bao Chen, Qing-Ling Shu, Jin Tang 외

In the realm of computer vision (CV), balancing speed and accuracy remains a significant challenge. Recent efforts have focused on developing lightweight networks that optimize computational efficiency and feature extrac…

ARCComputational EfficiencyImage ClassificationObject+4

Multi-Granularity Distillation Scheme Towards Lightweight Semi-Supervised Semantic Segmentation

2022-08-22 · Jie Qin, Jie Wu, Ming Li, Xuefeng Xiao 외

Albeit with varying degrees of progress in the field of Semi-Supervised Semantic Segmentation, most of its recent successes are involved in unwieldy models and the lightweight solution is still not yet explored. We find …

Knowledge DistillationSemantic SegmentationSemi-Supervised Semantic Segmentation

Lite-HRNet: A Lightweight High-Resolution Network

2021-04-13 · CVPR 2021 1 · Changqian Yu, Bin Xiao, Changxin Gao, Lu Yuan 외

We present an efficient high-resolution network, Lite-HRNet, for human pose estimation. We start by simply applying the efficient shuffle block in ShuffleNet to HRNet (high-resolution network), yielding stronger performa…

Pose EstimationReal-Time Semantic SegmentationSemantic SegmentationVocal Bursts Intensity Prediction