CVMar 29, 2022

Robust Structured Declarative Classifiers for 3D Point Clouds: Defending Adversarial Attacks with Implicit Gradients

arXiv:2203.15245v134 citationsh-index: 28Has Code
Originality Highly original
AI Analysis

This work addresses the problem of adversarial robustness in 3D point cloud classification for applications like autonomous driving and robotics, offering a novel defense method with significant performance gains.

The paper tackles the vulnerability of deep neural networks for 3D point cloud classification to adversarial attacks by proposing robust structured declarative classifiers that defend attacks using implicit gradients, achieving state-of-the-art performance with 89.51% and 83.16% test accuracy on ModelNet40 and ScanNet under a recent attacker.

Deep neural networks for 3D point cloud classification, such as PointNet, have been demonstrated to be vulnerable to adversarial attacks. Current adversarial defenders often learn to denoise the (attacked) point clouds by reconstruction, and then feed them to the classifiers as input. In contrast to the literature, we propose a family of robust structured declarative classifiers for point cloud classification, where the internal constrained optimization mechanism can effectively defend adversarial attacks through implicit gradients. Such classifiers can be formulated using a bilevel optimization framework. We further propose an effective and efficient instantiation of our approach, namely, Lattice Point Classifier (LPC), based on structured sparse coding in the permutohedral lattice and 2D convolutional neural networks (CNNs) that is end-to-end trainable. We demonstrate state-of-the-art robust point cloud classification performance on ModelNet40 and ScanNet under seven different attackers. For instance, we achieve 89.51% and 83.16% test accuracy on each dataset under the recent JGBA attacker that outperforms DUP-Net and IF-Defense with PointNet by ~70%. Demo code is available at https://zhang-vislab.github.io.

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