CVCRLGJul 20, 2023

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

arXiv:2307.10875v318 citationsh-index: 53
Originality Incremental advance
AI Analysis

This addresses reliability issues in safety-critical applications like autonomous vehicles, but it is an incremental improvement over existing outlier removal approaches.

The paper tackles the problem of noisy 3D point clouds in classification by introducing a point outlier removal method based on gradient-based attribution and optimization, which robustly filters outliers and significantly enhances existing robust classification methods.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes