paper-with-me

홈 › Papers

Risk-optimized Outlier Removal for Robust 3D Point Cloud Classification

2023-07-20 · Xinke Li, Junchi Lu, Henghui Ding, Changsheng Sun, Joey Tianyi Zhou, Chee Yeow Meng

With the growth of 3D sensing technology, deep learning system for 3D point clouds has become increasingly important, especially in applications like autonomous vehicles where safety is a primary concern. However, there are also growing concerns about the reliability of these systems when they encounter noisy point clouds, whether occurring naturally or introduced with malicious intent. This paper highlights the challenges of point cloud classification posed by various forms of noise, from simple background noise to malicious backdoor attacks that can intentionally skew model predictions. While there's an urgent need for optimized point cloud denoising, current point outlier removal approaches, an essential step for denoising, rely heavily on handcrafted strategies and are not adapted for higher-level tasks, such as classification. To address this issue, we introduce an innovative point outlier cleansing method that harnesses the power of downstream classification models. By employing gradient-based attribution analysis, we define a novel concept: point risk. Drawing inspiration from tail risk minimization in finance, we recast the outlier removal process as an optimization problem, named PointCVaR. Extensive experiments show that our proposed technique not only robustly filters diverse point cloud outliers but also consistently and significantly enhances existing robust methods for point cloud classification.

📄 PDF Abstract BibTeX arXiv:2307.10875

Code (1)

shinke-li/pointcvar 공식 구현 pytorch

Tasks

3D Point Cloud ClassificationAutonomous VehiclesBackdoor AttackClassificationDenoisingPoint Cloud Classification

Similar Papers 제목 키워드 기반

A New Outlier Removal Strategy Based on Reliability of Correspondence Graph for Fast Point Cloud Registration

2022-05-16 · Li Yan, Pengcheng Wei, Hong Xie, Jicheng Dai 외

Registration is a basic yet crucial task in point cloud processing. In correspondence-based point cloud registration, matching correspondences by point feature techniques may lead to an extremely high outlier ratio. Curr…

Point Cloud Registration

Guaranteed Outlier Removal for Point Cloud Registration with Correspondences

2017-11-28 · Álvaro Parra Bustos, Tat-Jun Chin

An established approach for 3D point cloud registration is to estimate the registration function from 3D keypoint correspondences. Typically, a robust technique is required to conduct the estimation, since there are fals…

Point Cloud Registration

Sparse 3D Point-cloud Map Upsampling and Noise Removal as a vSLAM Post-processing Step: Experimental Evaluation

2018-06-25 · Andrey Bokovoy, Konstantin Yakovlev

The monocular vision-based simultaneous localization and mapping (vSLAM) is one of the most challenging problem in mobile robotics and computer vision. In this work we study the post-processing techniques applied to spar…

Simultaneous Localization and Mapping

3D terrain mapping and filtering from coarse resolution data cubes extracted from real-aperture 94 GHz radar

2023-10-12 · William D. Harcourt, David G. Macfarlane, Duncan A. Robertson

Accurate, high-resolution 3D mapping of environmental terrain is critical in a range of disciplines. In this study, we develop a new technique, called the PCFilt-94 algorithm, to extract 3D point clouds from coarse resol…

DUP-Net: Denoiser and Upsampler Network for 3D Adversarial Point Clouds Defense

2018-12-25 · ICCV 2019 10 · Hang Zhou, Kejiang Chen, Weiming Zhang, Han Fang 외

Neural networks are vulnerable to adversarial examples, which poses a threat to their application in security sensitive systems. We propose a Denoiser and UPsampler Network (DUP-Net) structure as defenses for 3D adversar…

DenoisingPoint Cloud Classification