CVNov 23, 2020

RobustPointSet: A Dataset for Benchmarking Robustness of Point Cloud Classifiers

arXiv:2011.11572v527 citationsHas Code
Originality Incremental advance
AI Analysis

This dataset addresses the critical problem of evaluating and improving the robustness of point cloud classification models for researchers and practitioners, particularly in real-world scenarios where data transformations are common.

The authors introduce RobustPointSet, a new dataset for evaluating the robustness of point cloud classifiers to various input transformations. Their experiments reveal that existing architectures struggle with unseen transformations, and extensive data augmentation does not sufficiently address this issue.

The 3D deep learning community has seen significant strides in pointcloud processing over the last few years. However, the datasets on which deep models have been trained have largely remained the same. Most datasets comprise clean, clutter-free pointclouds canonicalized for pose. Models trained on these datasets fail in uninterpretible and unintuitive ways when presented with data that contains transformations "unseen" at train time. While data augmentation enables models to be robust to "previously seen" input transformations, 1) we show that this does not work for unseen transformations during inference, and 2) data augmentation makes it difficult to analyze a model's inherent robustness to transformations. To this end, we create a publicly available dataset for robustness analysis of point cloud classification models (independent of data augmentation) to input transformations, called RobustPointSet. Our experiments indicate that despite all the progress in the point cloud classification, there is no single architecture that consistently performs better -- several fail drastically -- when evaluated on transformed test sets. We also find that robustness to unseen transformations cannot be brought about merely by extensive data augmentation. RobustPointSet can be accessed through https://github.com/AutodeskAILab/RobustPointSet.

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