CVDec 17, 2021

Dynamics-aware Adversarial Attack of 3D Sparse Convolution Network

arXiv:2112.09428v21 citations
AI Analysis

This work addresses adversarial robustness for dynamic networks in 3D vision, offering a novel attack method with incremental improvements over existing techniques.

The paper tackles the problem of adversarial attacks on dynamic neural networks, specifically 3D sparse convolution networks, by proposing a Leaded Gradient Method (LGM) that addresses lagged gradients due to input-dependent architecture changes, resulting in about 20% lower mIoU on datasets like ScanNet and S3DIS compared to dynamics-unaware methods.

In this paper, we investigate the dynamics-aware adversarial attack problem in deep neural networks. Most existing adversarial attack algorithms are designed under a basic assumption -- the network architecture is fixed throughout the attack process. However, this assumption does not hold for many recently proposed networks, e.g. 3D sparse convolution network, which contains input-dependent execution to improve computational efficiency. It results in a serious issue of lagged gradient, making the learned attack at the current step ineffective due to the architecture changes afterward. To address this issue, we propose a Leaded Gradient Method (LGM) and show the significant effects of the lagged gradient. More specifically, we re-formulate the gradients to be aware of the potential dynamic changes of network architectures, so that the learned attack better "leads" the next step than the dynamics-unaware methods when network architecture changes dynamically. Extensive experiments on various datasets show that our LGM achieves impressive performance on semantic segmentation and classification. Compared with the dynamic-unaware methods, LGM achieves about 20% lower mIoU averagely on the ScanNet and S3DIS datasets. LGM also outperforms the recent point cloud attacks.

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