Enhancing Sampling Protocol for Point Cloud Classification Against Corruptions
Chongshou Li, Pin Tang, Xinke Li, Yuheng Liu, Tianrui Li
TL;DR
PointSP tackles the vulnerability of traditional point cloud sampling (FPS/FSS) to real-world corruptions by introducing a learning-free protocol that combines point reweighting (isolation rate), FFPS for inference-time outlier filtering, and training-time full-points resampling with a local-global balanced downsampling and tangent-plane interpolation for density growth. It operates without architecture changes, enhancing robustness across synthetic and real corrupted datasets and multiple 3D backbones. Experimental results on ModelNet40-C, PointCloud-C, and OmniObject-C show substantial improvements in mean error rate (about 10% reductions) and better segmentation performance, validating practical impact for applications like autonomous driving. The method emphasizes easy integration, computational efficiency, and applicability across classification and segmentation tasks in corrupted 3D data scenarios.
Abstract
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.
