MLLGSPFeb 22, 2020

Polarizing Front Ends for Robust CNNs

arXiv:2002.09580v13 citations
AI Analysis

This addresses the problem of adversarial robustness in CNNs for security-critical applications, but it appears incremental as it builds on existing nonlinear strategies.

The paper tackled the vulnerability of deep neural networks to adversarial perturbations by proposing a nonlinear front end that polarizes and quantizes data, achieving complete elimination of perturbations in ideal cases and testing on MNIST and Fashion MNIST datasets.

The vulnerability of deep neural networks to small, adversarially designed perturbations can be attributed to their "excessive linearity." In this paper, we propose a bottom-up strategy for attenuating adversarial perturbations using a nonlinear front end which polarizes and quantizes the data. We observe that ideal polarization can be utilized to completely eliminate perturbations, develop algorithms to learn approximately polarizing bases for data, and investigate the effectiveness of the proposed strategy on the MNIST and Fashion MNIST datasets.

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