LGAICVJan 28, 2022

Benchmarking Robustness of 3D Point Cloud Recognition Against Common Corruptions

arXiv:2201.12296v1119 citationsHas Code
AI Analysis

This addresses the need for robust 3D point cloud models in safety-critical applications, but it is incremental as it builds on existing benchmarks and methods.

The paper tackles the problem of evaluating and improving the robustness of 3D point cloud recognition models against common corruptions by introducing ModelNet40-C, a benchmark with 15 corruptions, and finds a significant performance gap between clean and corrupted data, proposing a method that reduces this gap.

Deep neural networks on 3D point cloud data have been widely used in the real world, especially in safety-critical applications. However, their robustness against corruptions is less studied. In this paper, we present ModelNet40-C, the first comprehensive benchmark on 3D point cloud corruption robustness, consisting of 15 common and realistic corruptions. Our evaluation shows a significant gap between the performances on ModelNet40 and ModelNet40-C for state-of-the-art (SOTA) models. To reduce the gap, we propose a simple but effective method by combining PointCutMix-R and TENT after evaluating a wide range of augmentation and test-time adaptation strategies. We identify a number of critical insights for future studies on corruption robustness in point cloud recognition. For instance, we unveil that Transformer-based architectures with proper training recipes achieve the strongest robustness. We hope our in-depth analysis will motivate the development of robust training strategies or architecture designs in the 3D point cloud domain. Our codebase and dataset are included in https://github.com/jiachens/ModelNet40-C

Code Implementations6 repos
Foundations

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

Your Notes