paper-with-me

Papers

PCB-RandNet: Rethinking Random Sampling for LIDAR Semantic Segmentation in Autonomous Driving Scene

2022-09-28 · XianFeng Han, Huixian Cheng, Hang Jiang, Dehong He, GuoQiang Xiao

Fast and efficient semantic segmentation of large-scale LiDAR point clouds is a fundamental problem in autonomous driving. To achieve this goal, the existing point-based methods mainly choose to adopt Random Sampling strategy to process large-scale point clouds. However, our quantative and qualitative studies have found that Random Sampling may be less suitable for the autonomous driving scenario, since the LiDAR points follow an uneven or even long-tailed distribution across the space, which prevents the model from capturing sufficient information from points in different distance ranges and reduces the model's learning capability. To alleviate this problem, we propose a new Polar Cylinder Balanced Random Sampling method that enables the downsampled point clouds to maintain a more balanced distribution and improve the segmentation performance under different spatial distributions. In addition, a sampling consistency loss is introduced to further improve the segmentation performance and reduce the model's variance under different sampling methods. Extensive experiments confirm that our approach produces excellent performance on both SemanticKITTI and SemanticPOSS benchmarks, achieving a 2.8% and 4.0% improvement, respectively. The source code is available at https://github.com/huixiancheng/PCB-RandNet.

📄 PDF Abstract BibTeX arXiv:2209.13797

Code (1)

huixiancheng/PCB-RandNet 공식 구현 pytorch

Tasks

Autonomous DrivingLIDAR Semantic SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

RandNet-Parareal: a time-parallel PDE solver using Random Neural Networks

2024-11-09 · Guglielmo Gattiglio, Lyudmila Grigoryeva, Massimiliano Tamborrino

Parallel-in-time (PinT) techniques have been proposed to solve systems of time-dependent differential equations by parallelizing the temporal domain. Among them, Parareal computes the solution sequentially using an inacc…

RandNet: deep learning with compressed measurements of images

2019-08-25 · Thomas Chang, Bahareh Tolooshams, Demba Ba

Principal component analysis, dictionary learning, and auto-encoders are all unsupervised methods for learning representations from a large amount of training data. In all these methods, the higher the dimensions of the …

Deep LearningDictionary Learning

Precision matters: Precision-aware ensemble for weakly supervised semantic segmentation

2024-06-28 · Junsung Park, Hyunjung Shim

Weakly Supervised Semantic Segmentation (WSSS) employs weak supervision, such as image-level labels, to train the segmentation model. Despite the impressive achievement in recent WSSS methods, we identify that introducin…

SegmentationSemantic SegmentationWeakly-Supervised Semantic Segmentation

How Sampling Strategy Affects Imbalance Mitigation in LiDAR Segmentation: A Study of Structured vs. Random Point-Based Architectures

2026-08-17 · Antonis Savva, Christos Kyrkou, Theocharis Theocharides arxiv

Class imbalance in LiDAR point clouds poses challenges for semantic segmentation in autonomous navigation and urban mapping. While 2D vision has numerous mitigation techniques, their effectiveness in 3D remains unclear. …

Semantic SegmentationPoint Clouds

Rethinking Data Augmentation for Robust LiDAR Semantic Segmentation in Adverse Weather

2024-07-02 · Junsung Park, KyungMin Kim, Hyunjung Shim

Existing LiDAR semantic segmentation methods often struggle with performance declines in adverse weather conditions. Previous work has addressed this issue by simulating adverse weather or employing universal data augmen…

Data AugmentationLIDAR Semantic SegmentationQ-LearningSemantic Segmentation