paper-with-me

홈 › Papers

The Devils in the Point Clouds: Studying the Robustness of Point Cloud Convolutions

2021-01-19 · Xingyi Li, Wenxuan Wu, Xiaoli Z. Fern, Li Fuxin

Recently, there has been a significant interest in performing convolution over irregularly sampled point clouds. Since point clouds are very different from regular raster images, it is imperative to study the generalization of the convolution networks more closely, especially their robustness under variations in scale and rotations of the input data. This paper investigates different variants of PointConv, a convolution network on point clouds, to examine their robustness to input scale and rotation changes. Of the variants we explored, two are novel and generated significant improvements. The first is replacing the multilayer perceptron based weight function with much simpler third degree polynomials, together with a Sobolev norm regularization. Secondly, for 3D datasets, we derive a novel viewpoint-invariant descriptor by utilizing 3D geometric properties as the input to PointConv, in addition to the regular 3D coordinates. We have also explored choices of activation functions, neighborhood, and subsampling methods. Experiments are conducted on the 2D MNIST & CIFAR-10 datasets as well as the 3D SemanticKITTI & ScanNet datasets. Results reveal that on 2D, using third degree polynomials greatly improves PointConv's robustness to scale changes and rotations, even surpassing traditional 2D CNNs for the MNIST dataset. On 3D datasets, the novel viewpoint-invariant descriptor significantly improves the performance as well as robustness of PointConv. We achieve the state-of-the-art semantic segmentation performance on the SemanticKITTI dataset, as well as comparable performance with the current highest framework on the ScanNet dataset among point-based approaches.

📄 PDF Abstract BibTeX arXiv:2101.07832

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Transferable and Undefendable Point Cloud Attacks via Medial Axis Transform

2025-07-25 · Keke Tang, Yuze Gao, Weilong Peng, Xiaofei Wang 외 arxiv

Studying adversarial attacks on point clouds is essential for evaluating and improving the robustness of 3D deep learning models. However, most existing attack methods are developed under ideal white-box settings and oft…

Adversarial AttackPoint Clouds

Provable Defense Against Clustering Attacks on 3D Point Clouds

2021-11-22 · AAAI Workshop AdvML 2022 2 · Dishanika Dewani Denipitiyage, Thalaiyasingam Ajanthan, Parameswaran Kamalaruban, Adrian Weller

Lately, the literature on adversarial robustness spans from images to other domains such as point clouds. In this work, we consider clustering attacks on 3D point clouds and devise a provable defense mechanism to counter…

Adversarial RobustnessClustering

A Point Cloud-Based Deep Learning Strategy for Protein-Ligand Binding Affinity Prediction

2021-07-09 · Yeji Wang, Shuo Wu, Yanwen Duan, Yong Huang

There is great interest to develop artificial intelligence-based protein-ligand affinity models due to their immense applications in drug discovery. In this paper, PointNet and PointTransformer, two pointwise multi-layer…

Drug DiscoveryProtein-Ligand Affinity Prediction

Defense-PointNet: Protecting PointNet Against Adversarial Attacks

2020-02-27 · Yu Zhang, Gongbo Liang, Tawfiq Salem, Nathan Jacobs

Despite remarkable performance across a broad range of tasks, neural networks have been shown to be vulnerable to adversarial attacks. Many works focus on adversarial attacks and defenses on 2D images, but few focus on 3…

Adversarial Robustness

PointCert: Point Cloud Classification with Deterministic Certified Robustness Guarantees

2023-03-03 · CVPR 2023 1 · Jinghuai Zhang, Jinyuan Jia, Hongbin Liu, Neil Zhenqiang Gong

Point cloud classification is an essential component in many security-critical applications such as autonomous driving and augmented reality. However, point cloud classifiers are vulnerable to adversarially perturbed poi…

Autonomous DrivingClassificationPoint Cloud Classification