paper-with-me

홈 › Papers

Enhancing Sampling Protocol for Point Cloud Classification Against Corruptions

2024-08-22 · Chongshou Li, Pin Tang, Xinke Li, Yuheng Liu, Tianrui Li

Established sampling protocols for 3D point cloud learning, such as Farthest Point Sampling (FPS) and Fixed Sample Size (FSS), have long been relied upon. However, real-world data often suffer from corruptions, such as sensor noise, which violates the benign data assumption in current protocols. As a result, these protocols are highly vulnerable to noise, posing significant safety risks in critical applications like autonomous driving. To address these issues, we propose an enhanced point cloud sampling protocol, PointSP, designed to improve robustness against point cloud corruptions. PointSP incorporates key point reweighting to mitigate outlier sensitivity and ensure the selection of representative points. It also introduces a local-global balanced downsampling strategy, which allows for scalable and adaptive sampling while maintaining geometric consistency. Additionally, a lightweight tangent plane interpolation method is used to preserve local geometry while enhancing the density of the point cloud. Unlike learning-based approaches that require additional model training, PointSP is architecture-agnostic, requiring no extra learning or modification to the network. This enables seamless integration into existing pipelines. Extensive experiments on synthetic and real-world corrupted datasets show that PointSP significantly improves the robustness and accuracy of point cloud classification, outperforming state-of-the-art methods across multiple benchmarks.

📄 PDF Abstract BibTeX arXiv:2408.12062

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingClassificationPoint Cloud Classification

Similar Papers 제목 키워드 기반

Meta Episodic learning with Dynamic Task Sampling for CLIP-based Point Cloud Classification

2024-04-01 · Shuvozit Ghose, Yang Wang

Point cloud classification refers to the process of assigning semantic labels or categories to individual points within a point cloud data structure. Recent works have explored the extension of pre-trained CLIP to 3D rec…

Point Cloud Classification

Point Cloud Upsampling Using Conditional Diffusion Module with Adaptive Noise Suppression

2025-01-01 · CVPR 2025 1 · Boqian Zhang, Shen Yang, Hao Chen, Chao Yang 외

Point cloud upsampling can improve the quality of the initial point cloud, significantly enhancing the performance of downstream tasks such as classification and segmentation. Existing methods mostly focus on generat…

point cloud upsampling

Enhancing 3D Point Cloud Classification with ModelNet-R and Point-SkipNet

2025-09-05 · Mohammad Saeid, Amir Salarpour, Pedram MohajerAnsari arxiv

The classification of 3D point clouds is crucial for applications such as autonomous driving, robotics, and augmented reality. However, the commonly used ModelNet40 dataset suffers from limitations such as inconsistent l…

3D Point Cloud ClassificationAutonomous DrivingPoint Clouds

Adaptive Hierarchical Down-Sampling for Point Cloud Classification

2019-04-11 · CVPR 2020 6 · Ehsan Nezhadarya, Ehsan Taghavi, Ryan Razani, Bingbing Liu 외

While several convolution-like operators have recently been proposed for extracting features out of point clouds, down-sampling an unordered point cloud in a deep neural network has not been rigorously studied. Existing …

ClassificationGeneral ClassificationPoint Cloud Classification

Test-Time Augmentation for 3D Point Cloud Classification and Segmentation

2023-11-22 · Tuan-Anh Vu, Srinjay Sarkar, Zhiyuan Zhang, Binh-Son Hua 외

Data augmentation is a powerful technique to enhance the performance of a deep learning task but has received less attention in 3D deep learning. It is well known that when 3D shapes are sparsely represented with low poi…

3D Point Cloud ClassificationData AugmentationPoint Cloud Classificationpoint cloud upsampling+1